diff options
author | 2005-03-20 16:40:30 +0000 | |
---|---|---|
committer | 2005-03-20 16:40:30 +0000 | |
commit | 24eb1ee1754cfa32627d7ac936856f48211dd143 (patch) | |
tree | d042ddd953604dd878ad43ec767e77f7a4adf199 /net-www/apache/apache-1.3.31.ebuild | |
parent | cleanup, removed old vulnerable versions. see #85383 (diff) | |
download | gentoo-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.31.ebuild')
-rw-r--r-- | net-www/apache/apache-1.3.31.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-www/apache/apache-1.3.31.ebuild b/net-www/apache/apache-1.3.31.ebuild index 52f1aa8e3436..ca226daf10b5 100644 --- a/net-www/apache/apache-1.3.31.ebuild +++ b/net-www/apache/apache-1.3.31.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.ebuild,v 1.16 2005/01/08 23:37:10 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-1.3.31.ebuild,v 1.17 2005/03/20 16:40:29 beu Exp $ inherit eutils fixheadtails @@ -18,11 +18,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*" LICENSE="Apache-2.0" SLOT="1" @@ -44,7 +44,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} |