From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E3D6A59CA3 for ; Wed, 9 Mar 2016 15:51:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A86A8E080C; Wed, 9 Mar 2016 15:51:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DBF421C004 for ; Wed, 9 Mar 2016 15:51:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E84B4340CF3 for ; Wed, 9 Mar 2016 15:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 090BE2098 for ; Wed, 9 Mar 2016 15:51:54 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1457538636.78dd05b962e9fc1571025ccbae10f7bd4ed56757.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/oracle-instantclient-sqlplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-12.ebuild X-VCS-Directories: dev-db/oracle-instantclient-sqlplus/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 78dd05b962e9fc1571025ccbae10f7bd4ed56757 X-VCS-Branch: master Date: Wed, 9 Mar 2016 15:51: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: e46bfd6c-0241-408a-9a61-053cfb0203f9 X-Archives-Hash: 1134c85866833d2320cfbec08299ce07 commit: 78dd05b962e9fc1571025ccbae10f7bd4ed56757 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Mar 9 13:39:07 2016 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Mar 9 15:50:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dd05b9 dev-db/oracle-instantclient-sqlplus: Revbump as oracle-instantclient Deprecate the oracle-instantclient-basic packages, instead provide as single oracle-instantclient package with USE flag "+sqlplus". Fixes bugs #524922. Package-Manager: portage-2.2.26 .../oracle-instantclient-sqlplus-12.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-12.ebuild b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-12.ebuild new file mode 100644 index 0000000..643d2be --- /dev/null +++ b/dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Transition package moving to single ${CATEGORY}/oracle-instantclient package" +HOMEPAGE="https://bugs.gentoo.org/show_bug.cgi?id=524922#c12" +SRC_URI="" + +LICENSE="metapackage" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-db/oracle-instantclient-12[sqlplus]"