summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-09-14 19:37:00 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-09-14 19:37:00 +0000
commit65f31237f67961e7bd9acb3905c449fcbd5c8779 (patch)
tree724f9e1bd2b69da16596674632d7a4bed1d6fbb1 /www-servers/lighttpd
parentMarked ~amd64 (diff)
downloadgentoo-2-65f31237f67961e7bd9acb3905c449fcbd5c8779.tar.gz
gentoo-2-65f31237f67961e7bd9acb3905c449fcbd5c8779.tar.bz2
gentoo-2-65f31237f67961e7bd9acb3905c449fcbd5c8779.zip
Update php depend for bug 102863.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'www-servers/lighttpd')
-rw-r--r--www-servers/lighttpd/ChangeLog5
-rw-r--r--www-servers/lighttpd/Manifest14
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.3.ebuild8
3 files changed, 11 insertions, 16 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index ec8a91d1c419..941a802c362a 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/lighttpd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.42 2005/09/01 15:57:05 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.43 2005/09/14 19:37:00 ka0ttic Exp $
+
+ 14 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> lighttpd-1.4.3.ebuild:
+ Update php depend for bug 102863.
01 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> files/lighttpd.initd:
Add '--signal 2' to start-stop-daemon options in init script to take
diff --git a/www-servers/lighttpd/Manifest b/www-servers/lighttpd/Manifest
index bd313ea056af..4b9f42942501 100644
--- a/www-servers/lighttpd/Manifest
+++ b/www-servers/lighttpd/Manifest
@@ -1,10 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 985a1be04c9ff391c586394809a53d64 lighttpd-1.4.3.ebuild 5092
+MD5 28d7b0f0e120fa80a406b0f80fcc0344 lighttpd-1.4.3.ebuild 5135
MD5 5aaaf3e31839a20fb69fc5526e69d849 lighttpd-1.3.16.ebuild 2547
MD5 49ded22216ffc6092d1a1e04a6e420c1 lighttpd-1.3.13-r3.ebuild 2607
-MD5 8bc4dae9374772394ef5c61568a89a5c ChangeLog 13275
+MD5 8e55c6d56177b763e46ad8ac15733f21 ChangeLog 13384
MD5 6a9d4814404d8d51327e5b8306ee3d7e metadata.xml 726
MD5 1d925aed297ec4541fb230dd19e11bc1 files/spawn-fcgi.confd 1076
MD5 f984dc26b2bc491272d302ab453f6e6b files/lighttpd-1.3.13-ldap-binddn.diff 3863
@@ -25,10 +22,3 @@ MD5 9c1407e95f62ed22da66c4ef5f69c3b5 files/conf/mod_cgi.conf 869
MD5 df5b2360ea380d988bf16905ab214286 files/conf/lighttpd.conf 8182
MD5 b4c80dba9c626d5f89d3c3797ac6670c files/conf/mod_fastcgi.conf 661
MD5 fef397e7bcf1b741dea211a555e1803c files/conf/mime-types.conf 3291
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDFyUEEZCkKN40op4RAqBWAJ9Ha5C5rQJ/VzvsDAkhDp8oSvo0VgCbBcL4
-SKrlTL/wG1zHRW8oDdP0yr4=
-=10di
------END PGP SIGNATURE-----
diff --git a/www-servers/lighttpd/lighttpd-1.4.3.ebuild b/www-servers/lighttpd/lighttpd-1.4.3.ebuild
index 08155991faaa..87d13e909e5d 100644
--- a/www-servers/lighttpd/lighttpd-1.4.3.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.1 2005/09/01 14:22:35 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.3.ebuild,v 1.2 2005/09/14 19:37:00 ka0ttic Exp $
-inherit eutils
+inherit eutils depend.php
DESCRIPTION="Lightweight high-performance web server"
HOMEPAGE="http://www.lighttpd.net/"
@@ -23,7 +23,7 @@ RDEPEND=">=sys-libs/zlib-1.1
mysql? ( >=dev-db/mysql-4.0.0 )
pcre? ( >=dev-libs/libpcre-3.1 )
php? (
- >=dev-php/php-cgi-4.3.0
+ virtual/httpd-php
!net-www/spawn-fcgi
)
rrdtool? ( net-analyzer/rrdtool )
@@ -87,6 +87,8 @@ pkg_setup() {
ewarn "and mod_ssi."
ebeep 5
fi
+
+ use php && require_php_with_use cgi
}
src_unpack() {