diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-26 05:58:19 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-26 05:58:19 +0000 |
commit | 11e8e98e7102554b4a8cdef7d253a2fe333fbaf4 (patch) | |
tree | cc04624b8d30aff0ff0fe59883cedabe632afa4c /dev-java/commons-collections | |
parent | amd64 stable, bug 156988 (diff) | |
download | historical-11e8e98e7102554b4a8cdef7d253a2fe333fbaf4.tar.gz historical-11e8e98e7102554b4a8cdef7d253a2fe333fbaf4.tar.bz2 historical-11e8e98e7102554b4a8cdef7d253a2fe333fbaf4.zip |
amd64 stable, bug 157984
Package-Manager: portage-2.1.1-r2
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 | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 3fcf635d4ef1..84b4547639d5 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.38 2006/12/30 12:08:28 corsair Exp $ +# 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 $ + + 26 Jan 2007; Steve Dibb <beandog@gentoo.org> + commons-collections-3.2.ebuild: + amd64 stable, bug 157984 30 Dec 2006; Markus Rothe <corsair@gentoo.org> commons-collections-3.2.ebuild: diff --git a/dev-java/commons-collections/commons-collections-3.2.ebuild b/dev-java/commons-collections/commons-collections-3.2.ebuild index 031660a28079..ae702985fb88 100644 --- a/dev-java/commons-collections/commons-collections-3.2.ebuild +++ b/dev-java/commons-collections/commons-collections-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.4 2006/12/30 12:08:28 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.2.ebuild,v 1.5 2007/01/26 05:58:19 beandog Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -10,7 +10,7 @@ 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" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" IUSE="doc source" DEPEND=">=virtual/jdk-1.3 |