Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ltrace/
Date: Tue, 29 Oct 2019 20:01:12
Message-Id: 1572379260.d12ddac5d2fcfcaf4094afad034fa1d11106b752.slyfox@gentoo
1 commit: d12ddac5d2fcfcaf4094afad034fa1d11106b752
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 19:55:31 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 20:01:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12ddac5
7
8 dev-util/ltrace: drop old
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/ltrace/Manifest | 2 --
14 dev-util/ltrace/ltrace-0.7.2.ebuild | 37 -------------------------------------
15 dev-util/ltrace/ltrace-0.7.3.ebuild | 37 -------------------------------------
16 3 files changed, 76 deletions(-)
17
18 diff --git a/dev-util/ltrace/Manifest b/dev-util/ltrace/Manifest
19 index 60bc0c04811..7fc0116aba0 100644
20 --- a/dev-util/ltrace/Manifest
21 +++ b/dev-util/ltrace/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST ltrace-0.7.2.tar.bz2 483806 BLAKE2B 4d635385c1a2ab24ee52c205fd1dfcdab8addc1121cb0d1adb5c4091d87bfdf3687e930246481fb4ff6de0fd787527b1b9dd66054f18619c4878eed6048da8a4 SHA512 ec86f08d0c18579ff05f8be23ef3c7309c76c647a0d952fbc627e8095b6ce52b2552e152dc0ec9c6098039c2d50d549a1d218f56a13f75f28bc7b03eb39e94e0
24 -DIST ltrace-0.7.3.tar.bz2 482658 BLAKE2B 30d1dbb178a41043e4bbbac17a23676db202b64327c9bb4393ae7ace9f5e1a1e2a5ded56cabc7faf2ea55b22ed17126a94c121147aeefb40250710b7307a50d3 SHA512 a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d
25 DIST ltrace_0.7.3-4.debian.tar.gz 11373 BLAKE2B 3004bef4e0181e28606e1c50dcc2265d9869e51bf11288185da46f7a77a0aaffb41af75f84baa7d094f9f752071c9e8f53c565982a955e3250a7fc721c529b20 SHA512 67a868c95703ca9cd8407905e3be416e3a66920f41d9deb78fadb71719d7d3f1a3f67ffcb575acff4bf7e4715102f3a6b0f67c6adb74f37ee66c398c132ff04b
26 DIST ltrace_0.7.3.orig.tar.bz2 482658 BLAKE2B 30d1dbb178a41043e4bbbac17a23676db202b64327c9bb4393ae7ace9f5e1a1e2a5ded56cabc7faf2ea55b22ed17126a94c121147aeefb40250710b7307a50d3 SHA512 a842b16dcb81da869afa0bddc755fdff0d57b35672505bf2c7164fd983b1938d28b126714128930994cc1230ced69d779456d0cfc16f4008c9b6d19f0852285d
27
28 diff --git a/dev-util/ltrace/ltrace-0.7.2.ebuild b/dev-util/ltrace/ltrace-0.7.2.ebuild
29 deleted file mode 100644
30 index 0b9d0854b68..00000000000
31 --- a/dev-util/ltrace/ltrace-0.7.2.ebuild
32 +++ /dev/null
33 @@ -1,37 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit eutils autotools
40 -
41 -NUM="3848"
42 -
43 -DESCRIPTION="trace library calls made at runtime"
44 -HOMEPAGE="https://www.ltrace.org/"
45 -SRC_URI="https://alioth.debian.org/frs/download.php/${NUM}/${P}.tar.bz2"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="-alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 x86"
50 -IUSE="debug selinux test unwind"
51 -
52 -RDEPEND="dev-libs/elfutils
53 - selinux? ( sys-libs/libselinux )
54 - unwind? ( sys-libs/libunwind )"
55 -DEPEND="${RDEPEND}
56 - test? ( dev-util/dejagnu )"
57 -
58 -src_prepare() {
59 - sed -i '/^dist_doc_DATA/d' Makefile.am || die
60 - eautoreconf
61 -}
62 -
63 -src_configure() {
64 - ac_cv_header_selinux_selinux_h=$(usex selinux) \
65 - ac_cv_lib_selinux_security_get_boolean_active=$(usex selinux) \
66 - econf \
67 - --disable-werror \
68 - $(use_enable debug) \
69 - $(use_with unwind libunwind)
70 -}
71
72 diff --git a/dev-util/ltrace/ltrace-0.7.3.ebuild b/dev-util/ltrace/ltrace-0.7.3.ebuild
73 deleted file mode 100644
74 index 7b48efa94cd..00000000000
75 --- a/dev-util/ltrace/ltrace-0.7.3.ebuild
76 +++ /dev/null
77 @@ -1,37 +0,0 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=5
82 -
83 -inherit eutils autotools
84 -
85 -NUM="3947"
86 -
87 -DESCRIPTION="trace library calls made at runtime"
88 -HOMEPAGE="https://www.ltrace.org/"
89 -SRC_URI="https://alioth.debian.org/frs/download.php/file/${NUM}/${P}.tar.bz2"
90 -
91 -LICENSE="GPL-2"
92 -SLOT="0"
93 -KEYWORDS="-alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86"
94 -IUSE="debug selinux test unwind"
95 -
96 -RDEPEND="dev-libs/elfutils
97 - selinux? ( sys-libs/libselinux )
98 - unwind? ( sys-libs/libunwind )"
99 -DEPEND="${RDEPEND}
100 - test? ( dev-util/dejagnu )"
101 -
102 -src_prepare() {
103 - sed -i '/^dist_doc_DATA/d' Makefile.am || die
104 - eautoreconf
105 -}
106 -
107 -src_configure() {
108 - ac_cv_header_selinux_selinux_h=$(usex selinux) \
109 - ac_cv_lib_selinux_security_get_boolean_active=$(usex selinux) \
110 - econf \
111 - --disable-werror \
112 - $(use_enable debug) \
113 - $(use_with unwind libunwind)
114 -}