Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tdb/
Date: Thu, 26 Mar 2020 19:06:47
Message-Id: 1585249595.51e9195b0bdf65646d8f9085de4b193e53bcf6b3.polynomial-c@gentoo
1 commit: 51e9195b0bdf65646d8f9085de4b193e53bcf6b3
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 26 19:05:18 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 26 19:06:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e9195b
7
8 sys-libs/tdb: Removed old
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 sys-libs/tdb/Manifest | 5 ----
14 sys-libs/tdb/tdb-1.3.13.ebuild | 61 -----------------------------------------
15 sys-libs/tdb/tdb-1.3.16.ebuild | 61 -----------------------------------------
16 sys-libs/tdb/tdb-1.3.18.ebuild | 62 ------------------------------------------
17 sys-libs/tdb/tdb-1.4.0.ebuild | 62 ------------------------------------------
18 sys-libs/tdb/tdb-1.4.2.ebuild | 62 ------------------------------------------
19 6 files changed, 313 deletions(-)
20
21 diff --git a/sys-libs/tdb/Manifest b/sys-libs/tdb/Manifest
22 index 2c5927cc238..258c1460e7b 100644
23 --- a/sys-libs/tdb/Manifest
24 +++ b/sys-libs/tdb/Manifest
25 @@ -1,6 +1 @@
26 -DIST tdb-1.3.13.tar.gz 498002 BLAKE2B bf29b535acf3838942820a7dc841f635c457999d1ab7456bc598d73c79404dea9ab397eec1725d739bdc9b4a46b6b0ad068ad36d0e7247afccb795d410b15b06 SHA512 d12382a2f75e56d62d151df3390b3ae41c7502d67582812ec6da30913b13feb7ee98572ab5ad5b5ed3bceb41666c3154855727cf5ce249ef583c033819c05f0f
27 -DIST tdb-1.3.16.tar.gz 504330 BLAKE2B 686b6b3d026094a0219f2c5d76f7258cf2f96538f614fa9078ca00368ad64c4e93f2e184c98f3d6f480fec909d94105fdf527d96f3b4ea291d81bb63420d2a99 SHA512 7b17852986e48a32f3f8f303dd2a26503a69fcf7849f22f51483334c9abda9f189b521679e51b4ee5a80197a8f304a084dde0f56d92cfe953d3a4ede557526d2
28 -DIST tdb-1.3.18.tar.gz 697970 BLAKE2B a6dff8dbe444ce35f6470dae7da1b6719052fb2030fd5526157c67374b0f54fb815c8f799060ea2a811e85ce208f626f18a48df9169e3f45d3f92998246b81cd SHA512 9b856b2a5b2d852ff0048ba7b1700ea46b8dad5d4e94027472fdce9f1db4b5afba9aec127b7a4c2a38d4722c8e0ea78c1734d102fa134ac802eace6b24358034
29 -DIST tdb-1.4.0.tar.gz 696994 BLAKE2B f1dc29d3a66bd898f0e69f195879aea56235c1b6f542c532b4335d87482a5a2d8a8bc9bd5b463a0a110431535a2b0ccebb779449536696e0b5aa7ea5f3bce02c SHA512 3c5e17f8011e61e855a745dbff18ba9f778534f34e1538a68c8854d8d1022494bcc3bf7a19f2b79c478e091b1b6b183723fe27b935c4cc6d058b6b147b6a325e
30 -DIST tdb-1.4.2.tar.gz 706236 BLAKE2B 5ec8938f2e62c146c73d8ef01dd73bc44f38df2ea65b9cd62694bfc532315ab8b0594975e5edfccd84f3ad504dbfc6eb08be96d9d0e5b679f2613c2f69a5f58b SHA512 1d1f83e1b79cc6ea2b5cbc755de4a370fb95ef0f592f3bd2b6d23b1be18555cd417a9254fdf276dc6bd7f3368af82a4569c1f1cdde13d98405a5d38f1291d832
31 DIST tdb-1.4.3.tar.gz 702836 BLAKE2B 6593c3be527b383a7e8fd85b3613cf2429f6b665a7c609a56f57a6f5b41a080c1a681d712afd423c2bc1c741e06d7cd2c90949d9c5bf78ca834b18c64e23d51c SHA512 99488839e7da396f04df60412d21a7d3e09efeab52772d6cb5e9470a3dfd585d73ef2422c51cd0d8ccc123a65d455de400d5d6b24a21a2a50d3da60d9a70e67a
32
33 diff --git a/sys-libs/tdb/tdb-1.3.13.ebuild b/sys-libs/tdb/tdb-1.3.13.ebuild
34 deleted file mode 100644
35 index fce5a2030d4..00000000000
36 --- a/sys-libs/tdb/tdb-1.3.13.ebuild
37 +++ /dev/null
38 @@ -1,61 +0,0 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -
44 -PYTHON_COMPAT=( python2_7 )
45 -PYTHON_REQ_USE="threads"
46 -
47 -inherit waf-utils multilib-minimal python-single-r1
48 -
49 -DESCRIPTION="A simple database API"
50 -HOMEPAGE="https://tdb.samba.org/"
51 -SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz"
52 -
53 -LICENSE="GPL-3"
54 -SLOT="0"
55 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
56 -IUSE="python"
57 -
58 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
59 -
60 -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
61 - python? ( ${PYTHON_DEPS} )"
62 -DEPEND="
63 - ${RDEPEND}
64 - ${PYTHON_DEPS}
65 - app-text/docbook-xml-dtd:4.2"
66 -
67 -WAF_BINARY="${S}/buildtools/bin/waf"
68 -
69 -src_prepare() {
70 - default
71 - python_fix_shebang .
72 - multilib_copy_sources
73 -}
74 -
75 -multilib_src_configure() {
76 - local extra_opts=()
77 - if ! multilib_is_native_abi || ! use python; then
78 - extra_opts+=( --disable-python )
79 - fi
80 -
81 - waf-utils_src_configure \
82 - "${extra_opts[@]}"
83 -}
84 -
85 -multilib_src_compile() {
86 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
87 - unset MAKEOPTS
88 - waf-utils_src_compile
89 -}
90 -
91 -multilib_src_test() {
92 - # the default src_test runs 'make test' and 'make check', letting
93 - # the tests fail occasionally (reason: unknown)
94 - emake check
95 -}
96 -
97 -multilib_src_install() {
98 - waf-utils_src_install
99 -}
100
101 diff --git a/sys-libs/tdb/tdb-1.3.16.ebuild b/sys-libs/tdb/tdb-1.3.16.ebuild
102 deleted file mode 100644
103 index 9c9a3c5b1d3..00000000000
104 --- a/sys-libs/tdb/tdb-1.3.16.ebuild
105 +++ /dev/null
106 @@ -1,61 +0,0 @@
107 -# Copyright 1999-2020 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -
112 -PYTHON_COMPAT=( python2_7 )
113 -PYTHON_REQ_USE="threads"
114 -
115 -inherit waf-utils multilib-minimal python-single-r1
116 -
117 -DESCRIPTION="A simple database API"
118 -HOMEPAGE="http://tdb.samba.org/"
119 -SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
120 -
121 -LICENSE="GPL-3"
122 -SLOT="0"
123 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
124 -IUSE="python"
125 -
126 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
127 -
128 -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
129 - python? ( ${PYTHON_DEPS} )"
130 -DEPEND="
131 - ${RDEPEND}
132 - ${PYTHON_DEPS}
133 - app-text/docbook-xml-dtd:4.2"
134 -
135 -WAF_BINARY="${S}/buildtools/bin/waf"
136 -
137 -src_prepare() {
138 - default
139 - python_fix_shebang .
140 - multilib_copy_sources
141 -}
142 -
143 -multilib_src_configure() {
144 - local extra_opts=()
145 - if ! multilib_is_native_abi || ! use python; then
146 - extra_opts+=( --disable-python )
147 - fi
148 -
149 - waf-utils_src_configure \
150 - "${extra_opts[@]}"
151 -}
152 -
153 -multilib_src_compile() {
154 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
155 - unset MAKEOPTS
156 - waf-utils_src_compile
157 -}
158 -
159 -multilib_src_test() {
160 - # the default src_test runs 'make test' and 'make check', letting
161 - # the tests fail occasionally (reason: unknown)
162 - emake check
163 -}
164 -
165 -multilib_src_install() {
166 - waf-utils_src_install
167 -}
168
169 diff --git a/sys-libs/tdb/tdb-1.3.18.ebuild b/sys-libs/tdb/tdb-1.3.18.ebuild
170 deleted file mode 100644
171 index 0c1d876f9e0..00000000000
172 --- a/sys-libs/tdb/tdb-1.3.18.ebuild
173 +++ /dev/null
174 @@ -1,62 +0,0 @@
175 -# Copyright 1999-2020 Gentoo Authors
176 -# Distributed under the terms of the GNU General Public License v2
177 -
178 -EAPI=6
179 -
180 -PYTHON_COMPAT=( python3_{6,7} )
181 -PYTHON_REQ_USE="threads(+)"
182 -
183 -inherit waf-utils multilib-minimal python-single-r1
184 -
185 -DESCRIPTION="A simple database API"
186 -HOMEPAGE="http://tdb.samba.org/"
187 -SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
188 -
189 -LICENSE="GPL-3"
190 -SLOT="0"
191 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
192 -IUSE="python"
193 -
194 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
195 -
196 -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
197 - python? ( ${PYTHON_DEPS} )"
198 -DEPEND="
199 - ${RDEPEND}
200 - ${PYTHON_DEPS}
201 - app-text/docbook-xml-dtd:4.2"
202 -
203 -WAF_BINARY="${S}/buildtools/bin/waf"
204 -
205 -RESTRICT="test"
206 -
207 -src_prepare() {
208 - default
209 - python_fix_shebang .
210 - multilib_copy_sources
211 -}
212 -
213 -multilib_src_configure() {
214 - local extra_opts=()
215 - if ! multilib_is_native_abi || ! use python; then
216 - extra_opts+=( --disable-python )
217 - fi
218 -
219 - waf-utils_src_configure "${extra_opts[@]}"
220 -}
221 -
222 -multilib_src_compile() {
223 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
224 - unset MAKEOPTS
225 - waf-utils_src_compile
226 -}
227 -
228 -multilib_src_test() {
229 - # the default src_test runs 'make test' and 'make check', letting
230 - # the tests fail occasionally (reason: unknown)
231 - emake check
232 -}
233 -
234 -multilib_src_install() {
235 - waf-utils_src_install
236 -}
237
238 diff --git a/sys-libs/tdb/tdb-1.4.0.ebuild b/sys-libs/tdb/tdb-1.4.0.ebuild
239 deleted file mode 100644
240 index 03791ce5b25..00000000000
241 --- a/sys-libs/tdb/tdb-1.4.0.ebuild
242 +++ /dev/null
243 @@ -1,62 +0,0 @@
244 -# Copyright 1999-2020 Gentoo Authors
245 -# Distributed under the terms of the GNU General Public License v2
246 -
247 -EAPI=6
248 -
249 -PYTHON_COMPAT=( python3_{6,7} )
250 -PYTHON_REQ_USE="threads(+)"
251 -
252 -inherit waf-utils multilib-minimal python-single-r1
253 -
254 -DESCRIPTION="A simple database API"
255 -HOMEPAGE="http://tdb.samba.org/"
256 -SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
257 -
258 -LICENSE="GPL-3"
259 -SLOT="0"
260 -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
261 -IUSE="python"
262 -
263 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
264 -
265 -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
266 - python? ( ${PYTHON_DEPS} )"
267 -DEPEND="
268 - ${RDEPEND}
269 - ${PYTHON_DEPS}
270 - app-text/docbook-xml-dtd:4.2"
271 -
272 -WAF_BINARY="${S}/buildtools/bin/waf"
273 -
274 -RESTRICT="test"
275 -
276 -src_prepare() {
277 - default
278 - python_fix_shebang .
279 - multilib_copy_sources
280 -}
281 -
282 -multilib_src_configure() {
283 - local extra_opts=()
284 - if ! multilib_is_native_abi || ! use python; then
285 - extra_opts+=( --disable-python )
286 - fi
287 -
288 - waf-utils_src_configure "${extra_opts[@]}"
289 -}
290 -
291 -multilib_src_compile() {
292 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
293 - unset MAKEOPTS
294 - waf-utils_src_compile
295 -}
296 -
297 -multilib_src_test() {
298 - # the default src_test runs 'make test' and 'make check', letting
299 - # the tests fail occasionally (reason: unknown)
300 - emake check
301 -}
302 -
303 -multilib_src_install() {
304 - waf-utils_src_install
305 -}
306
307 diff --git a/sys-libs/tdb/tdb-1.4.2.ebuild b/sys-libs/tdb/tdb-1.4.2.ebuild
308 deleted file mode 100644
309 index 0c1d876f9e0..00000000000
310 --- a/sys-libs/tdb/tdb-1.4.2.ebuild
311 +++ /dev/null
312 @@ -1,62 +0,0 @@
313 -# Copyright 1999-2020 Gentoo Authors
314 -# Distributed under the terms of the GNU General Public License v2
315 -
316 -EAPI=6
317 -
318 -PYTHON_COMPAT=( python3_{6,7} )
319 -PYTHON_REQ_USE="threads(+)"
320 -
321 -inherit waf-utils multilib-minimal python-single-r1
322 -
323 -DESCRIPTION="A simple database API"
324 -HOMEPAGE="http://tdb.samba.org/"
325 -SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
326 -
327 -LICENSE="GPL-3"
328 -SLOT="0"
329 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
330 -IUSE="python"
331 -
332 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
333 -
334 -RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
335 - python? ( ${PYTHON_DEPS} )"
336 -DEPEND="
337 - ${RDEPEND}
338 - ${PYTHON_DEPS}
339 - app-text/docbook-xml-dtd:4.2"
340 -
341 -WAF_BINARY="${S}/buildtools/bin/waf"
342 -
343 -RESTRICT="test"
344 -
345 -src_prepare() {
346 - default
347 - python_fix_shebang .
348 - multilib_copy_sources
349 -}
350 -
351 -multilib_src_configure() {
352 - local extra_opts=()
353 - if ! multilib_is_native_abi || ! use python; then
354 - extra_opts+=( --disable-python )
355 - fi
356 -
357 - waf-utils_src_configure "${extra_opts[@]}"
358 -}
359 -
360 -multilib_src_compile() {
361 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
362 - unset MAKEOPTS
363 - waf-utils_src_compile
364 -}
365 -
366 -multilib_src_test() {
367 - # the default src_test runs 'make test' and 'make check', letting
368 - # the tests fail occasionally (reason: unknown)
369 - emake check
370 -}
371 -
372 -multilib_src_install() {
373 - waf-utils_src_install
374 -}