diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:22:09 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2003-04-06 08:22:09 +0000 |
commit | a867df5f6972c29b387ea3cd41a6ecfbe021bc08 (patch) | |
tree | 1c875a98bfc331de3d1dcc9901cb0e0d9acf7300 /dev-java | |
parent | ppc sparc moved to stable. (diff) | |
download | gentoo-2-a867df5f6972c29b387ea3cd41a6ecfbe021bc08.tar.gz gentoo-2-a867df5f6972c29b387ea3cd41a6ecfbe021bc08.tar.bz2 gentoo-2-a867df5f6972c29b387ea3cd41a6ecfbe021bc08.zip |
housekeeping.
Diffstat (limited to 'dev-java')
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 |