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 | 83367c154c63ff6455a9b4968ba1a16bcda9c322 (patch) | |
tree | 08010aee95949432a4cb19efe3c17a5b4b081ee8 /dev-java/commons-net/commons-net-1.0.0.ebuild | |
parent | New version (diff) | |
download | historical-83367c154c63ff6455a9b4968ba1a16bcda9c322.tar.gz historical-83367c154c63ff6455a9b4968ba1a16bcda9c322.tar.bz2 historical-83367c154c63ff6455a9b4968ba1a16bcda9c322.zip |
Updated SRC_URI of these packages to use apache mirrors, recently added to thirpartymirrors
Diffstat (limited to 'dev-java/commons-net/commons-net-1.0.0.ebuild')
-rw-r--r-- | dev-java/commons-net/commons-net-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-net/commons-net-1.0.0.ebuild b/dev-java/commons-net/commons-net-1.0.0.ebuild index caa851fb0d78..2fd53deca0fe 100644 --- a/dev-java/commons-net/commons-net-1.0.0.ebuild +++ b/dev-java/commons-net/commons-net-1.0.0.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-net/commons-net-1.0.0.ebuild,v 1.2 2003/04/06 07:45:12 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/commons-net-1.0.0.ebuild,v 1.3 2003/04/26 05:36:58 strider Exp $ inherit jakarta-commons S="${WORKDIR}/${P}" DESCRIPTION="The purpose of the library is to provide fundamental protocol access, not higher-level abstractions." HOMEPAGE="http://jakarta.apache.org/commons/net/index.html" -SRC_URI="http://www.apache.org/dist/jakarta/commons/net/source/${P}-src.tar.gz" +SRC_URI="mirror://apache/jakarta/commons/net/source/${P}-src.tar.gz" DEPEND=">=virtual/jdk-1.3 >=dev-java/ant-1.4" RDEPEND=">=virtual/jdk-1.3" |