From: Michał Górny Date: Thu, 17 Oct 2019 12:19:05 +0000 (+0200) Subject: dev-db/cppdb: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2bc8240e2e52bbbb3407d0146ce1d425b78d75c5;p=gentoo.git dev-db/cppdb: Remove last-rited pkg Closes: https://bugs.gentoo.org/694602 Signed-off-by: Michał Górny --- diff --git a/dev-db/cppdb/Manifest b/dev-db/cppdb/Manifest deleted file mode 100644 index c0d78d8d70b6..000000000000 --- a/dev-db/cppdb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cppdb-0.3.1.tar.bz2 251449 BLAKE2B 13a59b50b53e276c3714c35a11dee09054d3017d4c60335028c1e41dece749e6b13e94cd6ca4ad40e8bd47c5530ff3310c5735b373ee7289afe657f31c6186de SHA512 19e60becbffef7a252eda5fdd5821b44c2eeb5d69e84cf46e89ed6af3cea315f3cfe7b2cc4f62fbe154be8abdad3363761dd0252f94671421010273eeae65678 diff --git a/dev-db/cppdb/cppdb-0.3.1-r3.ebuild b/dev-db/cppdb/cppdb-0.3.1-r3.ebuild deleted file mode 100644 index 77cdabe6e5d5..000000000000 --- a/dev-db/cppdb/cppdb-0.3.1-r3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="SQL connectivity library for platform and database independent connectivity" -HOMEPAGE="http://cppcms.com/sql/cppdb/" -SRC_URI="mirror://sourceforge/cppcms/${P}.tar.bz2" - -LICENSE="|| ( Boost-1.0 MIT )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples mysql mysql_internal odbc odbc_internal postgres postgres_internal sqlite sqlite_internal" - -DEPEND=" - mysql? ( dev-db/mysql-connector-c:= ) - odbc? ( dev-db/unixODBC ) - postgres? ( dev-db/postgresql:* ) - sqlite? ( dev-db/sqlite:3 ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DDISABLE_MYSQL=$(usex !mysql) - -DMYSQL_BACKEND_INTERNAL=$(usex mysql_internal) - -DDISABLE_ODBC=$(usex !odbc) - -DODBC_BACKEND_INTERNAL=$(usex odbc_internal) - -DDISABLE_PQ=$(usex !postgres) - -DPQ_BACKEND_INTERNAL=$(usex postgres_internal) - -DDISABLE_SQLITE=$(usex !sqlite) - -DSQLITE_BACKEND_INTERNAL=$(usex sqlite_internal) - -DLIBDIR=$(get_libdir) - ) - - cmake-utils_src_configure -} - -src_install() { - if use doc; then - rm docs/build.txt || die - dodoc docs/* - local HTML_DOCS=( html/. ) - fi - cmake-utils_src_install - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-db/cppdb/metadata.xml b/dev-db/cppdb/metadata.xml deleted file mode 100644 index 803866a884e1..000000000000 --- a/dev-db/cppdb/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Don't build a separate mysql loadable module but rather build it into the cppdb library itself - Don't build a separate postgresql loadable module but rather build it into the cppdb library itself - Don't build a separate odbc loadable module but rather build it into the cppdb library itself - Don't build a separate sqlite3 loadable module but rather build it into the cppdb library itself - - - cppcms - - diff --git a/profiles/package.mask b/profiles/package.mask index 1fbb1a24d988..da26f90c9734 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -465,7 +465,6 @@ www-apache/mod_umask # Michał Górny (2019-09-17) # Unmaintained libraries with no reverse dependencies. # Removal in 30 days. Bug #694602. -dev-db/cppdb dev-db/odbtp dev-db/soci dev-db/xbase