diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2016-03-09 14:39:07 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2016-03-09 16:50:36 +0100 |
commit | 78dd05b962e9fc1571025ccbae10f7bd4ed56757 (patch) | |
tree | de5467de03b41864e3831f0c9e115b2ada7fc1cb /dev-db/oracle-instantclient-sqlplus | |
parent | dev-db/oracle-instantclient-basic: Revbump as oracle-instantclient (diff) | |
download | gentoo-78dd05b962e9fc1571025ccbae10f7bd4ed56757.tar.gz gentoo-78dd05b962e9fc1571025ccbae10f7bd4ed56757.tar.bz2 gentoo-78dd05b962e9fc1571025ccbae10f7bd4ed56757.zip |
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
Diffstat (limited to 'dev-db/oracle-instantclient-sqlplus')
-rw-r--r-- | dev-db/oracle-instantclient-sqlplus/oracle-instantclient-sqlplus-12.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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 000000000000..643d2beed3d9 --- /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]" |