summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-03-20 16:40:30 +0000
committerElfyn McBratney <beu@gentoo.org>2005-03-20 16:40:30 +0000
commit24eb1ee1754cfa32627d7ac936856f48211dd143 (patch)
treed042ddd953604dd878ad43ec767e77f7a4adf199 /net-www/apache/apache-1.3.32.ebuild
parentcleanup, removed old vulnerable versions. see #85383 (diff)
downloadgentoo-2-24eb1ee1754cfa32627d7ac936856f48211dd143.tar.gz
gentoo-2-24eb1ee1754cfa32627d7ac936856f48211dd143.tar.bz2
gentoo-2-24eb1ee1754cfa32627d7ac936856f48211dd143.zip
Ebuild cleanup; drop sys-apps/sed from DEPEND and ht_fix_file a few more helper scripts.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www/apache/apache-1.3.32.ebuild')
-rw-r--r--net-www/apache/apache-1.3.32.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-www/apache/apache-1.3.32.ebuild b/net-www/apache/apache-1.3.32.ebuild
index 5adcb68b3d6f..c26d821fbf12 100644
--- a/net-www/apache/apache-1.3.32.ebuild
+++ b/net-www/apache/apache-1.3.32.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-1.3.32.ebuild,v 1.2 2005/01/08 23:37:10 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.32.ebuild,v 1.3 2005/03/20 16:40:29 beu Exp $
inherit eutils fixheadtails
@@ -19,11 +19,11 @@ SRC_URI="http://www.apache.org/dist/httpd/apache_${PV}.tar.gz
# The mod_ssl archive is only for providing the EAPI patch in here.
# You should install the net-www/mod_ssl package for the actual DSO.
-DEPEND="dev-lang/perl <=sys-libs/db-4.1
+DEPEND="dev-lang/perl
+ <=sys-libs/db-4.1
>=dev-libs/mm-1.1.3
>=sys-libs/gdbm-1.8
>=dev-libs/expat-1.95.2
- >=sys-apps/sed-4
=sys-libs/db-1*
selinux? ( sec-policy/selinux-apache )"
LICENSE="Apache-2.0"
@@ -41,7 +41,8 @@ src_unpack() {
epatch ${WORKDIR}/apache-patches-${PVR} || die
#Obsolete 'head -1' and 'tail -1' calls.
- ht_fix_file src/Configure src/helpers/getuid.sh
+ ht_fix_file src/Configure src/helpers/getuid.sh \
+ src/helpers/fmn.sh src/helpers/buildinfo.sh
# setup eapi...
myssl=${WORKDIR}/mod_ssl-${mod_ssl_ver}-${PV}