summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Almenar <strider@gentoo.org>2003-04-26 05:36:58 +0000
committerAdrian Almenar <strider@gentoo.org>2003-04-26 05:36:58 +0000
commit83367c154c63ff6455a9b4968ba1a16bcda9c322 (patch)
tree08010aee95949432a4cb19efe3c17a5b4b081ee8 /dev-java/commons-net
parentNew version (diff)
downloadhistorical-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')
-rw-r--r--dev-java/commons-net/ChangeLog5
-rw-r--r--dev-java/commons-net/commons-net-1.0.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-net/ChangeLog b/dev-java/commons-net/ChangeLog
index 5cc7e5151c1b..9e468d12cdba 100644
--- a/dev-java/commons-net/ChangeLog
+++ b/dev-java/commons-net/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-java/commons-net
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.2 2003/04/06 07:45:12 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-net/ChangeLog,v 1.3 2003/04/26 05:36:58 strider Exp $
*commons-net-1.0.0 (22 Mar 2003)
+ 26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-net-1.0.0.ebuild:
+ Updated SRC_URI so this ebuild uses apache mirrors.
+
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org> commons-net-1.0.0.ebuild:
x86 ppc sparc moved to stable.
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"