summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-05-14 15:03:03 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-05-14 15:03:03 +0000
commitcfca7cd358c7c53773977ff43926fb36722c0687 (patch)
treee8bafa6e06244539f9ff329af1add49547800167 /dev-db
parentDEPEND cleanups (diff)
downloadhistorical-cfca7cd358c7c53773977ff43926fb36722c0687.tar.gz
historical-cfca7cd358c7c53773977ff43926fb36722c0687.tar.bz2
historical-cfca7cd358c7c53773977ff43926fb36722c0687.zip
removed <= 1.3.7 because of stable 1.3.9.2 and bug #17035
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/tora/Manifest5
-rw-r--r--dev-db/tora/files/digest-tora-1.3.6.11
-rw-r--r--dev-db/tora/files/digest-tora-1.3.71
-rw-r--r--dev-db/tora/files/tora-1.3.6.1.patch10
-rw-r--r--dev-db/tora/tora-1.3.6.1.ebuild45
-rw-r--r--dev-db/tora/tora-1.3.7.ebuild45
6 files changed, 0 insertions, 107 deletions
diff --git a/dev-db/tora/Manifest b/dev-db/tora/Manifest
index 4d3947e3d254..e72906008ef4 100644
--- a/dev-db/tora/Manifest
+++ b/dev-db/tora/Manifest
@@ -1,10 +1,5 @@
-MD5 d7773344200693e9ca9c64cd5c062a55 tora-1.3.6.1.ebuild 1183
MD5 65310eabe1ad17c7f0a09fc99b134c3b tora-1.3.8.ebuild 1695
MD5 ef36296b02894e4a0100a1f3eab450ad tora-1.3.9.2.ebuild 1346
MD5 67f0c40827fbeb0330f819e9aab46128 ChangeLog 1318
-MD5 8f6e10065f5b2ee68338781b0cca4494 tora-1.3.7.ebuild 1182
-MD5 f3bd66e811bd9c38f24eb365baa508de files/digest-tora-1.3.6.1 71
MD5 94ba94945d843ea598f9b63230f31e8d files/digest-tora-1.3.9.2 71
-MD5 9c98e02baefc21d09a69c6b92bcdbef4 files/digest-tora-1.3.7 69
MD5 2423c0fe371fcafe2e4a978a8566afaa files/digest-tora-1.3.8 69
-MD5 9a07c66011e094255111073e6b8ae0a4 files/tora-1.3.6.1.patch 287
diff --git a/dev-db/tora/files/digest-tora-1.3.6.1 b/dev-db/tora/files/digest-tora-1.3.6.1
deleted file mode 100644
index 9a3b605cffc0..000000000000
--- a/dev-db/tora/files/digest-tora-1.3.6.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eba499b4c13da01676870ec7bdda5d58 tora-alpha-1.3.6.1.tar.gz 2269388
diff --git a/dev-db/tora/files/digest-tora-1.3.7 b/dev-db/tora/files/digest-tora-1.3.7
deleted file mode 100644
index 6c8d076c22be..000000000000
--- a/dev-db/tora/files/digest-tora-1.3.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3fc2a30748ba36c45f8776f42728f68 tora-alpha-1.3.7.tar.gz 2322826
diff --git a/dev-db/tora/files/tora-1.3.6.1.patch b/dev-db/tora/files/tora-1.3.6.1.patch
deleted file mode 100644
index 2ed807dfd7f2..000000000000
--- a/dev-db/tora/files/tora-1.3.6.1.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.pl-orig Thu Jul 4 23:02:44 2002
-+++ configure.pl Wed Jul 31 13:21:28 2002
-@@ -310,6 +310,7 @@
- $MySQLFound=0;
- } elsif (/^--without-oracle$/) {
- $OracleFound=0;
-+ $OracleShared=""
- } elsif (/^--without-kde$/) {
- $NoKDE=1;
- } elsif (/^--enable-onlymake$/) {
diff --git a/dev-db/tora/tora-1.3.6.1.ebuild b/dev-db/tora/tora-1.3.6.1.ebuild
deleted file mode 100644
index 7033d2fe88fc..000000000000
--- a/dev-db/tora/tora-1.3.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.6.1.ebuild,v 1.5 2003/02/13 10:05:42 vapier Exp $
-
-IUSE="kde oci8 postgres mysql"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="TOra - Toolkit For Oracle"
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${PN}-alpha-${PV}.tar.gz"
-HOMEPAGE="http://www.globecom.se/tora/"
-
-DEPEND=">=x11-libs/qt-3.0.0
- mysql? ( >=dev-db/mysql-3.23 )
- postgres? ( >=dev-db/postgresql-7.1 )"
-SLOT="0"
-KEYWORDS="x86"
-LICENSE="GPL-2"
-
-src_compile() {
- local myconf
-
- use kde && myconf="$myconf --with-kde" \
- || myconf="$myconf --without-kde"
- use mysql && myconf="$myconf" \
- || myconf="$myconf --without-mysql"
-# use postgres && myconf="$myconf" \
-# || myconf="$myconf --without-postgres"
- use oci8 && myconf="$myconf" \
- || myconf="$myconf --without-oracle"
-
- patch -p0 < ${FILESDIR}/tora-${PV}.patch
-
- ./configure \
- --prefix=/usr \
- --with-mono \
- $myconf || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodir ${D}/usr/bin
- make \
- ROOT=${D} \
- install || die "make install failed"
-}
diff --git a/dev-db/tora/tora-1.3.7.ebuild b/dev-db/tora/tora-1.3.7.ebuild
deleted file mode 100644
index 6ab807ec391f..000000000000
--- a/dev-db/tora/tora-1.3.7.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tora/tora-1.3.7.ebuild,v 1.5 2003/02/13 10:05:47 vapier Exp $
-
-IUSE="kde oci8 postgres mysql"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="TOra - Toolkit For Oracle"
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${PN}-alpha-${PV}.tar.gz"
-HOMEPAGE="http://www.globecom.se/tora/"
-
-DEPEND=">=x11-libs/qt-3.0.0
- mysql? ( >=dev-db/mysql-3.23 )
- postgres? ( >=dev-db/postgresql-7.1 )"
-SLOT="0"
-KEYWORDS="x86"
-LICENSE="GPL-2"
-
-src_compile() {
- local myconf
-
- use kde && myconf="$myconf --with-kde" \
- || myconf="$myconf --without-kde"
- use mysql && myconf="$myconf" \
- || myconf="$myconf --without-mysql"
-# use postgres && myconf="$myconf" \
-# || myconf="$myconf --without-postgres"
- use oci8 && myconf="$myconf" \
- || myconf="$myconf --without-oracle"
-
- #patch -p0 < ${FILESDIR}/tora-${PV}.patch
-
- ./configure \
- --prefix=/usr \
- --with-mono \
- $myconf || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dodir ${D}/usr/bin
- make \
- ROOT=${D} \
- install || die "make install failed"
-}