diff options
author | Chuck Short <zul@gentoo.org> | 2004-05-12 14:01:49 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-05-12 14:01:49 +0000 |
commit | b8a71ca15d538e872032e85c69f83bad0a8fecf5 (patch) | |
tree | 547083657b1cf7464a2c4532cd37a693e0a23eed /net-www/mod_contribs | |
parent | added new hardened PIE SSP switches (Manifest recommit) (diff) | |
download | gentoo-2-b8a71ca15d538e872032e85c69f83bad0a8fecf5.tar.gz gentoo-2-b8a71ca15d538e872032e85c69f83bad0a8fecf5.tar.bz2 gentoo-2-b8a71ca15d538e872032e85c69f83bad0a8fecf5.zip |
Updated src_uri, closes #50832.
Diffstat (limited to 'net-www/mod_contribs')
-rw-r--r-- | net-www/mod_contribs/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/net-www/mod_contribs/ChangeLog b/net-www/mod_contribs/ChangeLog index 42dd3125b942..5ee45ff283fe 100644 --- a/net-www/mod_contribs/ChangeLog +++ b/net-www/mod_contribs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_contribs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.7 2004/04/04 22:38:54 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/ChangeLog,v 1.8 2004/05/12 14:01:49 zul Exp $ + + 13 May 2004; Chuck Short <zul@gentoo.org> mod_contribs-1.0.8-r1.ebuild: + Updated SRC_URI closes #50832. 04 Apr 2004; Chuck Short <zul@gentoo.org> metadata.xml, mod_contribs-1.0.8-r1.ebuild: diff --git a/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild index c35f8fdebd8b..7955fc61f69d 100644 --- a/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild +++ b/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.11 2004/04/04 22:38:54 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_contribs/mod_contribs-1.0.8-r1.ebuild,v 1.12 2004/05/12 14:01:49 zul Exp $ # The mod_layout and mod_random that come in the archive are really old, # so I've replaced them with more current versions. @@ -10,9 +10,7 @@ mod_random_ver=1.4 DESCRIPTION="Collection of third-party contributed modules for Apache" HOMEPAGE="http://www.apache.org/dist/httpd/contrib/modules/1.3/" S=${WORKDIR}/apache-contrib-${PV} -SRC_URI="mirror://apache//httpd/contrib/modules/1.3/apache-contrib-${PV}.tar.gz - http://software.tangent.org/download/mod_layout-${mod_layout_ver}.tar.gz - http://software.tangent.org/download/mod_random-${mod_random_ver}.tar.gz" +SRC_URI="http://archive.apache.org/dist/httpd/contrib/modules/apache-contrib-${PV}.tar.gz" KEYWORDS="x86 sparc" LICENSE="Apache-1.1" |