commit:     41b61dc8a5336ff45c6102a3c259566c127e6617
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 00:30:58 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 00:30:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b61dc8

dev-db/libzdb: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-db/libzdb/Manifest             |  5 ---
 dev-db/libzdb/libzdb-2.11.1.ebuild | 89 --------------------------------------
 dev-db/libzdb/libzdb-2.11.2.ebuild | 89 --------------------------------------
 dev-db/libzdb/libzdb-2.11.3.ebuild | 89 --------------------------------------
 dev-db/libzdb/libzdb-2.12.ebuild   | 89 --------------------------------------
 dev-db/libzdb/libzdb-3.0.ebuild    | 89 --------------------------------------
 6 files changed, 450 deletions(-)

diff --git a/dev-db/libzdb/Manifest b/dev-db/libzdb/Manifest
index 9ac58e248a4..ccf0c0c60b6 100644
--- a/dev-db/libzdb/Manifest
+++ b/dev-db/libzdb/Manifest
@@ -1,6 +1 @@
-DIST libzdb-2.11.1.tar.gz 599354 BLAKE2B 
12811a804b5ec9d87cffa4198a1208bba2cfc68627878f3bf8319958b940c047ea6d993e5a22024ffb3bc5af076b9098c39d8799039186df2edd09bd68f6f0d7
 SHA512 
b630c8ce8ee9eaee53cd801cca08af543faaf7f945c9bfd2721bba0a5569980949ab8212c4bf17fec56b5c5c107cef17cfa893e293444a39bd32116d47edb2c5
-DIST libzdb-2.11.2.tar.gz 603149 BLAKE2B 
1491cc73b4008e33b45d3b173d216984f8bcefc030ce67d46a90585c41c9ee66854eb45bc20b0f384cae0dd3d376b06a0bdf4416e24bf73ddec753981c364211
 SHA512 
482510fcf382e3b235ae7a5615f175d46f2d0244ed2d06c6c2df14ea5cebff5dbf6ac855aedc28a7981b77f3662c505049c5439c33e29a762af2d2a793d959c9
-DIST libzdb-2.11.3.tar.gz 604720 BLAKE2B 
94bee96f1d15dddfd7376295d0077aaf8983c44df97608c0accdc39f140d6aa00dba2e673f86178b853d68c6f99658f10df4133c53b23b625dc78aa6918f275e
 SHA512 
89305e5ecfc6a630936268f2b70f417c9a66bcc37063f4d87fcc0d1e6b106f0fec0b299da9c7375087e77de07abf3ae81fb48027fd741f150cffef7027930c66
-DIST libzdb-2.12.tar.gz 599160 BLAKE2B 
e0143cb185cc497da5e82cddda8479d8cbcbf09f555d90aeadc2ac0eee800f56077bfcb752c7b9bcfd56704d24f78f9006991e4cebd3daa556be00abb6d7bcdc
 SHA512 
d2fbf7e0d7a8f37f8ce3404a0bf249165daafb54dfff31e6c7cea964b8360c1322bcd8cdc97a0ec8fec0a3be5bbe4f1690cb36a956bbcbea7b6a795655089f6f
-DIST libzdb-3.0.tar.gz 700284 BLAKE2B 
1fd3235659be3f4043b5ce8f79b1bd37dd483113e028e49cc1db004dd61edb3d1a89919d6caf33680afdb5d9d5bf38cea9dfdc0bf041b2ec1e34c040fdb1eb09
 SHA512 
ce29b0b381695b874627c38a12fe808179ed74a07898fce10bbf7db0279256192eba377a89c9daaf3c6981e29aa67f95e0b21615d9a94c36b0e2e90c9ce6e12d
 DIST libzdb-3.1.tar.gz 720162 BLAKE2B 
2ad8ede7e2a1c0ee831ba546b7756d2688bcde83b537e812c12ab3d42d6bdc13526778ae68b61584a52569f0b42fbeb8462efe379821295d855f585ae3420df4
 SHA512 
7cf24ccf0f0a938955d8b54af2c6eca8a8f700737beafde9e824129f324511e06adbc11a3fdbd6ad6d9b902fdae6f7caab4e5c1c594d2211be314e3a24c697f3

diff --git a/dev-db/libzdb/libzdb-2.11.1.ebuild 
b/dev-db/libzdb/libzdb-2.11.1.ebuild
deleted file mode 100644
index 6c5247ef4b6..00000000000
--- a/dev-db/libzdb/libzdb-2.11.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A thread safe high level multi-database connection pool library"
-HOMEPAGE="http://www.tildeslash.com/libzdb/";
-SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc mysql postgres +sqlite ssl static-libs"
-REQUIRED_USE=" || ( postgres mysql sqlite )"
-
-RESTRICT=test
-
-RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
-       sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
-       ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-src_prepare() {
-       sed -i -e "s|&& ./pool||g" test/Makefile.in || die
-}
-
-src_configure() {
-       ## TODO: check what --enable-optimized actually does
-       ## TODO: find someone with oracle db to add oci8 support
-       myconf=""
-       if  [[ $(gcc-version) < 4.1 ]];then
-               myconf="${myconf} --disable-protected"
-       else
-               myconf="${myconf} --enable-protected"
-       fi
-
-       if use sqlite; then
-               myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ 
--enable-sqliteunlock"
-       else
-               myconf="${myconf} --without-sqlite"
-       fi
-
-       if use mysql; then
-               myconf="${myconf} --with-mysql=${EPREFIX}/usr/bin/mysql_config"
-       else
-               myconf="${myconf} --without-mysql"
-       fi
-
-       if use postgres; then
-               myconf="${myconf} 
--with-postgresql=${EPREFIX}/usr/bin/pg_config"
-       else
-               myconf="${myconf} --without-postgresql"
-       fi
-
-       econf \
-               $(use_enable debug profiling) \
-               $(use_enable static-libs static) \
-               $(use_enable ssl openssl) \
-               --without-oci \
-               ${myconf}
-}
-
-src_compile() {
-       default_src_compile
-       if use doc; then
-               emake doc
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # the --disable-static flag only skips .a
-       use static-libs || rm -f "${D}"/usr/lib*/libzdb.la
-
-       dodoc AUTHORS CHANGES README
-       if use doc;then
-               dohtml -r "${S}/doc/api-docs"/*
-       fi
-}
-
-src_test() {
-       emake verify
-}

diff --git a/dev-db/libzdb/libzdb-2.11.2.ebuild 
b/dev-db/libzdb/libzdb-2.11.2.ebuild
deleted file mode 100644
index 1bae45832b9..00000000000
--- a/dev-db/libzdb/libzdb-2.11.2.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A thread safe high level multi-database connection pool library"
-HOMEPAGE="http://www.tildeslash.com/libzdb/";
-SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc mysql postgres +sqlite ssl static-libs"
-REQUIRED_USE=" || ( postgres mysql sqlite )"
-
-RESTRICT=test
-
-RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
-       sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
-       ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-src_prepare() {
-       sed -i -e "s|&& ./pool||g" test/Makefile.in || die
-}
-
-src_configure() {
-       ## TODO: check what --enable-optimized actually does
-       ## TODO: find someone with oracle db to add oci8 support
-       myconf=""
-       if  [[ $(gcc-version) < 4.1 ]];then
-               myconf="${myconf} --disable-protected"
-       else
-               myconf="${myconf} --enable-protected"
-       fi
-
-       if use sqlite; then
-               myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ 
--enable-sqliteunlock"
-       else
-               myconf="${myconf} --without-sqlite"
-       fi
-
-       if use mysql; then
-               myconf="${myconf} --with-mysql=${EPREFIX}/usr/bin/mysql_config"
-       else
-               myconf="${myconf} --without-mysql"
-       fi
-
-       if use postgres; then
-               myconf="${myconf} 
--with-postgresql=${EPREFIX}/usr/bin/pg_config"
-       else
-               myconf="${myconf} --without-postgresql"
-       fi
-
-       econf \
-               $(use_enable debug profiling) \
-               $(use_enable static-libs static) \
-               $(use_enable ssl openssl) \
-               --without-oci \
-               ${myconf}
-}
-
-src_compile() {
-       default_src_compile
-       if use doc; then
-               emake doc
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # the --disable-static flag only skips .a
-       use static-libs || rm -f "${D}"/usr/lib*/libzdb.la
-
-       dodoc AUTHORS CHANGES README
-       if use doc;then
-               dohtml -r "${S}/doc/api-docs"/*
-       fi
-}
-
-src_test() {
-       emake verify
-}

diff --git a/dev-db/libzdb/libzdb-2.11.3.ebuild 
b/dev-db/libzdb/libzdb-2.11.3.ebuild
deleted file mode 100644
index 1bae45832b9..00000000000
--- a/dev-db/libzdb/libzdb-2.11.3.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A thread safe high level multi-database connection pool library"
-HOMEPAGE="http://www.tildeslash.com/libzdb/";
-SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc mysql postgres +sqlite ssl static-libs"
-REQUIRED_USE=" || ( postgres mysql sqlite )"
-
-RESTRICT=test
-
-RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
-       sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
-       ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-src_prepare() {
-       sed -i -e "s|&& ./pool||g" test/Makefile.in || die
-}
-
-src_configure() {
-       ## TODO: check what --enable-optimized actually does
-       ## TODO: find someone with oracle db to add oci8 support
-       myconf=""
-       if  [[ $(gcc-version) < 4.1 ]];then
-               myconf="${myconf} --disable-protected"
-       else
-               myconf="${myconf} --enable-protected"
-       fi
-
-       if use sqlite; then
-               myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ 
--enable-sqliteunlock"
-       else
-               myconf="${myconf} --without-sqlite"
-       fi
-
-       if use mysql; then
-               myconf="${myconf} --with-mysql=${EPREFIX}/usr/bin/mysql_config"
-       else
-               myconf="${myconf} --without-mysql"
-       fi
-
-       if use postgres; then
-               myconf="${myconf} 
--with-postgresql=${EPREFIX}/usr/bin/pg_config"
-       else
-               myconf="${myconf} --without-postgresql"
-       fi
-
-       econf \
-               $(use_enable debug profiling) \
-               $(use_enable static-libs static) \
-               $(use_enable ssl openssl) \
-               --without-oci \
-               ${myconf}
-}
-
-src_compile() {
-       default_src_compile
-       if use doc; then
-               emake doc
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # the --disable-static flag only skips .a
-       use static-libs || rm -f "${D}"/usr/lib*/libzdb.la
-
-       dodoc AUTHORS CHANGES README
-       if use doc;then
-               dohtml -r "${S}/doc/api-docs"/*
-       fi
-}
-
-src_test() {
-       emake verify
-}

diff --git a/dev-db/libzdb/libzdb-2.12.ebuild b/dev-db/libzdb/libzdb-2.12.ebuild
deleted file mode 100644
index 6c5247ef4b6..00000000000
--- a/dev-db/libzdb/libzdb-2.12.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A thread safe high level multi-database connection pool library"
-HOMEPAGE="http://www.tildeslash.com/libzdb/";
-SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc mysql postgres +sqlite ssl static-libs"
-REQUIRED_USE=" || ( postgres mysql sqlite )"
-
-RESTRICT=test
-
-RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
-       sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
-       ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-src_prepare() {
-       sed -i -e "s|&& ./pool||g" test/Makefile.in || die
-}
-
-src_configure() {
-       ## TODO: check what --enable-optimized actually does
-       ## TODO: find someone with oracle db to add oci8 support
-       myconf=""
-       if  [[ $(gcc-version) < 4.1 ]];then
-               myconf="${myconf} --disable-protected"
-       else
-               myconf="${myconf} --enable-protected"
-       fi
-
-       if use sqlite; then
-               myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ 
--enable-sqliteunlock"
-       else
-               myconf="${myconf} --without-sqlite"
-       fi
-
-       if use mysql; then
-               myconf="${myconf} --with-mysql=${EPREFIX}/usr/bin/mysql_config"
-       else
-               myconf="${myconf} --without-mysql"
-       fi
-
-       if use postgres; then
-               myconf="${myconf} 
--with-postgresql=${EPREFIX}/usr/bin/pg_config"
-       else
-               myconf="${myconf} --without-postgresql"
-       fi
-
-       econf \
-               $(use_enable debug profiling) \
-               $(use_enable static-libs static) \
-               $(use_enable ssl openssl) \
-               --without-oci \
-               ${myconf}
-}
-
-src_compile() {
-       default_src_compile
-       if use doc; then
-               emake doc
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # the --disable-static flag only skips .a
-       use static-libs || rm -f "${D}"/usr/lib*/libzdb.la
-
-       dodoc AUTHORS CHANGES README
-       if use doc;then
-               dohtml -r "${S}/doc/api-docs"/*
-       fi
-}
-
-src_test() {
-       emake verify
-}

diff --git a/dev-db/libzdb/libzdb-3.0.ebuild b/dev-db/libzdb/libzdb-3.0.ebuild
deleted file mode 100644
index 1bae45832b9..00000000000
--- a/dev-db/libzdb/libzdb-3.0.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A thread safe high level multi-database connection pool library"
-HOMEPAGE="http://www.tildeslash.com/libzdb/";
-SRC_URI="http://www.tildeslash.com/${PN}/dist/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc mysql postgres +sqlite ssl static-libs"
-REQUIRED_USE=" || ( postgres mysql sqlite )"
-
-RESTRICT=test
-
-RDEPEND="mysql? ( virtual/mysql )
-       postgres? ( dev-db/postgresql )
-       sqlite? ( >=dev-db/sqlite-3.7:3[unlock-notify(+)] )
-       ssl? ( dev-libs/openssl )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-
-src_prepare() {
-       sed -i -e "s|&& ./pool||g" test/Makefile.in || die
-}
-
-src_configure() {
-       ## TODO: check what --enable-optimized actually does
-       ## TODO: find someone with oracle db to add oci8 support
-       myconf=""
-       if  [[ $(gcc-version) < 4.1 ]];then
-               myconf="${myconf} --disable-protected"
-       else
-               myconf="${myconf} --enable-protected"
-       fi
-
-       if use sqlite; then
-               myconf="${myconf} --with-sqlite=${EPREFIX}/usr/ 
--enable-sqliteunlock"
-       else
-               myconf="${myconf} --without-sqlite"
-       fi
-
-       if use mysql; then
-               myconf="${myconf} --with-mysql=${EPREFIX}/usr/bin/mysql_config"
-       else
-               myconf="${myconf} --without-mysql"
-       fi
-
-       if use postgres; then
-               myconf="${myconf} 
--with-postgresql=${EPREFIX}/usr/bin/pg_config"
-       else
-               myconf="${myconf} --without-postgresql"
-       fi
-
-       econf \
-               $(use_enable debug profiling) \
-               $(use_enable static-libs static) \
-               $(use_enable ssl openssl) \
-               --without-oci \
-               ${myconf}
-}
-
-src_compile() {
-       default_src_compile
-       if use doc; then
-               emake doc
-       fi
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # the --disable-static flag only skips .a
-       use static-libs || rm -f "${D}"/usr/lib*/libzdb.la
-
-       dodoc AUTHORS CHANGES README
-       if use doc;then
-               dohtml -r "${S}/doc/api-docs"/*
-       fi
-}
-
-src_test() {
-       emake verify
-}

Reply via email to