summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-04-16 05:51:54 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-04-16 05:51:54 +0000
commit645cc102a97df2281821faa91600af1998cd125b (patch)
tree4edb7234329415939194781267f26bc039af4459 /virtual/httpd-php
parentCleanup. (diff)
downloadgentoo-2-645cc102a97df2281821faa91600af1998cd125b.tar.gz
gentoo-2-645cc102a97df2281821faa91600af1998cd125b.tar.bz2
gentoo-2-645cc102a97df2281821faa91600af1998cd125b.zip
Adding support for php 5.5
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r--virtual/httpd-php/ChangeLog7
-rw-r--r--virtual/httpd-php/httpd-php-5.5.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/virtual/httpd-php/ChangeLog b/virtual/httpd-php/ChangeLog
index c0dbe48acd2a..16c7f7855eb8 100644
--- a/virtual/httpd-php/ChangeLog
+++ b/virtual/httpd-php/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/httpd-php
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.31 2013/01/01 18:32:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.32 2013/04/16 05:51:54 olemarkus Exp $
+
+*httpd-php-5.5 (16 Apr 2013)
+
+ 16 Apr 2013; Ole Markus With <olemarkus@gentoo.org> +httpd-php-5.5.ebuild:
+ Adding support for php 5.5
01 Jan 2013; Raúl Porcel <armin76@gentoo.org> httpd-php-5.4-r1.ebuild:
s390/sh stable wrt #432994
diff --git a/virtual/httpd-php/httpd-php-5.5.ebuild b/virtual/httpd-php/httpd-php-5.5.ebuild
new file mode 100644
index 000000000000..a1a8c46f7fee
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-5.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.5.ebuild,v 1.1 2013/04/16 05:51:54 olemarkus Exp $
+
+EAPI="5"
+
+DESCRIPTION="Virtual to provide PHP-enabled webservers"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~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:${SLOT}[fpm]
+ dev-lang/php:${SLOT}[apache2]
+ dev-lang/php:${SLOT}[cgi] )"
+DEPEND=""