summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-06-21 19:07:27 +0000
committerDon Seiler <rizzo@gentoo.org>2004-06-21 19:07:27 +0000
commit9562499dbfbfc99d2891f091d74ec397ae6bc71f (patch)
tree5c6ea5fc1e1cd896da9e046260e39b67f622f31d /dev-db
parentProper revision bump, too. (Manifest recommit) (diff)
downloadgentoo-2-9562499dbfbfc99d2891f091d74ec397ae6bc71f.tar.gz
gentoo-2-9562499dbfbfc99d2891f091d74ec397ae6bc71f.tar.bz2
gentoo-2-9562499dbfbfc99d2891f091d74ec397ae6bc71f.zip
Removing obsoleteness
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/oracle-instantclient-jdbc/files/digest-oracle-instantclient-jdbc-10.1.0.21
-rw-r--r--dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-10.1.0.2.ebuild46
2 files changed, 0 insertions, 47 deletions
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
-}