Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libtrace/
Date: Sun, 18 Aug 2019 12:08:00
Message-Id: 1566130074.b80e646e7a884f1520880d7a9c3744429050f562.jer@gentoo
1 commit: b80e646e7a884f1520880d7a9c3744429050f562
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 18 12:07:43 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 18 12:07:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80e646e
7
8 net-libs/libtrace: Old
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-libs/libtrace/Manifest | 2 --
14 net-libs/libtrace/libtrace-4.0.6.ebuild | 58 ---------------------------------
15 net-libs/libtrace/libtrace-4.0.7.ebuild | 58 ---------------------------------
16 3 files changed, 118 deletions(-)
17
18 diff --git a/net-libs/libtrace/Manifest b/net-libs/libtrace/Manifest
19 index 1a4af61f679..d62e3ef323c 100644
20 --- a/net-libs/libtrace/Manifest
21 +++ b/net-libs/libtrace/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST libtrace-4.0.6.tar.gz 969315 BLAKE2B 812100d7f0fe3def44404372c7b2287a2a9c9b3831cc2e3dee30cff0946d959089d44f201ba74aba57246242153e634806d899a108e18f195f5b6bfde8c0043c SHA512 8f888f57e4436d1aa7fc030212f7b356c58848151873569aa372c6cbcf62c5dd1ece4ecc5a98f6dbe8dc84a39d19abcbe42ff240282054b45cfce0c8ba048f16
24 -DIST libtrace-4.0.7.tar.gz 992013 BLAKE2B 24f2f684f58eb197ab7f117a5c2c97c0744b4ddfc210088058440148773066e64414766f7e1296c5520345b2a18f2b420215521ee169c74537f2f3ead92c9503 SHA512 3cfc2a47c7402e9ddd3821a7a435edfbb27b718c656400283fd5fa6f4137ede4acefbbd0390aab68e4140a6eb9f93b8df6726df484a79749798302ed3ae5165d
25 DIST libtrace-4.0.8.tar.gz 1000829 BLAKE2B 943c3f800045c93880657e96173de0eff6ecbaab5ba22e8f29ad35363a3bdbb88a81d5c8c98e2750caff2cbe1b4590dd18bf924cc0520b041e54c1e17b8eb290 SHA512 10179a19c03d13451b088cd0678718bec3e3be2355c561d289a88457c7819a790c28094f7c3d95143bd3f16260f91fb6df465429375c7625d2ca0c696204de3b
26 DIST libtrace-4.0.9_p1.tar.gz 1853724 BLAKE2B 2c2c8f44c5dea7c5acb3c3035cf8f749f1f33b03dd20675062718176ed26cba16c91f67df39512fb369896798edbe3f48e5624c72229bd00fc845712f8faf3cb SHA512 aa9e15322e507e01d9b51f6945772deba7673816c62546de30539792d7353b31235ae97866637f84969582e7300b634d080ba29a8cb088f5304a438e79357e57
27
28 diff --git a/net-libs/libtrace/libtrace-4.0.6.ebuild b/net-libs/libtrace/libtrace-4.0.6.ebuild
29 deleted file mode 100644
30 index c8291b01d7f..00000000000
31 --- a/net-libs/libtrace/libtrace-4.0.6.ebuild
32 +++ /dev/null
33 @@ -1,58 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -inherit autotools eutils
39 -
40 -DESCRIPTION="A library and tools for trace processing"
41 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
42 -SRC_URI="https://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz"
43 -
44 -LICENSE="LGPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE="doc ncurses numa static-libs"
48 -
49 -RDEPEND="
50 - >=net-libs/libpcap-0.8
51 - dev-libs/openssl:0=
52 - ncurses? ( sys-libs/ncurses:0= )
53 - net-libs/wandio
54 - numa? ( sys-process/numactl )
55 -"
56 -DEPEND="
57 - ${RDEPEND}
58 - app-doc/doxygen
59 - sys-devel/flex
60 - virtual/pkgconfig
61 - virtual/yacc
62 -"
63 -PATCHES=(
64 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
65 - "${FILESDIR}"/${PN}-3.0.20-tinfo.patch
66 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
67 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
68 -)
69 -S=${WORKDIR}/${P/_beta/}
70 -
71 -src_prepare() {
72 - default
73 -
74 - eautoreconf
75 -}
76 -
77 -src_configure() {
78 - econf \
79 - $(use_enable static-libs static) \
80 - $(use_with ncurses) \
81 - $(use_with numa) \
82 - --with-man
83 -}
84 -
85 -src_install() {
86 - default
87 -
88 - use doc && dodoc -r docs/doxygen/html
89 -
90 - find "${D}" -name "*.la" -delete || die
91 -}
92
93 diff --git a/net-libs/libtrace/libtrace-4.0.7.ebuild b/net-libs/libtrace/libtrace-4.0.7.ebuild
94 deleted file mode 100644
95 index d5c5a09369d..00000000000
96 --- a/net-libs/libtrace/libtrace-4.0.7.ebuild
97 +++ /dev/null
98 @@ -1,58 +0,0 @@
99 -# Copyright 1999-2019 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=7
103 -inherit autotools
104 -
105 -DESCRIPTION="A library and tools for trace processing"
106 -HOMEPAGE="https://research.wand.net.nz/software/libtrace.php"
107 -SRC_URI="https://research.wand.net.nz/software/${PN}/${P/_/-}.tar.gz"
108 -
109 -LICENSE="LGPL-3"
110 -SLOT="0"
111 -KEYWORDS="~amd64 ~x86"
112 -IUSE="doc ncurses numa static-libs"
113 -
114 -RDEPEND="
115 - >=net-libs/libpcap-0.8
116 - dev-libs/openssl:0=
117 - ncurses? ( sys-libs/ncurses:0= )
118 - net-libs/wandio
119 - numa? ( sys-process/numactl )
120 -"
121 -DEPEND="
122 - ${RDEPEND}
123 - app-doc/doxygen
124 - sys-devel/flex
125 - virtual/pkgconfig
126 - virtual/yacc
127 -"
128 -PATCHES=(
129 - "${FILESDIR}"/${PN}-3.0.20-autoconf-1.13.patch
130 - "${FILESDIR}"/${PN}-3.0.20-tinfo.patch
131 - "${FILESDIR}"/${PN}-4.0.0-no-examples.patch
132 - "${FILESDIR}"/${PN}-4.0.0-with-numa.patch
133 -)
134 -S=${WORKDIR}/${P/_beta/}
135 -
136 -src_prepare() {
137 - default
138 -
139 - eautoreconf
140 -}
141 -
142 -src_configure() {
143 - econf \
144 - $(use_enable static-libs static) \
145 - $(use_with ncurses) \
146 - $(use_with numa) \
147 - --with-man
148 -}
149 -
150 -src_install() {
151 - default
152 -
153 - use doc && dodoc -r docs/doxygen/html
154 -
155 - find "${D}" -name "*.la" -delete || die
156 -}