summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-01 06:27:13 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-01 06:27:13 +0000
commitf58856538ab85b00d725b3569ed60bdd4ed556a5 (patch)
tree72ceb0d9eb33d511dc26ec9b7ba4a31d3b1fdd76 /dev-java/jndi
parentAdded dependencies (diff)
downloadgentoo-2-f58856538ab85b00d725b3569ed60bdd4ed556a5.tar.gz
gentoo-2-f58856538ab85b00d725b3569ed60bdd4ed556a5.tar.bz2
gentoo-2-f58856538ab85b00d725b3569ed60bdd4ed556a5.zip
Added dependencies
Diffstat (limited to 'dev-java/jndi')
-rw-r--r--dev-java/jndi/jndi-1.2.1-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-java/jndi/jndi-1.2.1-r1.ebuild b/dev-java/jndi/jndi-1.2.1-r1.ebuild
index b595c4d5906b..c4067907801f 100644
--- a/dev-java/jndi/jndi-1.2.1-r1.ebuild
+++ b/dev-java/jndi/jndi-1.2.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 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/jndi/jndi-1.2.1-r1.ebuild,v 1.2 2000/08/16 04:37:56 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jndi/jndi-1.2.1-r1.ebuild,v 1.3 2000/11/01 06:27:08 achim Exp $
P=jndi-1.2.1
A=jndi1_2_1.zip
@@ -10,12 +10,14 @@ DESCRIPTION="Java Naming and Directory Interface"
SRC_URI="ftp://"${A}
HOMEPAGE="http://java.sun.com/products/jndi/"
+DEPEND=">=dev-lang/jdk-1.2.2"
+
#Please download the sources from sun
src_unpack() {
mkdir ${S}
cd ${S}
- unzip ${DISTDIR}/${A}
+ jar -xf ${DISTDIR}/${A}
}
src_compile() {