summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-11 07:49:48 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-11 07:49:48 +0000
commit70fffcd20caa79c922e7bd8ba14cf3ac279157b6 (patch)
tree98e53eabe07120691d4a563f533d691d7e48ec02 /dev-php
parentMake mod_php actually depend on apache if it isn't installed... (diff)
downloadhistorical-70fffcd20caa79c922e7bd8ba14cf3ac279157b6.tar.gz
historical-70fffcd20caa79c922e7bd8ba14cf3ac279157b6.tar.bz2
historical-70fffcd20caa79c922e7bd8ba14cf3ac279157b6.zip
remove redudant notice
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/Manifest2
-rw-r--r--dev-php/mod_php/mod_php-4.3.2-r5.ebuild4
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-php/mod_php/Manifest b/dev-php/mod_php/Manifest
index c12bbb947ed7..65501f1294de 100644
--- a/dev-php/mod_php/Manifest
+++ b/dev-php/mod_php/Manifest
@@ -1,5 +1,5 @@
MD5 5dea99c418e697901136505efcefd39b mod_php-4.3.2.ebuild 3351
-MD5 2867130d8a40c345dbae7a3325ad1dda mod_php-4.3.2-r5.ebuild 5115
+MD5 30e25e91644699efc5a97ac2f776b1bd mod_php-4.3.2-r5.ebuild 5073
MD5 4f9a379cbc9711222ee3ab765fb2fea2 mod_php-4.3.2-r2.ebuild 3657
MD5 4bc93aba5f4a7afb37bcf4bd4141f63b mod_php-4.3.2-r4.ebuild 4941
MD5 e26ab944bb819b5a7423acf58a47118b mod_php-4.3.2-r1.ebuild 2720
diff --git a/dev-php/mod_php/mod_php-4.3.2-r5.ebuild b/dev-php/mod_php/mod_php-4.3.2-r5.ebuild
index b47f3d240b8e..c70bc2fdc08d 100644
--- a/dev-php/mod_php/mod_php-4.3.2-r5.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.2-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2-r5.ebuild,v 1.2 2003/08/11 07:46:07 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.2-r5.ebuild,v 1.3 2003/08/11 07:49:39 robbat2 Exp $
IUSE="${IUSE} apache2"
@@ -58,7 +58,6 @@ DEPEND="${DEPEND}
apache2? ( >=net-www/apache-2.0.43-r1 )"
src_unpack() {
- php_securityupgrade
multiinstwarn
detectapache domsg
php_src_unpack
@@ -146,7 +145,6 @@ pkg_preinst() {
pkg_postinst() {
php_pkg_postinst
- php_securityupgrade
multiinstwarn
einfo "To have Apache run php programs, please do the following:"
if [ "`use apache2`" ] ; then