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-fileupload
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-fileupload')
-rw-r--r--dev-java/commons-fileupload/ChangeLog5
-rw-r--r--dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-fileupload/ChangeLog b/dev-java/commons-fileupload/ChangeLog
index bd07149548bc..be2b0f9e4c46 100644
--- a/dev-java/commons-fileupload/ChangeLog
+++ b/dev-java/commons-fileupload/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for dev-java/commons-fileupload
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.2 2003/04/06 07:50:36 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/ChangeLog,v 1.3 2003/04/26 05:36:58 strider Exp $
*commons-fileupload-1.0_beta (22 Mar 2003)
+ 26 Apr 2003; Adrian Almenar <strider@gentoo.org> commons-fileupload-1.0_beta.ebuild:
+ Updated SRC_URI so this ebuild uses apache mirrors.
+
06 Apr 2003; Dylan Carlson <absinthe@gentoo.org>
commons-fileupload-1.0_beta.ebuild:
added keywords ~ppc ~sparc.
diff --git a/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild b/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild
index 19eca010bff0..0fbe3e6d403f 100644
--- a/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild
+++ b/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild
@@ -1,6 +1,6 @@
# 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-fileupload/commons-fileupload-1.0_beta.ebuild,v 1.2 2003/04/06 07:50:36 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-fileupload/commons-fileupload-1.0_beta.ebuild,v 1.3 2003/04/26 05:36:58 strider Exp $
inherit jakarta-commons
@@ -9,7 +9,7 @@ MY_PV=${PV/_/-}-1
S="${WORKDIR}/${PN}-${MY_PV}"
DESCRIPTION="The Commons FileUpload package makes it easy to add robust, high-performance, file upload capability to your servlets and web applications."
HOMEPAGE="http://jakarta.apache.org/commons/fileupload/index.html"
-SRC_URI="http://www.apache.org/dist/jakarta/commons/fileupload/source/${PN}-${MY_PV}-src.tar.gz"
+SRC_URI="mirror://apache/jakarta/commons/fileupload/source/${PN}-${MY_PV}-src.tar.gz"
DEPEND=">=virtual/jdk-1.3
>=dev-java/ant-1.4"
RDEPEND=">=virtual/jdk-1.3"