diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-07-21 15:33:03 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-07-21 15:33:03 +0000 |
commit | c344ba2c27090bea77375ff7086d3da176decdaf (patch) | |
tree | b6bdbb22be94e4f22c4ffe1c3e5be44c0cbcbdee /dev-java/commons-collections | |
parent | Update to java-ant-2 to use post phase hook instead of the annoying ant_src_u... (diff) | |
download | gentoo-2-c344ba2c27090bea77375ff7086d3da176decdaf.tar.gz gentoo-2-c344ba2c27090bea77375ff7086d3da176decdaf.tar.bz2 gentoo-2-c344ba2c27090bea77375ff7086d3da176decdaf.zip |
Added java-ant-2 to inherit.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index b4e399cb0fd8..46e77c8b63c6 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.30 2006/07/21 02:25:50 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.31 2006/07/21 15:33:03 nichoj Exp $ + + 21 Jul 2006; Joshua Nichols <jnichols@gentoo.org> + commons-collections-3.1-r1.ebuild: + Added java-ant-2 to inherit. *commons-collections-3.1-r1 (21 Jul 2006) diff --git a/dev-java/commons-collections/commons-collections-3.1-r1.ebuild b/dev-java/commons-collections/commons-collections-3.1-r1.ebuild index 7807b84e1090..ff84798586a8 100644 --- a/dev-java/commons-collections/commons-collections-3.1-r1.ebuild +++ b/dev-java/commons-collections/commons-collections-3.1-r1.ebuild @@ -1,8 +1,8 @@ # 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.1 2006/07/21 02:25:50 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.1-r1.ebuild,v 1.2 2006/07/21 15:33:03 nichoj Exp $ -inherit java-pkg-2 eutils +inherit java-pkg-2 java-ant-2 eutils DESCRIPTION="Jakarta-Commons Collections Component" HOMEPAGE="http://jakarta.apache.org/commons/collections/" |