diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-14 20:47:40 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-14 20:47:40 +0000 |
commit | c5b89fae574d07276aa9c2c9409aa4ebb1ba5135 (patch) | |
tree | e238f92df566ce0dba76994bb3cfbbf1f9eed9b7 /net-www/apache/apache-2.0.52-r1.ebuild | |
parent | stable on x86 (diff) | |
download | gentoo-2-c5b89fae574d07276aa9c2c9409aa4ebb1ba5135.tar.gz gentoo-2-c5b89fae574d07276aa9c2c9409aa4ebb1ba5135.tar.bz2 gentoo-2-c5b89fae574d07276aa9c2c9409aa4ebb1ba5135.zip |
Use mirror://apache/.. in SRC_URI.
Diffstat (limited to 'net-www/apache/apache-2.0.52-r1.ebuild')
-rw-r--r-- | net-www/apache/apache-2.0.52-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/apache/apache-2.0.52-r1.ebuild b/net-www/apache/apache-2.0.52-r1.ebuild index 6553fc208fd1..005408da565f 100644 --- a/net-www/apache/apache-2.0.52-r1.ebuild +++ b/net-www/apache/apache-2.0.52-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.52-r1.ebuild,v 1.10 2004/11/10 06:00:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.52-r1.ebuild,v 1.11 2004/12/14 20:47:40 kloeri Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -8,7 +8,7 @@ PATCH_LEVEL="${PV}" S="${WORKDIR}/httpd-${PV}" DESCRIPTION="Apache Web Server, Version 2.0.x" HOMEPAGE="http://www.apache.org/" -SRC_URI="http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz +SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.gz http://dev.gentoo.org/~urilith/apache/apache-patches-${PVR}.tar.bz2 mirror://gentoo/apache2-conf.tar.bz2" |