diff options
author | Don Seiler <rizzo@gentoo.org> | 2004-06-21 19:07:27 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2004-06-21 19:07:27 +0000 |
commit | c3f2d44e4eae4adfcd125b0aedc4112a7f7275c4 (patch) | |
tree | a02e0b4fc38b0226b9aab5a676ecc249a510b463 /dev-db/oracle-instantclient-jdbc | |
parent | Proper revision bump, too. (diff) | |
download | historical-c3f2d44e4eae4adfcd125b0aedc4112a7f7275c4.tar.gz historical-c3f2d44e4eae4adfcd125b0aedc4112a7f7275c4.tar.bz2 historical-c3f2d44e4eae4adfcd125b0aedc4112a7f7275c4.zip |
Removing obsoleteness
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc')
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/Manifest b/dev-db/oracle-instantclient-jdbc/Manifest index 22e39a437aad..620479dfe469 100644 --- a/dev-db/oracle-instantclient-jdbc/Manifest +++ b/dev-db/oracle-instantclient-jdbc/Manifest @@ -1,5 +1,4 @@ MD5 f8208bb17ac76257d16893b0b1b56632 ChangeLog 810 MD5 be21f1b8658247ec78eba9d3e7c37537 metadata.xml 422 MD5 4c667bada76ccfb3b07db4b4f7fdc54f oracle-instantclient-jdbc-10.1.0.2_p2.ebuild 1379 -MD5 01f29b979cef76d43b6c824363958ba0 oracle-instantclient-jdbc-10.1.0.2.ebuild 1186 MD5 7d3e4c7886b1d1ff429ea98a8182faca files/digest-oracle-instantclient-jdbc-10.1.0.2_p2 91 diff --git a/dev-db/oracle-instantclient-jdbc/files/digest-oracle-instantclient-jdbc-10.1.0.2 b/dev-db/oracle-instantclient-jdbc/files/digest-oracle-instantclient-jdbc-10.1.0.2 deleted file mode 100644 index fb426627dc1e..000000000000 --- a/dev-db/oracle-instantclient-jdbc/files/digest-oracle-instantclient-jdbc-10.1.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 51c0715f43784cd12d5073bb2059a239 oracle-instantclient-jdbc-10.1.0.2-1.i386.rpm 4578875 diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.2.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.2.ebuild deleted file mode 100644 index e5788feb72e8..000000000000 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# 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.2.ebuild,v 1.2 2004/03/22 21:39:28 rizzo Exp $ - -inherit eutils - -MY_P="${P}-1.i386" - -S=${WORKDIR} -DESCRIPTION="Oracle 10g client installation for Linux: JDBC supplement" -HOMEPAGE="http://otn.oracle.com/software/tech/oci/instantclient/htdocs/linuxsoft.html" -SRC_URI="${MY_P}.rpm" - -LICENSE="OTN" -SLOT="${KV}" -KEYWORDS="~x86" -RESTRICT="fetch" -IUSE="" - -DEPEND="app-arch/rpm2targz - =dev-db/oracle-instantclient-basic-10.1.0.2" - -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() { - rpm2targz ${DISTDIR}/${MY_P}.rpm - tar zxf ${WORKDIR}/${MY_P}.tar.gz -} - -src_install() { - mv ${S}/usr ${D} -} - -pkg_postinst() { - echo - einfo "The JDBC supplement package for Oracle 10g has been installed." - einfo "You may wish to install the oracle-instantclient-sqlplus (for " - einfo "running the SQL*Plus application) package as well." - echo -} |