diff options
author | 2003-08-11 07:49:48 +0000 | |
---|---|---|
committer | 2003-08-11 07:49:48 +0000 | |
commit | dcd9a3e13850c698fa62a6ac2ee2e1774ef73440 (patch) | |
tree | 73ace1644b604b5792283c9f472d73dcb31051c7 /dev-php | |
parent | Make mod_php actually depend on apache if it isn't installed... (diff) | |
download | gentoo-2-dcd9a3e13850c698fa62a6ac2ee2e1774ef73440.tar.gz gentoo-2-dcd9a3e13850c698fa62a6ac2ee2e1774ef73440.tar.bz2 gentoo-2-dcd9a3e13850c698fa62a6ac2ee2e1774ef73440.zip |
remove redudant notice
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/Manifest | 2 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.2-r5.ebuild | 4 |
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 |