commit: 78dd05b962e9fc1571025ccbae10f7bd4ed56757
Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 13:39:07 2016 +0000
Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> 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]"