summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Carlson <absinthe@gentoo.org>2003-04-06 08:22:09 +0000
committerDylan Carlson <absinthe@gentoo.org>2003-04-06 08:22:09 +0000
commitcf48705678bd660f727bfbe43fecf091b8c88fb5 (patch)
tree8502d66a6c0c58be30a9c9d838aa8287eed52d5f /dev-java
parentppc sparc moved to stable. (diff)
downloadhistorical-cf48705678bd660f727bfbe43fecf091b8c88fb5.tar.gz
historical-cf48705678bd660f727bfbe43fecf091b8c88fb5.tar.bz2
historical-cf48705678bd660f727bfbe43fecf091b8c88fb5.zip
housekeeping.
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-collections/commons-collections-2.1-r1.ebuild38
-rw-r--r--dev-java/commons-collections/commons-collections-2.1-r2.ebuild44
-rw-r--r--dev-java/commons-collections/files/digest-commons-collections-2.1-r11
-rw-r--r--dev-java/commons-collections/files/digest-commons-collections-2.1-r21
4 files changed, 0 insertions, 84 deletions
diff --git a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild b/dev-java/commons-collections/commons-collections-2.1-r1.ebuild
deleted file mode 100644
index acb5acaadb10..000000000000
--- a/dev-java/commons-collections/commons-collections-2.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r1.ebuild,v 1.6 2003/02/13 10:07:42 vapier Exp $
-
-S=${WORKDIR}/${PN}-${PV}-src
-DESCRIPTION="Jakarta-Commons Collections Component"
-HOMEPAGE="http://jakarta.apache.org/commons/collections.html"
-SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/${PN}/v${PV}/${PN}-${PV}-src.tar.gz"
-DEPEND=">=virtual/jdk-1.3
- >=ant-1.4
- junit? ( >=dev-java/junit-3.7 )"
-RDEPEND=">=virtual/jre-1.3"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="jikes junit"
-
-src_compile() {
- local myc
-
- if [ -n "`use jikes`" ] ; then
- myc="${myc} -Dbuild.compiler=jikes"
- fi
-
- if [ -n "`use junit`" ] ; then
- echo "junit.jar=`java-config --classpath=junit`" > build.properties
- ANT_OPTS=${myc} ant || die "Testing Classes Failed"
- fi
-
- ANT_OPTS=${myc} ant dist-jar || die "Compilation Failed"
- ANT_OPTS=${myc} ant doc || die "Unable to create documents"
-}
-
-src_install () {
- dojar dist/${PN}*.jar || die "Unable to Install"
- dohtml dist/*.html
- dohtml -r dist/docs/*
-}
diff --git a/dev-java/commons-collections/commons-collections-2.1-r2.ebuild b/dev-java/commons-collections/commons-collections-2.1-r2.ebuild
deleted file mode 100644
index 9080a3319514..000000000000
--- a/dev-java/commons-collections/commons-collections-2.1-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r2.ebuild,v 1.1 2003/03/16 23:59:04 absinthe Exp $
-
-S=${WORKDIR}/${PN}-${PV}-src
-DESCRIPTION="Jakarta-Commons Collections Component"
-HOMEPAGE="http://jakarta.apache.org/commons/collections.html"
-SRC_URI="http://jakarta.apache.org/builds/jakarta-commons/release/${PN}/v${PV}/${PN}-${PV}-src.tar.gz"
-DEPEND=">=virtual/jdk-1.3
- >=ant-1.4
- junit? ( >=dev-java/junit-3.7 )"
-RDEPEND=">=virtual/jre-1.3"
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="doc jikes junit"
-
-src_compile() {
- local myc
-
- if [ -n "`use jikes`" ] ; then
- myc="${myc} -Dbuild.compiler=jikes"
- fi
-
- if [ -n "`use junit`" ] ; then
- echo "junit.jar=`java-config --classpath=junit`" > build.properties
- ANT_OPTS=${myc} ant || die "Testing Classes Failed"
- fi
-
- ANT_OPTS=${myc} ant dist-jar || die "Compilation Failed"
-
- if [ -n "`use doc`" ] ; then
- ANT_OPTS=${myc} ant doc || die "Unable to create documents"
- fi
-}
-
-src_install () {
- dojar dist/${PN}*.jar || die "Unable to Install"
-
- if [ -n "`use doc`" ] ; then
- dohtml dist/*.html
- dohtml -r dist/docs/*
- fi
-}
diff --git a/dev-java/commons-collections/files/digest-commons-collections-2.1-r1 b/dev-java/commons-collections/files/digest-commons-collections-2.1-r1
deleted file mode 100644
index f2de34acfce0..000000000000
--- a/dev-java/commons-collections/files/digest-commons-collections-2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee30c02b1b57693f72cd86c899b925d9 commons-collections-2.1-src.tar.gz 229173
diff --git a/dev-java/commons-collections/files/digest-commons-collections-2.1-r2 b/dev-java/commons-collections/files/digest-commons-collections-2.1-r2
deleted file mode 100644
index f2de34acfce0..000000000000
--- a/dev-java/commons-collections/files/digest-commons-collections-2.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee30c02b1b57693f72cd86c899b925d9 commons-collections-2.1-src.tar.gz 229173