diff options
5 files changed, 5 insertions, 56 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 4a9be2596eff..028c12f5a8a2 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.18 2004/05/16 22:55:38 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.19 2004/05/16 22:56:38 zx Exp $ + + 16 May 2004; Chris Aniszczyk <zx@gentoo.org> + -commons-collections-2.1-r3.ebuild, -commons-collections-3.0.ebuild: + Clean up *commons-collections-3.0-r1 (16 May 2004) diff --git a/dev-java/commons-collections/commons-collections-2.1-r3.ebuild b/dev-java/commons-collections/commons-collections-2.1-r3.ebuild deleted file mode 100644 index c3a590bc6a0e..000000000000 --- a/dev-java/commons-collections/commons-collections-2.1-r3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 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-r3.ebuild,v 1.9 2004/01/19 05:02:40 strider Exp $ - -inherit jakarta-commons - -S=${WORKDIR}/${PN}-${PV}-src -DESCRIPTION="Jakarta-Commons Collections Component" -HOMEPAGE="http://jakarta.apache.org/commons/collections.html" -SRC_URI="mirror://apache/jakarta/commons/collections/source/collections-${PV}-src.tar.gz" -DEPEND=">=virtual/jdk-1.3 - >=dev-java/ant-1.4 - junit? ( >=dev-java/junit-3.7 ) - jikes? ( >=dev-java/jikes-1.17 )" -RDEPEND=">=virtual/jre-1.3" -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="x86 sparc ppc amd64" -IUSE="doc jikes junit" - -src_compile() { - jakarta-commons_src_compile myconf make - use doc && jakarta-commons_src_compile makedoc -} - diff --git a/dev-java/commons-collections/commons-collections-3.0.ebuild b/dev-java/commons-collections/commons-collections-3.0.ebuild deleted file mode 100644 index c972b917a4aa..000000000000 --- a/dev-java/commons-collections/commons-collections-3.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 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-3.0.ebuild,v 1.3 2004/05/03 22:29:05 zx Exp $ - -inherit jakarta-commons - -DESCRIPTION="Jakarta-Commons Collections Component" -HOMEPAGE="http://jakarta.apache.org/commons/collections.html" -SRC_URI="mirror://apache/jakarta/commons/collections/source/${PN}-${PV}-src.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc ~amd64" -IUSE="doc jikes junit" - -src_compile() { - jakarta-commons_src_compile myconf make - use doc && jakarta-commons_src_compile makedoc -} - -src_install() { - mv build/${P}.jar build/${PN}.jar - java-pkg_dojar build/${PN}.jar - dodoc LICENSE.txt README.txt - use doc && dohtml -r build/docs/apidocs - dohtml *.html -} - diff --git a/dev-java/commons-collections/files/digest-commons-collections-2.1-r3 b/dev-java/commons-collections/files/digest-commons-collections-2.1-r3 deleted file mode 100644 index 7d04dd4ed65a..000000000000 --- a/dev-java/commons-collections/files/digest-commons-collections-2.1-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee30c02b1b57693f72cd86c899b925d9 collections-2.1-src.tar.gz 229173 diff --git a/dev-java/commons-collections/files/digest-commons-collections-3.0 b/dev-java/commons-collections/files/digest-commons-collections-3.0 deleted file mode 100644 index f420538a1711..000000000000 --- a/dev-java/commons-collections/files/digest-commons-collections-3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 94d08b038526781e9f757048bb68cbae commons-collections-3.0-src.tar.gz 1067775 |