diff options
author | William Thomson <wltjr@gentoo.org> | 2006-11-15 03:55:54 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2006-11-15 03:55:54 +0000 |
commit | aa1ac8ab6a37b2deb3b54cbab3bafb509fdbac38 (patch) | |
tree | 3ca818efc1c5070a69ac049cd6601facc940e02f /dev-java/commons-collections | |
parent | Revision bump, moved ebuild from overlay. (diff) | |
download | historical-aa1ac8ab6a37b2deb3b54cbab3bafb509fdbac38.tar.gz historical-aa1ac8ab6a37b2deb3b54cbab3bafb509fdbac38.tar.bz2 historical-aa1ac8ab6a37b2deb3b54cbab3bafb509fdbac38.zip |
Revision bump, moved ebuild from overlay.
Package-Manager: portage-2.1.2_rc1-r6
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.2.ebuild | 34 | ||||
-rw-r--r-- | dev-java/commons-collections/files/digest-commons-collections-3.2 | 3 |
3 files changed, 44 insertions, 1 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 5cba921ec0e9..5615a55e5c6b 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.34 2006/10/17 03:42:19 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.35 2006/11/15 03:52:59 wltjr Exp $ + +*commons-collections-3.2 (15 Nov 2006) + + 15 Nov 2006; William L. Thomson Jr. <wltjr@gentoo.org> + +commons-collections-3.2.ebuild: + Revision bump, moved ebuild from overlay. 17 Oct 2006; Joshua Nichols <nichoj@gentoo.org> commons-collections-3.1-r1.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.ebuild new file mode 100644 index 000000000000..a67b7b007ef1 --- /dev/null +++ b/dev-java/commons-collections/commons-collections-3.2.ebuild @@ -0,0 +1,34 @@ +# 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.2.ebuild,v 1.1 2006/11/15 03:52:59 wltjr 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-2.0" +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" + +S="${WORKDIR}/${P}-src" + +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/files/digest-commons-collections-3.2 b/dev-java/commons-collections/files/digest-commons-collections-3.2 new file mode 100644 index 000000000000..c42ac0137e38 --- /dev/null +++ b/dev-java/commons-collections/files/digest-commons-collections-3.2 @@ -0,0 +1,3 @@ +MD5 dbf80727b384bfb9c220d78af30ebc14 commons-collections-3.2-src.tar.gz 1092408 +RMD160 b6373c868159c50aab786f36c777c6e0e3395989 commons-collections-3.2-src.tar.gz 1092408 +SHA256 8a4e6339efe0c381c86956c72c8b3728288ba4ceb712d2774ea761f31b90ed6a commons-collections-3.2-src.tar.gz 1092408 |