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