diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-06-06 04:13:46 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-06-06 04:13:46 +0000 |
commit | b412e6c7a4b6bb8ad1af3463cf4170223988b4d5 (patch) | |
tree | e0338cdb367fa95f375f3161fd03e08766d11aec /net-www | |
parent | Changes to accommodate new tarball generation script (diff) | |
download | gentoo-2-b412e6c7a4b6bb8ad1af3463cf4170223988b4d5.tar.gz gentoo-2-b412e6c7a4b6bb8ad1af3463cf4170223988b4d5.tar.bz2 gentoo-2-b412e6c7a4b6bb8ad1af3463cf4170223988b4d5.zip |
Revert a stray commit
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/Manifest | 2 | ||||
-rw-r--r-- | net-www/apache/apache-2.0.54-r5.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-www/apache/Manifest b/net-www/apache/Manifest index 1228b5851a1e..3a6155f484f6 100644 --- a/net-www/apache/Manifest +++ b/net-www/apache/Manifest @@ -10,6 +10,7 @@ MD5 defa6b47125809551de21814b2ccf0e6 apache-1.3.33.ebuild 6917 MD5 87370fee7054a7c4cfa0efb3a320c34b apache-2.0.50.ebuild 12902 MD5 83b0135a7c76f7689bf2ffebe147af5f apache-2.0.51-r1.ebuild 12854 MD5 bb680257cf230b7619d9ec6e65a07c51 apache-2.0.51.ebuild 12842 +MD5 ccc6e901a96f66ece86a468b76b48b8f apache-2.0.54-r5.ebuild 12504 MD5 57a7be187470abfa52773b81151a38a6 apache-2.0.52.ebuild 12877 MD5 37f5ed6f2423381241b029e6685bcdd2 metadata.xml 493 MD5 28d2832713864257d005780be669f927 apache-2.0.52-r2.ebuild 12308 @@ -27,7 +28,6 @@ MD5 ede664799f982639467a3e577f2a396c apache-2.0.54-r1.ebuild 12377 MD5 76fcf04846de38c8e17e4eb91a3564f8 apache-2.0.54-r2.ebuild 12281 MD5 5a8c76df38a1569a641933ce49383e6f apache-2.0.54-r3.ebuild 12377 MD5 fa6fc4e42369397f5f4d210d6fc2ee47 apache-2.0.54-r4.ebuild 12385 -MD5 315194a2a748fc1973efc3151514cb56 apache-2.0.54-r5.ebuild 12516 MD5 f8e3fa5a1a1ea205111f92f8b4755425 apache-2.0.54-r6.ebuild 12831 MD5 8b12871dd74fcd3f4fdf451c9d8c259e files/00_apache_manual.conf 781 MD5 998b4b7df08eb15641e0b9132443b365 files/apache-1.3.27-apachectl.patch 1328 diff --git a/net-www/apache/apache-2.0.54-r5.ebuild b/net-www/apache/apache-2.0.54-r5.ebuild index d7f3777e174b..e1def4b0e143 100644 --- a/net-www/apache/apache-2.0.54-r5.ebuild +++ b/net-www/apache/apache-2.0.54-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r5.ebuild,v 1.3 2005/06/06 04:04:56 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.54-r5.ebuild,v 1.4 2005/06/06 04:13:46 vericgar Exp $ inherit eutils gnuconfig @@ -8,12 +8,11 @@ inherit eutils gnuconfig GENTOO_PATCHNAME="gentoo-apache-${PVR}" GENTOO_PATCHSTAMP="20050512" GENTOO_PATCHDIR="${WORKDIR}/${GENTOO_PATCHNAME}" -GENTOO_DEVSPACE="beu" DESCRIPTION="The Apache Web Server, Version 2.0.x" HOMEPAGE="http://httpd.apache.org/" SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2 - http://dev.gentoo.org/~${GENTOO_DEVSPACE}/dist/apache/${GENTOO_PATCHNAME}-${GENTOO_PATCHSTAMP}.tar.bz2" + http://dev.gentoo.org/~beu/dist/apache-patches/${GENTOO_PATCHNAME}-${GENTOO_PATCHSTAMP}.tar.bz2" LICENSE="Apache-2.0" SLOT="2" |