diff options
author | Adrian Almenar <strider@gentoo.org> | 2003-04-26 05:36:58 +0000 |
---|---|---|
committer | Adrian Almenar <strider@gentoo.org> | 2003-04-26 05:36:58 +0000 |
commit | 7aeb8e85e7a29c78702c6c38d6c652f5b664d31f (patch) | |
tree | 4cadc5ac657dd241a219f954b84c3974b18b8ad5 /dev-java/commons-collections | |
parent | New version (diff) | |
download | gentoo-2-7aeb8e85e7a29c78702c6c38d6c652f5b664d31f.tar.gz gentoo-2-7aeb8e85e7a29c78702c6c38d6c652f5b664d31f.tar.bz2 gentoo-2-7aeb8e85e7a29c78702c6c38d6c652f5b664d31f.zip |
Updated SRC_URI of these packages to use apache mirrors, recently added to thirpartymirrors
Diffstat (limited to 'dev-java/commons-collections')
-rw-r--r-- | dev-java/commons-collections/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-collections/commons-collections-2.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-collections/ChangeLog b/dev-java/commons-collections/ChangeLog index 9ce683a227f6..255937d2d5ab 100644 --- a/dev-java/commons-collections/ChangeLog +++ b/dev-java/commons-collections/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-java/commons-collections # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.12 2003/04/06 07:43:39 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/ChangeLog,v 1.13 2003/04/26 05:36:58 strider Exp $ *commons-collections-2.1-r3 (17 Mar 2003) + 26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-collections-2.1-r3.ebuild: + Updated SRC_URI so this ebuild uses apache mirrors. + 06 Apr 2003; absinthe <absinthe@gentoo.org> commons-collections-2.1-r3.ebuild: x86 moved to stable. added ppc sparc. diff --git a/dev-java/commons-collections/commons-collections-2.1-r3.ebuild b/dev-java/commons-collections/commons-collections-2.1-r3.ebuild index 55e81b726d68..dde84f7c654b 100644 --- a/dev-java/commons-collections/commons-collections-2.1-r3.ebuild +++ b/dev-java/commons-collections/commons-collections-2.1-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 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.4 2003/04/06 07:43:39 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-2.1-r3.ebuild,v 1.5 2003/04/26 05:36:58 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="http://jakarta.apache.org/builds/jakarta-commons/release/${PN}/v${PV}/${PN}-${PV}-src.tar.gz" +SRC_URI="mirror://apache/jakarta/commons/collections/source/collections-${PV}-src.tar.gz" DEPEND=">=virtual/jdk-1.3 >=ant-1.4 junit? ( >=dev-java/junit-3.7 ) |