summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2008-06-11 16:10:35 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2008-06-11 16:10:35 +0000
commite0768970f7f4bb894063eeb8b94d6c088ab04868 (patch)
tree56da66e59443ff61ac42c57d1629e567e4d0545a /dev-db/oracle-instantclient-jdbc
parentstable for x86, #225813 (diff)
downloadhistorical-e0768970f7f4bb894063eeb8b94d6c088ab04868.tar.gz
historical-e0768970f7f4bb894063eeb8b94d6c088ab04868.tar.bz2
historical-e0768970f7f4bb894063eeb8b94d6c088ab04868.zip
remove old version
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc')
-rw-r--r--dev-db/oracle-instantclient-jdbc/ChangeLog6
-rw-r--r--dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild47
2 files changed, 5 insertions, 48 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/ChangeLog b/dev-db/oracle-instantclient-jdbc/ChangeLog
index bee514b0285a..4cda8344f628 100644
--- a/dev-db/oracle-instantclient-jdbc/ChangeLog
+++ b/dev-db/oracle-instantclient-jdbc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/oracle-instantclient-jdbc
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.21 2008/03/08 20:58:03 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.22 2008/06/11 16:10:35 dertobi123 Exp $
+
+ 11 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+ -oracle-instantclient-jdbc-10.1.0.5.ebuild:
+ remove old version
08 Mar 2008; Tobias Scherbaum <dertobi123@gentoo.org>
oracle-instantclient-jdbc-10.1.0.5.ebuild,
diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild
deleted file mode 100644
index cefd316bc972..000000000000
--- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.5.ebuild,v 1.4 2008/03/08 20:58:03 dertobi123 Exp $
-
-inherit eutils
-
-MY_P="${PN/oracle-/}-linux32-${PV}-20060511"
-
-S=${WORKDIR}
-DESCRIPTION="Oracle 10g client installation for Linux: JDBC supplement"
-HOMEPAGE="http://www.oracle.com/technology/tech/oci/instantclient/index.html"
-SRC_URI="${MY_P}.zip"
-
-LICENSE="OTN"
-SLOT="${PV}"
-KEYWORDS="~x86"
-RESTRICT="fetch"
-IUSE=""
-
-RDEPEND=">=dev-db/oracle-instantclient-basic-${PV}"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-pkg_nofetch() {
- eerror "Please go to:"
- eerror " ${HOMEPAGE}"
- eerror "and download the JDBC supplemental package. Put it in:"
- eerror " ${DISTDIR}"
- eerror "after downloading it."
-}
-
-src_unpack() {
- unzip "${DISTDIR}"/${MY_P}.zip
-}
-
-src_install() {
- dodir /usr/$(get_libdir)/oracle/${PV}/client/lib
- cd "${S}"/instantclient10_1
- insinto /usr/$(get_libdir)/oracle/${PV}/client/lib
- doins libheteroxa10.so ocrs12.jar orai18n.jar
-}
-
-pkg_postinst() {
- elog "The JDBC supplement package for Oracle 10g has been installed."
- elog "You may wish to install the oracle-instantclient-sqlplus (for "
- elog "running the SQL*Plus application) package as well."
-}