summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--virtual/httpd-php/ChangeLog7
-rw-r--r--virtual/httpd-php/httpd-php-5.4.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/virtual/httpd-php/ChangeLog b/virtual/httpd-php/ChangeLog
index a2443a69558e..7f0a596b13bc 100644
--- a/virtual/httpd-php/ChangeLog
+++ b/virtual/httpd-php/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/httpd-php
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.15 2011/08/22 17:54:39 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.16 2011/11/11 13:55:17 olemarkus Exp $
+
+*httpd-php-5.4 (11 Nov 2011)
+
+ 11 Nov 2011; Ole Markus With <olemarkus@gentoo.org> +httpd-php-5.4.ebuild:
+ Added virtual for php5.4
22 Aug 2011; Mark Loeser <halcy0n@gentoo.org> httpd-php-5.3.ebuild:
Add ppc64
diff --git a/virtual/httpd-php/httpd-php-5.4.ebuild b/virtual/httpd-php/httpd-php-5.4.ebuild
new file mode 100644
index 000000000000..f8e0ab4ea7a9
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-5.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.4.ebuild,v 1.1 2011/11/11 13:55:17 olemarkus Exp $
+
+EAPI="2"
+
+DESCRIPTION="Virtual to provide PHP-enabled webservers"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="5.3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE=""
+
+RDEPEND="|| ( =dev-lang/php-5.4*[apache2]
+ =dev-lang/php-5.4*[cgi]
+ =dev-lang/php-5.4*[fpm] )"
+DEPEND=""