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: Fri, 05 Nov 2021 12:15:38
Message-Id: 1636114519.b62ae4b61ced312921c1a6888e65f29df62f9a1f.polynomial-c@gentoo
1 commit: b62ae4b61ced312921c1a6888e65f29df62f9a1f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 12:14:49 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 12:15:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62ae4b6
7
8 sys-libs/tdb: Removed old
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 sys-libs/tdb/Manifest | 2 --
13 sys-libs/tdb/tdb-1.4.3.ebuild | 62 -------------------------------------------
14 sys-libs/tdb/tdb-1.4.4.ebuild | 62 -------------------------------------------
15 3 files changed, 126 deletions(-)
16
17 diff --git a/sys-libs/tdb/Manifest b/sys-libs/tdb/Manifest
18 index 8b152902bb2..29a2d9316c2 100644
19 --- a/sys-libs/tdb/Manifest
20 +++ b/sys-libs/tdb/Manifest
21 @@ -1,3 +1 @@
22 -DIST tdb-1.4.3.tar.gz 702836 BLAKE2B 6593c3be527b383a7e8fd85b3613cf2429f6b665a7c609a56f57a6f5b41a080c1a681d712afd423c2bc1c741e06d7cd2c90949d9c5bf78ca834b18c64e23d51c SHA512 99488839e7da396f04df60412d21a7d3e09efeab52772d6cb5e9470a3dfd585d73ef2422c51cd0d8ccc123a65d455de400d5d6b24a21a2a50d3da60d9a70e67a
23 -DIST tdb-1.4.4.tar.gz 714367 BLAKE2B fdd84fc76a428b3b98ca481a9ef42c46d21f67f6ca8d92a90e6f0c1d24aa8f1f3b773c8fdcb43b572f8a1441349af491cb5d4ad9440d0b95fb51b89591510e27 SHA512 ef0a997aacebcc804e84ec4a14de8189513ddd1083ba677e421269c21a94f5ca8fc188185645855e5ef81417f4843c8649417ff28f286b768d690907d5d4cb07
24 DIST tdb-1.4.5.tar.gz 729650 BLAKE2B 5d8a226cf251268d70f68759fb792628559fa3b10e7843d1a53914ea24f0ceca61fe0c3f348d704ebc8df4c56fe2365690b585b1c96cf53d63ecae1960aca58a SHA512 373b2ce5b2c68fbc28b7679f0e7531115b91ddc6a68b27acada39b995f66b508b19f24d712fc4388654199abd69857e53ebd435d1ed47e3a69ba85ff667fed56
25
26 diff --git a/sys-libs/tdb/tdb-1.4.3.ebuild b/sys-libs/tdb/tdb-1.4.3.ebuild
27 deleted file mode 100644
28 index 34c29792999..00000000000
29 --- a/sys-libs/tdb/tdb-1.4.3.ebuild
30 +++ /dev/null
31 @@ -1,62 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -PYTHON_COMPAT=( python3_{7..9} )
38 -PYTHON_REQ_USE="threads(+)"
39 -inherit waf-utils multilib-minimal python-single-r1
40 -
41 -DESCRIPTION="Simple database API"
42 -HOMEPAGE="https://tdb.samba.org/"
43 -SRC_URI="https://samba.org/ftp/tdb/${P}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
48 -IUSE="python"
49 -
50 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
51 -RESTRICT="test"
52 -
53 -RDEPEND="
54 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
55 - python? ( ${PYTHON_DEPS} )
56 -"
57 -DEPEND="${RDEPEND}"
58 -BDEPEND="${PYTHON_DEPS}
59 - app-text/docbook-xml-dtd:4.2
60 -"
61 -
62 -WAF_BINARY="${S}/buildtools/bin/waf"
63 -
64 -src_prepare() {
65 - default
66 - python_fix_shebang .
67 - multilib_copy_sources
68 -}
69 -
70 -multilib_src_configure() {
71 - local extra_opts=()
72 - if ! multilib_is_native_abi || ! use python; then
73 - extra_opts+=( --disable-python )
74 - fi
75 -
76 - waf-utils_src_configure "${extra_opts[@]}"
77 -}
78 -
79 -multilib_src_compile() {
80 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
81 - unset MAKEOPTS
82 - waf-utils_src_compile
83 -}
84 -
85 -multilib_src_test() {
86 - # the default src_test runs 'make test' and 'make check', letting
87 - # the tests fail occasionally (reason: unknown)
88 - emake check
89 -}
90 -
91 -multilib_src_install() {
92 - waf-utils_src_install
93 -}
94
95 diff --git a/sys-libs/tdb/tdb-1.4.4.ebuild b/sys-libs/tdb/tdb-1.4.4.ebuild
96 deleted file mode 100644
97 index 187196ce6f7..00000000000
98 --- a/sys-libs/tdb/tdb-1.4.4.ebuild
99 +++ /dev/null
100 @@ -1,62 +0,0 @@
101 -# Copyright 1999-2021 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=7
105 -
106 -PYTHON_COMPAT=( python3_{7..9} )
107 -PYTHON_REQ_USE="threads(+)"
108 -inherit waf-utils multilib-minimal python-single-r1
109 -
110 -DESCRIPTION="Simple database API"
111 -HOMEPAGE="https://tdb.samba.org/"
112 -SRC_URI="https://samba.org/ftp/tdb/${P}.tar.gz"
113 -
114 -LICENSE="GPL-3"
115 -SLOT="0"
116 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
117 -IUSE="python"
118 -
119 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
120 -RESTRICT="test"
121 -
122 -RDEPEND="
123 - !elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
124 - python? ( ${PYTHON_DEPS} )
125 -"
126 -DEPEND="${RDEPEND}"
127 -BDEPEND="${PYTHON_DEPS}
128 - app-text/docbook-xml-dtd:4.2
129 -"
130 -
131 -WAF_BINARY="${S}/buildtools/bin/waf"
132 -
133 -src_prepare() {
134 - default
135 - python_fix_shebang .
136 - multilib_copy_sources
137 -}
138 -
139 -multilib_src_configure() {
140 - local extra_opts=()
141 - if ! multilib_is_native_abi || ! use python ; then
142 - extra_opts+=( --disable-python )
143 - fi
144 -
145 - waf-utils_src_configure "${extra_opts[@]}"
146 -}
147 -
148 -multilib_src_compile() {
149 - # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
150 - unset MAKEOPTS
151 - waf-utils_src_compile
152 -}
153 -
154 -multilib_src_test() {
155 - # the default src_test runs 'make test' and 'make check', letting
156 - # the tests fail occasionally (reason: unknown)
157 - emake check
158 -}
159 -
160 -multilib_src_install() {
161 - waf-utils_src_install
162 -}