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
commitde965f80b1b57a31cef4c8bf563bab5991e16bc5 (patch)
treeda1e0665a93b1cbc546df3e37ddf9660e2fad7f1 /dev-db/oracle-instantclient-jdbc
parentremove old version (diff)
downloadgentoo-2-de965f80b1b57a31cef4c8bf563bab5991e16bc5.tar.gz
gentoo-2-de965f80b1b57a31cef4c8bf563bab5991e16bc5.tar.bz2
gentoo-2-de965f80b1b57a31cef4c8bf563bab5991e16bc5.zip
remove old version
(Portage version: 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."
-}