summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2004-10-20 12:28:50 +0000
committerDylan Carlson <absinthe@gentoo.org>2004-10-20 12:28:50 +0000
commitd72eca6ad8e54cb0c3090b567f2a904ce5a923f9 (patch)
treecbb60850126edea21c3ee7313b00bb1268848a89 /dev-java/jdbc2-firebird
parentInitial import. Closes bug 48331. (Manifest recommit) (diff)
downloadgentoo-2-d72eca6ad8e54cb0c3090b567f2a904ce5a923f9.tar.gz
gentoo-2-d72eca6ad8e54cb0c3090b567f2a904ce5a923f9.tar.bz2
gentoo-2-d72eca6ad8e54cb0c3090b567f2a904ce5a923f9.zip
Grrr.
Diffstat (limited to 'dev-java/jdbc2-firebird')
-rw-r--r--dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild b/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild
deleted file mode 100644
index 332b76a53952..000000000000
--- a/dev-java/jdbc2-firebird/jdbc2-firebird-1.5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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/jdbc2-firebird-1.5.3.ebuild,v 1.3 2004/10/20 12:13:17 absinthe Exp $
-
-inherit java-pkg
-
-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.3"
-RDEPEND=">=virtual/jdk-1.3"
-S=${WORKDIR}
-
-src_compile() {
- :;
-}
-
-src_install() {
- java-pkg_dojar *.jar
- java-pkg_dojar lib/*.jar
-
- use doc && java-pkg_dohtml -r docs/
- dodoc ChangeLog release_notes.html
-}