summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-20 13:05:53 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-20 13:05:53 +0000
commit3d0e9169ee14cfa1e4681019a1e1cccc54c01f9e (patch)
treefa52af22f09a962a8654b822e27dab49676318c5 /dev-java
parentInitial import. (diff)
downloadhistorical-3d0e9169ee14cfa1e4681019a1e1cccc54c01f9e.tar.gz
historical-3d0e9169ee14cfa1e4681019a1e1cccc54c01f9e.tar.bz2
historical-3d0e9169ee14cfa1e4681019a1e1cccc54c01f9e.zip
Initial import... again.
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jdbc2-firebird/ChangeLog6
-rw-r--r--dev-java/jdbc2-firebird/files/digest-jdbc3-firebird-1.5.31
-rw-r--r--dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild (renamed from dev-java/jdbc2-firebird/jdbc3-firebird-1.5.3.ebuild)10
3 files changed, 8 insertions, 9 deletions
diff --git a/dev-java/jdbc2-firebird/ChangeLog b/dev-java/jdbc2-firebird/ChangeLog
index 0b8fe5985f08..a6b4d1c7d18d 100644
--- a/dev-java/jdbc2-firebird/ChangeLog
+++ b/dev-java/jdbc2-firebird/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for dev-java/jdbc2-firebird
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/ChangeLog,v 1.2 2004/10/20 12:27:10 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/ChangeLog,v 1.3 2004/10/20 13:05:53 absinthe Exp $
-*jdbc3-firebird-1.5.3 (20 Oct 2004)
+*jdbc2-firebird-1.5.3 (20 Oct 2004)
20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> +metadata.xml,
- +jdbc3-firebird-1.5.3.ebuild:
+ +jdbc2-firebird-1.5.3.ebuild:
Initial import. Closes bug 48331.
diff --git a/dev-java/jdbc2-firebird/files/digest-jdbc3-firebird-1.5.3 b/dev-java/jdbc2-firebird/files/digest-jdbc3-firebird-1.5.3
deleted file mode 100644
index 04729900f93c..000000000000
--- a/dev-java/jdbc2-firebird/files/digest-jdbc3-firebird-1.5.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9700e05ec25b82f17d113486cc3a7c34 FirebirdSQL-1.5.3JDK_1.4.zip 2788095
diff --git a/dev-java/jdbc2-firebird/jdbc3-firebird-1.5.3.ebuild b/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild
index 1f9583618cd1..cd7ec451d12d 100644
--- a/dev-java/jdbc2-firebird/jdbc3-firebird-1.5.3.ebuild
+++ b/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild
@@ -1,19 +1,19 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/jdbc3-firebird-1.5.3.ebuild,v 1.1 2004/10/20 12:27:10 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild,v 1.5 2004/10/20 13:05:53 absinthe Exp $
inherit java-pkg
-At="FirebirdSQL-${PV}JDK_1.4"
-DESCRIPTION="JDBC3 driver for Firebird SQL server"
+At="FirebirdSQL-${PV}JDK_1.3"
+DESCRIPTION="JDBC2 driver for Firebird SQL server"
HOMEPAGE="http://www.firebird.sourceforge.net"
SRC_URI="mirror://sourceforge/firebird/${At}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~amd64"
IUSE="doc"
-DEPEND=">=virtual/jdk-1.4"
-RDEPEND=">=virtual/jdk-1.4"
+DEPEND=">=virtual/jdk-1.3"
+RDEPEND=">=virtual/jdk-1.3"
S=${WORKDIR}
src_compile() {