From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/
Date: Sun, 15 May 2022 05:36:58 +0000 (UTC) [thread overview]
Message-ID: <1652589597.b89980df9abfb2ac647c58e1346860973d6733da.sam@gentoo> (raw)
commit: b89980df9abfb2ac647c58e1346860973d6733da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 04:39:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 15 04:39:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b89980df
dev-util/libtree: drop 2.0.0, 3.1.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/libtree/Manifest | 2 --
dev-util/libtree/libtree-2.0.0.ebuild | 31 -------------------------------
dev-util/libtree/libtree-3.1.0.ebuild | 22 ----------------------
3 files changed, 55 deletions(-)
diff --git a/dev-util/libtree/Manifest b/dev-util/libtree/Manifest
index a859b02bdddb..03d05d359013 100644
--- a/dev-util/libtree/Manifest
+++ b/dev-util/libtree/Manifest
@@ -1,3 +1 @@
-DIST libtree-2.0.0.tar.gz 161133 BLAKE2B cf681f06fef9dfb44ad6099a4b7ab950cb23aef052a180cdd646498ac0baacf0f0caa14bac6a629d2bac2bd638d4b6e5ad97dd0d705e4d681021a168a6753b0f SHA512 9272afd8540110f43ade864a2df58d8b8a7690c79cd29a9804b43e7e550bc05a4da530a763a27bd85a474673055e7a5ba63c0aa0bcaf8b246fbfc73a4f36c870
-DIST libtree-3.1.0.tar.gz 79936 BLAKE2B 61126321eb26156693569476a6561d1e698792d4bb42fe2a19db552dfa57045ac9e5b8f6354069479c352d300c7ed8d2d95a6b9fda96e097a2b38b61941e47db SHA512 c4d030c693736009a42388fc6e12cf4a696ccd922ab5afbd5d05010392cc7410b0fb9205d89163fff14f8bffd6a73da49c069fd3fd6ea3cf3ae3f4f11b1f532c
DIST libtree-3.1.1.tar.gz 79931 BLAKE2B 70359c36a83ad1fb7937e57757f872e067ae167b65ee0bf065a357ac0c4dad2106370fe8a9cca11a477e37bed7266073ceb79947ab9d4b5e7cd0d2a6bacca8e9 SHA512 6b4b41b16edfcaa83c16b566a3afff1de0ecffdd5f91af2c82db95fca678b993e021ca8fac5fd1d37ad60ea2215100a0889ee457ce08019f3888e32c755ba1ce
diff --git a/dev-util/libtree/libtree-2.0.0.ebuild b/dev-util/libtree/libtree-2.0.0.ebuild
deleted file mode 100644
index a9152d7fe064..000000000000
--- a/dev-util/libtree/libtree-2.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-libs/cxxopts
- dev-cpp/elfio
- dev-cpp/termcolor
- test? ( dev-cpp/gtest )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DLIBTREE_BUILD_TESTS=$(usex test)
- )
-
- cmake_src_configure
-}
diff --git a/dev-util/libtree/libtree-3.1.0.ebuild b/dev-util/libtree/libtree-3.1.0.ebuild
deleted file mode 100644
index 6ed6a5aae88a..000000000000
--- a/dev-util/libtree/libtree-3.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="ldd as a tree with an option to bundle dependencies into a single folder"
-HOMEPAGE="https://github.com/haampie/libtree"
-SRC_URI="https://github.com/haampie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_configure() {
- tc-export CC
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-}
next reply other threads:[~2022-05-15 5:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-15 5:36 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-04 17:30 [gentoo-commits] repo/gentoo:master commit in: dev-util/libtree/ Arthur Zamarin
2022-05-15 5:36 Sam James
2022-03-14 12:26 Sam James
2022-03-09 15:34 Sam James
2022-02-23 5:10 Sam James
2022-01-20 12:08 Sam James
2022-01-20 12:08 Sam James
2022-01-01 4:29 Sam James
2021-12-15 0:13 Sam James
2021-12-04 4:35 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1652589597.b89980df9abfb2ac647c58e1346860973d6733da.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox