From: Michał Górny Date: Thu, 17 Oct 2019 12:19:15 +0000 (+0200) Subject: dev-db/soci: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=29ecb65037bc24a553d206cfc44b148f203f9727;p=gentoo.git dev-db/soci: Remove last-rited pkg Closes: https://bugs.gentoo.org/694602 Signed-off-by: Michał Górny --- diff --git a/dev-db/soci/Manifest b/dev-db/soci/Manifest deleted file mode 100644 index 1f4e653a34d8..000000000000 --- a/dev-db/soci/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST soci-3.2.3.zip 508929 BLAKE2B e1a83172391508506744b18ac0b18d69bec34bfbd31d9156b2cb786cdb7cdd8a99ace21d1286a2c4432ba18e18dedc4f390075a25a30fa2e45f36d802661ddb2 SHA512 dd9b7eaf535502e3230eada4d4d019963d2c9cf59b69fff5d466b4fc00976fa08f7b0199a0e4564a0395d0d30095b97aa1d613dfbaa329feb077ece3b0efacdf diff --git a/dev-db/soci/metadata.xml b/dev-db/soci/metadata.xml deleted file mode 100644 index ad9d64cb1e23..000000000000 --- a/dev-db/soci/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - Enable boost support - Build the sample backend called Empty - - - soci - - diff --git a/dev-db/soci/soci-3.2.3-r1.ebuild b/dev-db/soci/soci-3.2.3-r1.ebuild deleted file mode 100644 index 9051f4411cb7..000000000000 --- a/dev-db/soci/soci-3.2.3-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Makes the illusion of embedding SQL queries in the regular C++ code" -HOMEPAGE="http://soci.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.zip" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs test" - -RDEPEND=" - firebird? ( dev-db/firebird ) - mysql? ( dev-db/mysql-connector-c:= ) - odbc? ( dev-db/unixODBC ) - oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( dev-db/postgresql:= ) - sqlite? ( dev-db/sqlite:3 ) -" -DEPEND="${RDEPEND} - boost? ( dev-libs/boost ) -" - -src_configure() { - local mycmakeargs=( - -DWITH_BOOST=$(usex boost) - -DSOCI_EMPTY=$(usex empty) - -DWITH_FIREBIRD=$(usex firebird) - -DWITH_MYSQL=$(usex mysql) - -DWITH_ODBC=$(usex odbc) - -DWITH_ORACLE=$(usex oracle) - -DWITH_POSTGRESQL=$(usex postgres) - -DWITH_SQLITE3=$(usex sqlite) - -DSOCI_STATIC=$(usex static-libs) - -DSOCI_TESTS=$(usex test) - -DWITH_DB2=OFF - ) - #use MYCMAKEARGS if you want enable IBM DB2 support - cmake-utils_src_configure -} - -src_install() { - use doc && local HTML_DOCS=( doc/. ) - cmake-utils_src_install -} diff --git a/profiles/package.mask b/profiles/package.mask index d1cdb03e1899..5628e01454b7 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/soci dev-db/xbase dev-db/xbsql