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: Sat, 27 Feb 2021 04:12:04
Message-Id: 1614399100.57406bfcc55696da41712fb89f04a97bc9e2483f.sam@gentoo
1 commit: 57406bfcc55696da41712fb89f04a97bc9e2483f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 03:13:51 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 04:11:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57406bfc
7
8 net-libs/libtrace: cleanup old
9
10 Package-Manager: Portage-3.0.15, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-libs/libtrace/Manifest | 4 --
14 net-libs/libtrace/libtrace-4.0.10_p1.ebuild | 67 ----------------------------
15 net-libs/libtrace/libtrace-4.0.11_p1.ebuild | 67 ----------------------------
16 net-libs/libtrace/libtrace-4.0.12_p1.ebuild | 67 ----------------------------
17 net-libs/libtrace/libtrace-4.0.13_p1.ebuild | 68 -----------------------------
18 5 files changed, 273 deletions(-)
19
20 diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
21 index f17765e5733..4fdd1f88cf9 100644
22 --- a/net-libs/libtrace/Manifest
23 +++ b/net-libs/libtrace/Manifest
24 @@ -1,5 +1 @@
25 -DIST libtrace-4.0.10_p1.tar.gz 1855110 BLAKE2B c2b59b52e65ed2227bf87517c1c439498f15823f5df745ef4e16800a3676afa3328c42809c3cb891d5e534990620ae1766b7863b3e1c010227182d9caa727ce3 SHA512 a76c8566c9b06b38ea7c7cfcea896beb23808686af9485dc80b8858c20c7a425f0869f18899fa7ad3e685c25c6c0d2bc7a934724d500211966d01b37964018a0
26 -DIST libtrace-4.0.11_p1.tar.gz 1855693 BLAKE2B 9135b03258005587ef2e2b51c6e8c87bb2fb4963489b1ce5933c46100d708fa32978fc5b449ffde11fc6c27706afd36a82428cc55f0555a864ffad636f9c991d SHA512 b3cab7d24efe4503358f2265957170b0857f52c4ea2bac0d5424fe3b9565ead51795596ce28410e15741d89e3ba1db3c22046557a3e5b21af8c1b6f8ed9cd585
27 -DIST libtrace-4.0.12_p1.tar.gz 1865404 BLAKE2B 3b628cc8264fd76bd513a56de9aaa1e0458b10271532853964b8cd1979d73925d48e7255589087e36f98d45809e71bc8dba972e48af9cc26285987327a4bd5f9 SHA512 b2253ba37b6c5d6f6d0efe1ac5c02b67b382e294e291abdb92c697e1a26cbe75b5f54a44bc7e07b1a0c8cb5efc36a3cc3fb48a9d79a090d6732692dbd268b8f8
28 -DIST libtrace-4.0.13_p1.tar.gz 1867583 BLAKE2B 5f6526a19255a2e8fccc345ae7682a44709325eb031352234358be08b963339fffaa7f4324ef738cf19bac941bcb7b1e748caaf51a2defd937c5684616a7efa0 SHA512 23f9a55b3185ede5a5d345dd12cda3eb2b77b1e76c46e210ad847b3e70c22de5c9eccf5a34b8b9305d35ed22e6b68fe7003dc699a28968f7b30895f0341cb4b9
29 DIST libtrace-4.0.14_p1.tar.gz 1891628 BLAKE2B 5c30d48b34ab98fc53419a1ec7a205ec9dd97f7d162c1ea6ffcb30246ed1dde16332936d9ea3dafa32dc7a0eb991c3b384690e5f95f3646a85456d8ff28db70a SHA512 ac9031d168656c22a6113938c91b297d78a67a03d0809443345e1501f63c68812298af2760b34ce5bfa69e8d0968185bd3b6eabb838a94130ebad22bd2ecc488
30
31 diff --git a/net-libs/libtrace/libtrace-4.0.10_p1.ebuild b/net-libs/libtrace/libtrace-4.0.10_p1.ebuild
32 deleted file mode 100644
33 index 68a53714118..00000000000
34 --- a/net-libs/libtrace/libtrace-4.0.10_p1.ebuild
35 +++ /dev/null
36 @@ -1,67 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -inherit autotools
42 -
43 -DESCRIPTION="A library and tools for trace processing"
44 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
45 -SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="LGPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="doc ncurses numa static-libs"
51 -
52 -RDEPEND="
53 - >=net-libs/libpcap-0.8
54 - dev-libs/libyaml
55 - dev-libs/openssl:0=
56 - net-libs/wandio
57 - ncurses? ( sys-libs/ncurses:0= )
58 - numa? ( sys-process/numactl )
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 - app-doc/doxygen[dot]
63 - sys-devel/flex
64 - virtual/os-headers
65 - virtual/pkgconfig
66 - virtual/yacc
67 -"
68 -PATCHES=(
69 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
70 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
71 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
72 - "${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
73 -)
74 -S=${WORKDIR}/${P/_p/-}
75 -
76 -src_prepare() {
77 - default
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 - # Update doxygen configuration
86 - doxygen -u docs/libtrace.doxygen.in || die
87 -}
88 -
89 -src_configure() {
90 - econf \
91 - $(use_enable static-libs static) \
92 - $(use_with ncurses) \
93 - $(use_with numa) \
94 - --with-man
95 -}
96 -
97 -src_install() {
98 - default
99 -
100 - use doc && dodoc -r docs/doxygen/html
101 -
102 - find "${D}" -name "*.la" -delete || die
103 -}
104
105 diff --git a/net-libs/libtrace/libtrace-4.0.11_p1.ebuild b/net-libs/libtrace/libtrace-4.0.11_p1.ebuild
106 deleted file mode 100644
107 index 68a53714118..00000000000
108 --- a/net-libs/libtrace/libtrace-4.0.11_p1.ebuild
109 +++ /dev/null
110 @@ -1,67 +0,0 @@
111 -# Copyright 1999-2020 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=7
115 -inherit autotools
116 -
117 -DESCRIPTION="A library and tools for trace processing"
118 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
119 -SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
120 -
121 -LICENSE="LGPL-3"
122 -SLOT="0"
123 -KEYWORDS="~amd64 ~x86"
124 -IUSE="doc ncurses numa static-libs"
125 -
126 -RDEPEND="
127 - >=net-libs/libpcap-0.8
128 - dev-libs/libyaml
129 - dev-libs/openssl:0=
130 - net-libs/wandio
131 - ncurses? ( sys-libs/ncurses:0= )
132 - numa? ( sys-process/numactl )
133 -"
134 -DEPEND="
135 - ${RDEPEND}
136 - app-doc/doxygen[dot]
137 - sys-devel/flex
138 - virtual/os-headers
139 - virtual/pkgconfig
140 - virtual/yacc
141 -"
142 -PATCHES=(
143 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
144 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
145 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
146 - "${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
147 -)
148 -S=${WORKDIR}/${P/_p/-}
149 -
150 -src_prepare() {
151 - default
152 -
153 - eautoreconf
154 -
155 - # Comment out FILE_PATTERNS definition (bug #706230)
156 - if has_version ~app-doc/doxygen-1.8.16; then
157 - sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
158 - fi
159 - # Update doxygen configuration
160 - doxygen -u docs/libtrace.doxygen.in || die
161 -}
162 -
163 -src_configure() {
164 - econf \
165 - $(use_enable static-libs static) \
166 - $(use_with ncurses) \
167 - $(use_with numa) \
168 - --with-man
169 -}
170 -
171 -src_install() {
172 - default
173 -
174 - use doc && dodoc -r docs/doxygen/html
175 -
176 - find "${D}" -name "*.la" -delete || die
177 -}
178
179 diff --git a/net-libs/libtrace/libtrace-4.0.12_p1.ebuild b/net-libs/libtrace/libtrace-4.0.12_p1.ebuild
180 deleted file mode 100644
181 index 68a53714118..00000000000
182 --- a/net-libs/libtrace/libtrace-4.0.12_p1.ebuild
183 +++ /dev/null
184 @@ -1,67 +0,0 @@
185 -# Copyright 1999-2020 Gentoo Authors
186 -# Distributed under the terms of the GNU General Public License v2
187 -
188 -EAPI=7
189 -inherit autotools
190 -
191 -DESCRIPTION="A library and tools for trace processing"
192 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
193 -SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
194 -
195 -LICENSE="LGPL-3"
196 -SLOT="0"
197 -KEYWORDS="~amd64 ~x86"
198 -IUSE="doc ncurses numa static-libs"
199 -
200 -RDEPEND="
201 - >=net-libs/libpcap-0.8
202 - dev-libs/libyaml
203 - dev-libs/openssl:0=
204 - net-libs/wandio
205 - ncurses? ( sys-libs/ncurses:0= )
206 - numa? ( sys-process/numactl )
207 -"
208 -DEPEND="
209 - ${RDEPEND}
210 - app-doc/doxygen[dot]
211 - sys-devel/flex
212 - virtual/os-headers
213 - virtual/pkgconfig
214 - virtual/yacc
215 -"
216 -PATCHES=(
217 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
218 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
219 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
220 - "${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
221 -)
222 -S=${WORKDIR}/${P/_p/-}
223 -
224 -src_prepare() {
225 - default
226 -
227 - eautoreconf
228 -
229 - # Comment out FILE_PATTERNS definition (bug #706230)
230 - if has_version ~app-doc/doxygen-1.8.16; then
231 - sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
232 - fi
233 - # Update doxygen configuration
234 - doxygen -u docs/libtrace.doxygen.in || die
235 -}
236 -
237 -src_configure() {
238 - econf \
239 - $(use_enable static-libs static) \
240 - $(use_with ncurses) \
241 - $(use_with numa) \
242 - --with-man
243 -}
244 -
245 -src_install() {
246 - default
247 -
248 - use doc && dodoc -r docs/doxygen/html
249 -
250 - find "${D}" -name "*.la" -delete || die
251 -}
252
253 diff --git a/net-libs/libtrace/libtrace-4.0.13_p1.ebuild b/net-libs/libtrace/libtrace-4.0.13_p1.ebuild
254 deleted file mode 100644
255 index 9cd5b1a63f4..00000000000
256 --- a/net-libs/libtrace/libtrace-4.0.13_p1.ebuild
257 +++ /dev/null
258 @@ -1,68 +0,0 @@
259 -# Copyright 1999-2020 Gentoo Authors
260 -# Distributed under the terms of the GNU General Public License v2
261 -
262 -EAPI=7
263 -inherit autotools
264 -
265 -DESCRIPTION="A library and tools for trace processing"
266 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
267 -SRC_URI="https://github.com/${PN^}Team/${PN}/archive//${PV/_p/-}.tar.gz -> ${P}.tar.gz"
268 -
269 -LICENSE="LGPL-3"
270 -SLOT="0"
271 -KEYWORDS="~amd64 ~x86"
272 -IUSE="doc ncurses numa static-libs"
273 -
274 -RDEPEND="
275 - >=net-libs/libpcap-0.8
276 - dev-libs/libyaml
277 - dev-libs/openssl:0=
278 - net-libs/wandio
279 - ncurses? ( sys-libs/ncurses:0= )
280 - numa? ( sys-process/numactl )
281 -"
282 -DEPEND="
283 - ${RDEPEND}
284 - app-doc/doxygen[dot]
285 - sys-devel/flex
286 - virtual/os-headers
287 - virtual/pkgconfig
288 - virtual/yacc
289 -"
290 -PATCHES=(
291 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
292 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
293 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
294 - "${FILESDIR}"/${PN}-4.0.9_p1-tinfo.patch
295 -)
296 -S=${WORKDIR}/${P/_p/-}
297 -
298 -src_prepare() {
299 - default
300 -
301 - eautoreconf
302 -
303 - # Comment out FILE_PATTERNS definition (bug #706230)
304 - if has_version ~app-doc/doxygen-1.8.16; then
305 - sed -i -e '/^FILE_PATTERNS/s|^|#|g' docs/${PN}.doxygen.in || die
306 - fi
307 - # Update doxygen configuration
308 - doxygen -u docs/libtrace.doxygen.in || die
309 -}
310 -
311 -src_configure() {
312 - econf \
313 - $(use_enable static-libs static) \
314 - $(use_with ncurses) \
315 - $(use_with numa) \
316 - --with-man \
317 - --without-dpdk
318 -}
319 -
320 -src_install() {
321 - default
322 -
323 - use doc && dodoc -r docs/doxygen/html
324 -
325 - find "${D}" -name "*.la" -delete || die
326 -}