summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-27 09:52:31 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-27 09:52:31 +0000
commita8f957a5530cc91b33e81b53f91e136b7c625b82 (patch)
tree1fe5c79c42dda85430f7d9b0d8ff208dcb652b2a /dev-java
parentcleanup (diff)
downloadhistorical-a8f957a5530cc91b33e81b53f91e136b7c625b82.tar.gz
historical-a8f957a5530cc91b33e81b53f91e136b7c625b82.tar.bz2
historical-a8f957a5530cc91b33e81b53f91e136b7c625b82.zip
wrong check-in
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jndi/jndi-1.2.1-r2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-java/jndi/jndi-1.2.1-r2.ebuild b/dev-java/jndi/jndi-1.2.1-r2.ebuild
deleted file mode 100644
index 6c8f2a82b6e2..000000000000
--- a/dev-java/jndi/jndi-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Tools Team <tools@gentoo.org>
-# Author: Karl Trygve Kalleberg <karltk@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jndi/jndi-1.2.1-r2.ebuild,v 1.4 2002/04/27 09:39:28 seemant Exp $
-
-At=${PN}${PV/.2./_2_}.zip
-S=${WORKDIR}/${P}
-DESCRIPTION="Java Naming and Directory Interface"
-HOMEPAGE="http://java.sun.com/products/jndi/"
-SRC_URI=""
-
-DEPEND=">=virtual/jdk-1.2"
-
-src_unpack() {
- echo ${At}
- if [ ! -f ${DISTDIR}/${At} ] ; then
- die "You must download ${At} from ${HOMEPAGE} yourself"
- fi
- mkdir ${S}
- cd ${S}
- jar -xf ${DISTDIR}/${At}
-}
-
-src_compile() {
- cd ${S}
-}
-
-src_install() {
- dojar lib/jndi.jar
- dodoc COPYRIGHT README.txt
- dohtml -r doc/*
-}