Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/
Date: Tue, 05 Jul 2022 03:15:44
Message-Id: 1656990164.37e4fce0d465ace9f827a024beb220a1ca555b5e.sam@gentoo
1 commit: 37e4fce0d465ace9f827a024beb220a1ca555b5e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 02:47:44 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 03:02:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e4fce0
7
8 net-libs/libtrace: drop 4.0.15_p1, 4.0.17_p1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libtrace/Manifest | 2 -
13 net-libs/libtrace/libtrace-4.0.15_p1.ebuild | 76 -----------------------------
14 net-libs/libtrace/libtrace-4.0.17_p1.ebuild | 75 ----------------------------
15 3 files changed, 153 deletions(-)
16
17 diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
18 index f884ace25641..7a6670a15793 100644
19 --- a/net-libs/libtrace/Manifest
20 +++ b/net-libs/libtrace/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST libtrace-4.0.15_p1.tar.gz 1891845 BLAKE2B 08faf395f5fdda21829b89a9276649b297d2266ef10d2162b588b39d4d8d2da1306c74bb180d63b92f4422bb157fb451d34cd8167f0bff42322776e3b1ee0e7c SHA512 82f18b03e824f3ac89330854c3659244106ab5323f5e7a43ec7d2280f6ad3d427a906708688469b3f5aa479d11fef99a4bbecea585b81c916029132375582a4e
23 -DIST libtrace-4.0.17_p1.tar.gz 1961123 BLAKE2B be961bc58496414415b9affb0a6b77e5f234b92196fb719f3a2e8058ae80ade90977c44d57c75d37cbf26ff2e0c8816a4b376b77b6e44d13833960c6095b7e2c SHA512 85280edd515acf52361c34ebe5324fd95f4fafc72aa22c2c8bd43a6bca9a6b5fc9a046480fc760bb39d8b577532ed416caf10a630cea9465d305f2ed4dcb318e
24 DIST libtrace-4.0.18_p1.tar.gz 1963425 BLAKE2B fdacd4a44f899dc49fe9571d8e695cd726ea07d1c0595bd7c1f59d53721bd5610126924323c9c7098caf65276219e61265e5e05f23b4a92ae6377268c618202f SHA512 fc2979fa56b0eee25149a3571d0a06e2a46ab6d6fa419b2fc37635ebcf4a8814250005c4dfc5dddb5fb6aa9c74161ab4f475a037e021388054bb62f414b9c5d2
25 DIST libtrace-4.0.19.tar.bz2 844871 BLAKE2B ff55935b46fb2193ae2e4ab10971d0983da18be20a52a18664f0e72cb829ab444a22e00aeedbd2df85aebbcd6b8352636c559e55d05466a599cc332f018f14ad SHA512 f2744337b4dcff8fc782cd90e44ea6f21cfe120840f626dfac365d3ffaecb82bfdd04a35458b67f663addc1f7ae792c5b0ec7538ed90a2deb386586bc55e1c54
26
27 diff --git a/net-libs/libtrace/libtrace-4.0.15_p1.ebuild b/net-libs/libtrace/libtrace-4.0.15_p1.ebuild
28 deleted file mode 100644
29 index 4f14188b0ead..000000000000
30 --- a/net-libs/libtrace/libtrace-4.0.15_p1.ebuild
31 +++ /dev/null
32 @@ -1,76 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit autotools
39 -
40 -DESCRIPTION="A library and tools for trace processing"
41 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
42 -SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
43 -S="${WORKDIR}/${P/_p/-}"
44 -
45 -LICENSE="LGPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="doc ncurses numa"
49 -
50 -BDEPEND="
51 - app-doc/doxygen[dot]
52 - sys-devel/flex
53 - virtual/os-headers
54 - virtual/pkgconfig
55 - virtual/yacc
56 -"
57 -RDEPEND="
58 - >=net-libs/libpcap-0.8
59 - dev-libs/libyaml
60 - dev-libs/openssl:0=
61 - net-libs/wandio
62 - ncurses? ( sys-libs/ncurses:0= )
63 - numa? ( sys-process/numactl )
64 -"
65 -DEPEND="${RDEPEND}"
66 -
67 -PATCHES=(
68 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
69 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
70 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
71 - "${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
72 -)
73 -
74 -src_prepare() {
75 - default
76 -
77 - mv configure.{in,ac} || die
78 -
79 - eautoreconf
80 -
81 - # Comment out FILE_PATTERNS definition (bug #706230)
82 - if has_version ~app-doc/doxygen-1.8.16; then
83 - sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
84 - fi
85 -
86 - # Update doxygen configuration
87 - doxygen -u docs/libtrace.doxygen.in || die
88 -}
89 -
90 -src_configure() {
91 - econf \
92 - $(use_with ncurses) \
93 - $(use_with numa) \
94 - --disable-static \
95 - --with-man \
96 - --without-dpdk
97 -}
98 -
99 -src_install() {
100 - default
101 -
102 - if use doc ; then
103 - docinto html
104 - dodoc -r docs/doxygen/html
105 - fi
106 -
107 - find "${ED}" -name "*.la" -delete || die
108 -}
109
110 diff --git a/net-libs/libtrace/libtrace-4.0.17_p1.ebuild b/net-libs/libtrace/libtrace-4.0.17_p1.ebuild
111 deleted file mode 100644
112 index fedc23bfe00e..000000000000
113 --- a/net-libs/libtrace/libtrace-4.0.17_p1.ebuild
114 +++ /dev/null
115 @@ -1,75 +0,0 @@
116 -# Copyright 1999-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=8
120 -
121 -inherit autotools
122 -
123 -DESCRIPTION="A library and tools for trace processing"
124 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
125 -SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
126 -S="${WORKDIR}/${P/_p/-}"
127 -
128 -LICENSE="LGPL-3"
129 -SLOT="0"
130 -KEYWORDS="~amd64 ~x86"
131 -IUSE="doc ncurses numa"
132 -
133 -BDEPEND="
134 - app-doc/doxygen[dot]
135 - sys-devel/flex
136 - virtual/os-headers
137 - virtual/pkgconfig
138 - virtual/yacc
139 -"
140 -RDEPEND="
141 - >=net-libs/libpcap-0.8
142 - dev-libs/libyaml
143 - dev-libs/openssl:0=
144 - net-libs/wandio
145 - ncurses? ( sys-libs/ncurses:0= )
146 - numa? ( sys-process/numactl )
147 -"
148 -DEPEND="${RDEPEND}"
149 -
150 -PATCHES=(
151 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
152 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
153 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
154 - "${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
155 -)
156 -
157 -src_prepare() {
158 - default
159 -
160 - mv configure.{in,ac} || die
161 -
162 - eautoreconf
163 -
164 - # Comment out FILE_PATTERNS definition (bug #706230)
165 - if has_version ~app-doc/doxygen-1.8.16; then
166 - sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
167 - fi
168 -
169 - # Update doxygen configuration
170 - doxygen -u docs/libtrace.doxygen.in || die
171 -}
172 -
173 -src_configure() {
174 - econf \
175 - $(use_with ncurses) \
176 - $(use_with numa) \
177 - --with-man \
178 - --without-dpdk
179 -}
180 -
181 -src_install() {
182 - default
183 -
184 - if use doc ; then
185 - docinto html
186 - dodoc -r docs/doxygen/html
187 - fi
188 -
189 - find "${ED}" -name "*.la" -delete || die
190 -}