diff options
author | 2004-11-05 05:39:48 +0000 | |
---|---|---|
committer | 2004-11-05 05:39:48 +0000 | |
commit | abee960b30ef74988974ca32b520595eb11e4b4f (patch) | |
tree | 942ef554ccbb082a58fd5888ae04b13f2ab4cc7f /net-www/apache/apache-2.0.52.ebuild | |
parent | Remove old files, clean up some configuration files repoman was complaining a... (diff) | |
download | gentoo-2-abee960b30ef74988974ca32b520595eb11e4b4f.tar.gz gentoo-2-abee960b30ef74988974ca32b520595eb11e4b4f.tar.bz2 gentoo-2-abee960b30ef74988974ca32b520595eb11e4b4f.zip |
Remove old files, clean up some configuration files repoman was complaining about.
Diffstat (limited to 'net-www/apache/apache-2.0.52.ebuild')
-rw-r--r-- | net-www/apache/apache-2.0.52.ebuild | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net-www/apache/apache-2.0.52.ebuild b/net-www/apache/apache-2.0.52.ebuild index 7fab4e0f3f01..fb6727da861e 100644 --- a/net-www/apache/apache-2.0.52.ebuild +++ b/net-www/apache/apache-2.0.52.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.ebuild,v 1.10 2004/11/01 01:29:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.52.ebuild,v 1.11 2004/11/05 05:38:31 urilith Exp $ inherit flag-o-matic eutils fixheadtails gnuconfig @@ -9,7 +9,8 @@ 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 - http://dev.gentoo.org/~stuart/apache/apache-patches-${PVR}.tar.bz2" + http://dev.gentoo.org/~stuart/apache/apache-patches-${PVR}.tar.bz2 + mirror://gentoo/apache2-conf.tar.bz2" LICENSE="Apache-2.0" SLOT="2" @@ -309,12 +310,12 @@ src_install () { exeinto /etc/init.d; newexe ${FILESDIR}/2.0.49/apache2.initd apache2 insinto /etc/apache2; doins ${FILESDIR}/2.0.49/apache2-builtin-mods insinto /etc/apache2/conf - doins ${FILESDIR}/2.0.49/commonapache2.conf - doins ${FILESDIR}/2.0.49/apache2.conf + doins ${WORKDIR}/commonapache2.conf + doins ${WORKDIR}/apache2.conf insinto /etc/apache2/conf/vhosts - doins ${FILESDIR}/2.0.49/virtual-homepages.conf - doins ${FILESDIR}/2.0.49/dynamic-vhosts.conf - doins ${FILESDIR}/2.0.49/vhosts.conf + doins ${WORKDIR}/virtual-homepages.conf + doins ${WORKDIR}/dynamic-vhosts.conf + doins ${WORKDIR}/vhosts.conf # Added by Jason Wever <weeve@gentoo.org> # A little sedfu to fix bug #7172 for sparc64s |