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
commita5a2bab40b7b2492c3a4c6fdc5e8e5fa8d10c915 (patch)
treebc26fa6dd5e7bd945d94629ea6c8a95a216f9eec /net-www/apache/apache-1.3.31-r2.ebuild
parentcleanup, removed old vulnerable versions. see #85383 (diff)
downloadhistorical-a5a2bab40b7b2492c3a4c6fdc5e8e5fa8d10c915.tar.gz
historical-a5a2bab40b7b2492c3a4c6fdc5e8e5fa8d10c915.tar.bz2
historical-a5a2bab40b7b2492c3a4c6fdc5e8e5fa8d10c915.zip
Ebuild cleanup; drop sys-apps/sed from DEPEND and ht_fix_file a few more helper scripts.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-www/apache/apache-1.3.31-r2.ebuild')
-rw-r--r--net-www/apache/apache-1.3.31-r2.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-www/apache/apache-1.3.31-r2.ebuild b/net-www/apache/apache-1.3.31-r2.ebuild
index 5a179a108ef6..771e455b0694 100644
--- a/net-www/apache/apache-1.3.31-r2.ebuild
+++ b/net-www/apache/apache-1.3.31-r2.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.31-r2.ebuild,v 1.14 2005/01/08 23:37:10 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31-r2.ebuild,v 1.15 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"
@@ -47,7 +47,8 @@ src_unpack() {
fi
#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}