diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 13:05:53 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 13:05:53 +0000 |
commit | 84ded28491d00ccf90fd58dbf789d7bb4c758e65 (patch) | |
tree | 3d01cecd56a73bcc05e10e461802e3728eddc746 /dev-java | |
parent | dont use emake to install (Manifest recommit) (diff) | |
download | gentoo-2-84ded28491d00ccf90fd58dbf789d7bb4c758e65.tar.gz gentoo-2-84ded28491d00ccf90fd58dbf789d7bb4c758e65.tar.bz2 gentoo-2-84ded28491d00ccf90fd58dbf789d7bb4c758e65.zip |
Initial import... again.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jdbc2-firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jdbc2-firebird/Manifest | 6 | ||||
-rw-r--r-- | dev-java/jdbc2-firebird/files/digest-jdbc3-firebird-1.5.3 | 1 | ||||
-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 |
4 files changed, 11 insertions, 12 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/Manifest b/dev-java/jdbc2-firebird/Manifest index b3ac7451d4f7..72b7e373303e 100644 --- a/dev-java/jdbc2-firebird/Manifest +++ b/dev-java/jdbc2-firebird/Manifest @@ -1,4 +1,4 @@ MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 -MD5 e9a2749463e911ccfe077d3bf56ae23c ChangeLog 393 -MD5 75ba4e11e498af1ec621042a55ac7442 jdbc3-firebird-1.5.3.ebuild 736 -MD5 a28064d667f1f2c8fda8f0d858cd08b8 files/digest-jdbc3-firebird-1.5.3 74 +MD5 1c93e7dfd27133b02c9445d766654f52 ChangeLog 393 +MD5 d6302a9f6ca583963f45aa66fba05a82 jdbc2-firebird-1.5.3.ebuild 736 +MD5 65355e69fa5bd7c91d6e79f143885bc0 files/digest-jdbc2-firebird-1.5.3 74 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() { |