diff options
Diffstat (limited to 'dev-java/commons-collections')
5 files changed, 5 insertions, 78 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 84b4547639d5..b3e5b8159651 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.39 2007/01/26 05:58:19 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.40 2007/02/14 22:29:28 caster Exp $ + + 14 Feb 2007; Vlastimil Babka <caster@gentoo.org> + -commons-collections-3.1.ebuild, -commons-collections-3.1-r1.ebuild: + Cleanup. 26 Jan 2007; Steve Dibb <beandog@gentoo.org> commons-collections-3.2.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.1-r1.ebuild b/dev-java/commons-collections/commons-collections-3.1-r1.ebuild deleted file mode 100644 index 4eade6bd5f2b..000000000000 --- a/dev-java/commons-collections/commons-collections-3.1-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.1-r1.ebuild,v 1.5 2006/10/17 03:42:19 nichoj Exp $ - -inherit java-pkg-2 java-ant-2 eutils - -DESCRIPTION="Jakarta-Commons Collections Component" -HOMEPAGE="http://jakarta.apache.org/commons/collections/" -SRC_URI="mirror://apache/jakarta/commons/collections/source/${P}-src.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="doc source" - -DEPEND=">=virtual/jdk-1.3 - dev-java/ant-core - source? ( app-arch/zip )" -RDEPEND=">=virtual/jre-1.3" - -src_compile() { - eant $(use_doc) jar -} - -src_install() { - java-pkg_newjar build/${P}.jar ${PN}.jar - - dodoc README.txt - java-pkg_dohtml *.html - use doc && java-pkg_dohtml -r build/docs/apidocs - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/commons-collections/commons-collections-3.1.ebuild b/dev-java/commons-collections/commons-collections-3.1.ebuild deleted file mode 100644 index fa04a80c1c2e..000000000000 --- a/dev-java/commons-collections/commons-collections-3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.1.ebuild,v 1.12 2006/10/05 15:19:58 gustavoz Exp $ - -inherit java-pkg eutils - -DESCRIPTION="Jakarta-Commons Collections Component" -HOMEPAGE="http://jakarta.apache.org/commons/collections/" -SRC_URI="mirror://apache/jakarta/commons/collections/source/${P}-src.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="x86 ppc amd64 ppc64" -IUSE="doc jikes source" - -DEPEND=">=virtual/jdk-1.3 - dev-java/ant-core - jikes? ( dev-java/jikes ) - source? ( app-arch/zip )" -RDEPEND=">=virtual/jre-1.3" - -src_compile() { - local antflags="jar" - use doc && antflags="${antflags} javadoc" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" - #when this is installed as a dep on ant - #junit ant task is not installed yet. so it cannot run - #use junit && antflags="${antflags} test" - ant ${antflags} || die "compile failed" -} - -src_install() { - java-pkg_newjar build/${P}.jar ${PN}.jar - - dodoc README.txt - java-pkg_dohtml *.html - use doc && java-pkg_dohtml -r build/docs/apidocs - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/commons-collections/files/digest-commons-collections-3.1 b/dev-java/commons-collections/files/digest-commons-collections-3.1 deleted file mode 100644 index 1b4db8dcb5c8..000000000000 --- a/dev-java/commons-collections/files/digest-commons-collections-3.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2da710d9c81ae85ee3a386e7ed1b1fe8 commons-collections-3.1-src.tar.gz 1137330 -RMD160 68b927a1aaac246171acd756d1b7b3f0f3f80a16 commons-collections-3.1-src.tar.gz 1137330 -SHA256 10ae70ecb4f548d7ca30f7f009581194a681604ede1c4144c55d3a764d905213 commons-collections-3.1-src.tar.gz 1137330 diff --git a/dev-java/commons-collections/files/digest-commons-collections-3.1-r1 b/dev-java/commons-collections/files/digest-commons-collections-3.1-r1 deleted file mode 100644 index 1b4db8dcb5c8..000000000000 --- a/dev-java/commons-collections/files/digest-commons-collections-3.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2da710d9c81ae85ee3a386e7ed1b1fe8 commons-collections-3.1-src.tar.gz 1137330 -RMD160 68b927a1aaac246171acd756d1b7b3f0f3f80a16 commons-collections-3.1-src.tar.gz 1137330 -SHA256 10ae70ecb4f548d7ca30f7f009581194a681604ede1c4144c55d3a764d905213 commons-collections-3.1-src.tar.gz 1137330 |