dev-util/ltrace: drop old
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 29 Oct 2019 19:55:31 +0000 (19:55 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 29 Oct 2019 20:01:00 +0000 (20:01 +0000)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-util/ltrace/Manifest
dev-util/ltrace/ltrace-0.7.2.ebuild [deleted file]
dev-util/ltrace/ltrace-0.7.3.ebuild [deleted file]

index 60bc0c04811791217fb26a0c88a80fe5d9fc3435..7fc0116aba03749b307c127539d0b045bad0c230 100644 (file)
@@ -1,4 +1,2 @@
-DIST ltrace-0.7.2.tar.bz2 483806 BLAKE2B 4d635385c1a2ab24ee52c205fd1dfcdab8addc1121cb0d1adb5c4091d87bfdf3687e930246481fb4ff6de0fd787527b1b9dd66054f18619c4878eed6048da8a4 SHA512 ec86f08d0c18579ff05f8be23ef3c7309c76c647a0d952fbc627e8095b6ce52b2552e152dc0ec9c6098039c2d50d549a1d218f56a13f75f28bc7b03eb39e94e0
-DIST ltrace-0.7.3.tar.bz2 482658 BLAKE2B 30d1dbb178a41043e4bbbac17a23676db202b64327c9bb4393ae7ace9f5e1a1e2a5ded56cabc7faf2ea55b22ed17126a94c121147aeefb40250710b7307a50d3 SHA512 a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d
 DIST ltrace_0.7.3-4.debian.tar.gz 11373 BLAKE2B 3004bef4e0181e28606e1c50dcc2265d9869e51bf11288185da46f7a77a0aaffb41af75f84baa7d094f9f752071c9e8f53c565982a955e3250a7fc721c529b20 SHA512 67a868c95703ca9cd8407905e3be416e3a66920f41d9deb78fadb71719d7d3f1a3f67ffcb575acff4bf7e4715102f3a6b0f67c6adb74f37ee66c398c132ff04b
 DIST ltrace_0.7.3.orig.tar.bz2 482658 BLAKE2B 30d1dbb178a41043e4bbbac17a23676db202b64327c9bb4393ae7ace9f5e1a1e2a5ded56cabc7faf2ea55b22ed17126a94c121147aeefb40250710b7307a50d3 SHA512 a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d
diff --git a/dev-util/ltrace/ltrace-0.7.2.ebuild b/dev-util/ltrace/ltrace-0.7.2.ebuild
deleted file mode 100644 (file)
index 0b9d085..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-NUM="3848"
-
-DESCRIPTION="trace library calls made at runtime"
-HOMEPAGE="https://www.ltrace.org/"
-SRC_URI="https://alioth.debian.org/frs/download.php/${NUM}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 x86"
-IUSE="debug selinux test unwind"
-
-RDEPEND="dev-libs/elfutils
-       selinux? ( sys-libs/libselinux )
-       unwind? ( sys-libs/libunwind )"
-DEPEND="${RDEPEND}
-       test? ( dev-util/dejagnu )"
-
-src_prepare() {
-       sed -i '/^dist_doc_DATA/d' Makefile.am || die
-       eautoreconf
-}
-
-src_configure() {
-       ac_cv_header_selinux_selinux_h=$(usex selinux) \
-       ac_cv_lib_selinux_security_get_boolean_active=$(usex selinux) \
-       econf \
-               --disable-werror \
-               $(use_enable debug) \
-               $(use_with unwind libunwind)
-}
diff --git a/dev-util/ltrace/ltrace-0.7.3.ebuild b/dev-util/ltrace/ltrace-0.7.3.ebuild
deleted file mode 100644 (file)
index 7b48efa..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils autotools
-
-NUM="3947"
-
-DESCRIPTION="trace library calls made at runtime"
-HOMEPAGE="https://www.ltrace.org/"
-SRC_URI="https://alioth.debian.org/frs/download.php/file/${NUM}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="debug selinux test unwind"
-
-RDEPEND="dev-libs/elfutils
-       selinux? ( sys-libs/libselinux )
-       unwind? ( sys-libs/libunwind )"
-DEPEND="${RDEPEND}
-       test? ( dev-util/dejagnu )"
-
-src_prepare() {
-       sed -i '/^dist_doc_DATA/d' Makefile.am || die
-       eautoreconf
-}
-
-src_configure() {
-       ac_cv_header_selinux_selinux_h=$(usex selinux) \
-       ac_cv_lib_selinux_security_get_boolean_active=$(usex selinux) \
-       econf \
-               --disable-werror \
-               $(use_enable debug) \
-               $(use_with unwind libunwind)
-}