summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 10:25:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 10:25:35 +0000
commit492ffa99842835558b518a08d8ca6830bfaed773 (patch)
tree113def2d8d4e08b02deebd05c3b08f8071fbb7ff /dev-java
parentpatches are inside the official tarball (diff)
downloadgentoo-2-492ffa99842835558b518a08d8ca6830bfaed773.tar.gz
gentoo-2-492ffa99842835558b518a08d8ca6830bfaed773.tar.bz2
gentoo-2-492ffa99842835558b518a08d8ca6830bfaed773.zip
cleanup
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild19
1 files changed, 7 insertions, 12 deletions
diff --git a/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild b/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild
index 52af434bc07c..6204bdaca6ed 100644
--- a/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild
+++ b/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild,v 1.4 2002/01/23 20:06:16 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-1.2.3-r1.ebuild,v 1.5 2002/04/27 10:20:56 seemant Exp $
-P=mysql-jdbc-1.2c
-A=mm.mysql.jdbc-1.2c.tar.gz
-S=${WORKDIR}/mm.mysql.jdbc-1.2c
+MY_P=${P/-/.}
+MY_P=mm.${MY_P/.3/c}
+S=${WORKDIR}/${MY_P}
DESCRIPTION="JDBC Driver for MySQL"
-SRC_URI="http://www.mysql.com/Downloads/Contrib/"${A}
+SRC_URI="http://www.mysql.com/Downloads/Contrib/${MY_P}.tar.gz"
HOMEPAGE="http://www.mysql.com/"
DEPEND=">=virtual/jdk-1.2.2"
-src_unpack() {
- unpack ${A}
-}
+SLOT="0"
src_compile() {
jar -cf mysql-jdbc.jar org
@@ -26,6 +24,3 @@ src_install() {
dohtml -r doc/*
}
-
-
-