From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED308138334 for ; Sun, 1 Jul 2018 00:04:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F893E084A; Sun, 1 Jul 2018 00:03:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C747E084A for ; Sun, 1 Jul 2018 00:03:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 568CE335C8A for ; Sun, 1 Jul 2018 00:03:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46FA3353 for ; Sun, 1 Jul 2018 00:03:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530403415.bd35e01fc6da1bf8d32e164562a705f2f51e8940.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/soci/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/soci/Manifest dev-db/soci/soci-3.2.2.ebuild X-VCS-Directories: dev-db/soci/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd35e01fc6da1bf8d32e164562a705f2f51e8940 X-VCS-Branch: master Date: Sun, 1 Jul 2018 00:03:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ad3d9f7-a745-493d-a8d0-bf26bd44f25e X-Archives-Hash: cdc6a17d57784b8027380bfa35144937 commit: bd35e01fc6da1bf8d32e164562a705f2f51e8940 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 30 21:31:15 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 1 00:03:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd35e01f dev-db/soci: Drop old Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-db/soci/Manifest | 1 - dev-db/soci/soci-3.2.2.ebuild | 46 ------------------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-db/soci/Manifest b/dev-db/soci/Manifest index 19e0dddd887..1f4e653a34d 100644 --- a/dev-db/soci/Manifest +++ b/dev-db/soci/Manifest @@ -1,2 +1 @@ -DIST soci-3.2.2.zip 518502 BLAKE2B 0e043c1390249e43a66d3c858178b3cfd70a5a53748f52bc3fc0688daf2b3e38a3bf682dbd48a7e40ef8c194d783169f5966f0f60166f858d21609da3fc1b234 SHA512 36fa977e8827ec546ec85be45d78bb21b2700ee7838d144e6f6ac91cc70242cbe8ce968092146e2b29d52fe1022b9287cff7465c156a49c0ffb1dde6d89964ab DIST soci-3.2.3.zip 508929 BLAKE2B e1a83172391508506744b18ac0b18d69bec34bfbd31d9156b2cb786cdb7cdd8a99ace21d1286a2c4432ba18e18dedc4f390075a25a30fa2e45f36d802661ddb2 SHA512 dd9b7eaf535502e3230eada4d4d019963d2c9cf59b69fff5d466b4fc00976fa08f7b0199a0e4564a0395d0d30095b97aa1d613dfbaa329feb077ece3b0efacdf diff --git a/dev-db/soci/soci-3.2.2.ebuild b/dev-db/soci/soci-3.2.2.ebuild deleted file mode 100644 index 390012ef0f7..00000000000 --- a/dev-db/soci/soci-3.2.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils - -KEYWORDS="~amd64 ~x86" - -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" -IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite" - -DEPEND="boost? ( dev-libs/boost ) - firebird? ( dev-db/firebird ) - mysql? ( virtual/mysql ) - odbc? ( dev-db/unixODBC ) - oracle? ( dev-db/oracle-instantclient-basic ) - postgres? ( dev-db/postgresql:= ) - sqlite? ( dev-db/sqlite:3 ) -" -RDEPEND=${DEPEND} - -src_configure() { - local mycmakeargs="$(cmake-utils_use_with boost ) - $(cmake-utils_use empty SOCI_EMPTY) - $(cmake-utils_use_with firebird FIREBIRD) - $(cmake-utils_use_with mysql MYSQL) - $(cmake-utils_use_with odbc ODBC) - $(cmake-utils_use_with oracle ORACLE) - $(cmake-utils_use_with postgres POSTGRESQL) - $(cmake-utils_use_with sqlite SQLITE3) - -DWITH_DB2=OFF" #use MYCMAKEARGS if you want enable IBM DB2 support - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - dodoc AUTHORS CHANGES - if use doc; then - dohtml -r doc/* - fi -}