diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2016-03-09 14:42:25 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2016-03-09 16:50:37 +0100 |
commit | 51fe6b12440c815638e95ce9502c51ffc82a4bff (patch) | |
tree | 29a21d9a3955ea41dab0800387d52ebc48756db4 /dev-db/oracle-instantclient-jdbc | |
parent | dev-db/oracle-instantclient-odbc: Revbump as oracle-instantclient (diff) | |
download | gentoo-51fe6b12440c815638e95ce9502c51ffc82a4bff.tar.gz gentoo-51fe6b12440c815638e95ce9502c51ffc82a4bff.tar.bz2 gentoo-51fe6b12440c815638e95ce9502c51ffc82a4bff.zip |
dev-db/oracle-instantclient-jdbc: Revbump as oracle-instantclient
Deprecate the oracle-instantclient-basic packages, instead provide
as single oracle-instantclient package with USE flag "jdbc".
Fixes bugs #524922.
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-12.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-12.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-12.ebuild new file mode 100644 index 000000000000..b68e19770231 --- /dev/null +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-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[jdbc]" |