sys-libs/tdb: Removed old
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 26 Mar 2020 19:05:18 +0000 (20:05 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 26 Mar 2020 19:06:35 +0000 (20:06 +0100)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-libs/tdb/Manifest
sys-libs/tdb/tdb-1.3.13.ebuild [deleted file]
sys-libs/tdb/tdb-1.3.16.ebuild [deleted file]
sys-libs/tdb/tdb-1.3.18.ebuild [deleted file]
sys-libs/tdb/tdb-1.4.0.ebuild [deleted file]
sys-libs/tdb/tdb-1.4.2.ebuild [deleted file]

index 2c5927cc23885288b7a52b1f94f83a77f3d25465..258c1460e7b22257cb7741b1949edfac575840ef 100644 (file)
@@ -1,6 +1 @@
-DIST tdb-1.3.13.tar.gz 498002 BLAKE2B bf29b535acf3838942820a7dc841f635c457999d1ab7456bc598d73c79404dea9ab397eec1725d739bdc9b4a46b6b0ad068ad36d0e7247afccb795d410b15b06 SHA512 d12382a2f75e56d62d151df3390b3ae41c7502d67582812ec6da30913b13feb7ee98572ab5ad5b5ed3bceb41666c3154855727cf5ce249ef583c033819c05f0f
-DIST tdb-1.3.16.tar.gz 504330 BLAKE2B 686b6b3d026094a0219f2c5d76f7258cf2f96538f614fa9078ca00368ad64c4e93f2e184c98f3d6f480fec909d94105fdf527d96f3b4ea291d81bb63420d2a99 SHA512 7b17852986e48a32f3f8f303dd2a26503a69fcf7849f22f51483334c9abda9f189b521679e51b4ee5a80197a8f304a084dde0f56d92cfe953d3a4ede557526d2
-DIST tdb-1.3.18.tar.gz 697970 BLAKE2B a6dff8dbe444ce35f6470dae7da1b6719052fb2030fd5526157c67374b0f54fb815c8f799060ea2a811e85ce208f626f18a48df9169e3f45d3f92998246b81cd SHA512 9b856b2a5b2d852ff0048ba7b1700ea46b8dad5d4e94027472fdce9f1db4b5afba9aec127b7a4c2a38d4722c8e0ea78c1734d102fa134ac802eace6b24358034
-DIST tdb-1.4.0.tar.gz 696994 BLAKE2B f1dc29d3a66bd898f0e69f195879aea56235c1b6f542c532b4335d87482a5a2d8a8bc9bd5b463a0a110431535a2b0ccebb779449536696e0b5aa7ea5f3bce02c SHA512 3c5e17f8011e61e855a745dbff18ba9f778534f34e1538a68c8854d8d1022494bcc3bf7a19f2b79c478e091b1b6b183723fe27b935c4cc6d058b6b147b6a325e
-DIST tdb-1.4.2.tar.gz 706236 BLAKE2B 5ec8938f2e62c146c73d8ef01dd73bc44f38df2ea65b9cd62694bfc532315ab8b0594975e5edfccd84f3ad504dbfc6eb08be96d9d0e5b679f2613c2f69a5f58b SHA512 1d1f83e1b79cc6ea2b5cbc755de4a370fb95ef0f592f3bd2b6d23b1be18555cd417a9254fdf276dc6bd7f3368af82a4569c1f1cdde13d98405a5d38f1291d832
 DIST tdb-1.4.3.tar.gz 702836 BLAKE2B 6593c3be527b383a7e8fd85b3613cf2429f6b665a7c609a56f57a6f5b41a080c1a681d712afd423c2bc1c741e06d7cd2c90949d9c5bf78ca834b18c64e23d51c SHA512 99488839e7da396f04df60412d21a7d3e09efeab52772d6cb5e9470a3dfd585d73ef2422c51cd0d8ccc123a65d455de400d5d6b24a21a2a50d3da60d9a70e67a
diff --git a/sys-libs/tdb/tdb-1.3.13.ebuild b/sys-libs/tdb/tdb-1.3.13.ebuild
deleted file mode 100644 (file)
index fce5a20..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="A simple database API"
-HOMEPAGE="https://tdb.samba.org/"
-SRC_URI="https://www.samba.org/ftp/tdb/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )"
-DEPEND="
-       ${RDEPEND}
-       ${PYTHON_DEPS}
-       app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-src_prepare() {
-       default
-       python_fix_shebang .
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       local extra_opts=()
-       if ! multilib_is_native_abi || ! use python; then
-               extra_opts+=( --disable-python )
-       fi
-
-       waf-utils_src_configure \
-               "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-       # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
-       unset MAKEOPTS
-       waf-utils_src_compile
-}
-
-multilib_src_test() {
-       # the default src_test runs 'make test' and 'make check', letting
-       # the tests fail occasionally (reason: unknown)
-       emake check
-}
-
-multilib_src_install() {
-       waf-utils_src_install
-}
diff --git a/sys-libs/tdb/tdb-1.3.16.ebuild b/sys-libs/tdb/tdb-1.3.16.ebuild
deleted file mode 100644 (file)
index 9c9a3c5..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads"
-
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="A simple database API"
-HOMEPAGE="http://tdb.samba.org/"
-SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )"
-DEPEND="
-       ${RDEPEND}
-       ${PYTHON_DEPS}
-       app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-src_prepare() {
-       default
-       python_fix_shebang .
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       local extra_opts=()
-       if ! multilib_is_native_abi || ! use python; then
-               extra_opts+=( --disable-python )
-       fi
-
-       waf-utils_src_configure \
-               "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-       # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
-       unset MAKEOPTS
-       waf-utils_src_compile
-}
-
-multilib_src_test() {
-       # the default src_test runs 'make test' and 'make check', letting
-       # the tests fail occasionally (reason: unknown)
-       emake check
-}
-
-multilib_src_install() {
-       waf-utils_src_install
-}
diff --git a/sys-libs/tdb/tdb-1.3.18.ebuild b/sys-libs/tdb/tdb-1.3.18.ebuild
deleted file mode 100644 (file)
index 0c1d876..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="A simple database API"
-HOMEPAGE="http://tdb.samba.org/"
-SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )"
-DEPEND="
-       ${RDEPEND}
-       ${PYTHON_DEPS}
-       app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-RESTRICT="test"
-
-src_prepare() {
-       default
-       python_fix_shebang .
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       local extra_opts=()
-       if ! multilib_is_native_abi || ! use python; then
-               extra_opts+=( --disable-python )
-       fi
-
-       waf-utils_src_configure "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-       # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
-       unset MAKEOPTS
-       waf-utils_src_compile
-}
-
-multilib_src_test() {
-       # the default src_test runs 'make test' and 'make check', letting
-       # the tests fail occasionally (reason: unknown)
-       emake check
-}
-
-multilib_src_install() {
-       waf-utils_src_install
-}
diff --git a/sys-libs/tdb/tdb-1.4.0.ebuild b/sys-libs/tdb/tdb-1.4.0.ebuild
deleted file mode 100644 (file)
index 03791ce..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="A simple database API"
-HOMEPAGE="http://tdb.samba.org/"
-SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )"
-DEPEND="
-       ${RDEPEND}
-       ${PYTHON_DEPS}
-       app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-RESTRICT="test"
-
-src_prepare() {
-       default
-       python_fix_shebang .
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       local extra_opts=()
-       if ! multilib_is_native_abi || ! use python; then
-               extra_opts+=( --disable-python )
-       fi
-
-       waf-utils_src_configure "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-       # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
-       unset MAKEOPTS
-       waf-utils_src_compile
-}
-
-multilib_src_test() {
-       # the default src_test runs 'make test' and 'make check', letting
-       # the tests fail occasionally (reason: unknown)
-       emake check
-}
-
-multilib_src_install() {
-       waf-utils_src_install
-}
diff --git a/sys-libs/tdb/tdb-1.4.2.ebuild b/sys-libs/tdb/tdb-1.4.2.ebuild
deleted file mode 100644 (file)
index 0c1d876..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit waf-utils multilib-minimal python-single-r1
-
-DESCRIPTION="A simple database API"
-HOMEPAGE="http://tdb.samba.org/"
-SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="python"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="!elibc_FreeBSD? ( dev-libs/libbsd[${MULTILIB_USEDEP}] )
-       python? ( ${PYTHON_DEPS} )"
-DEPEND="
-       ${RDEPEND}
-       ${PYTHON_DEPS}
-       app-text/docbook-xml-dtd:4.2"
-
-WAF_BINARY="${S}/buildtools/bin/waf"
-
-RESTRICT="test"
-
-src_prepare() {
-       default
-       python_fix_shebang .
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       local extra_opts=()
-       if ! multilib_is_native_abi || ! use python; then
-               extra_opts+=( --disable-python )
-       fi
-
-       waf-utils_src_configure "${extra_opts[@]}"
-}
-
-multilib_src_compile() {
-       # need to avoid parallel building, this looks like the sanest way with waf-utils/multiprocessing eclasses
-       unset MAKEOPTS
-       waf-utils_src_compile
-}
-
-multilib_src_test() {
-       # the default src_test runs 'make test' and 'make check', letting
-       # the tests fail occasionally (reason: unknown)
-       emake check
-}
-
-multilib_src_install() {
-       waf-utils_src_install
-}