summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2014-09-01 06:26:48 +0000
committerOle Markus With <olemarkus@gentoo.org>2014-09-01 06:26:48 +0000
commit417ef536fe5d52b2a94b319644853579c2dd44ab (patch)
tree4f49417d3e07d2afc6fee5fc53cce0057779415a
parentInitial import. Dependency for forthcoming dev-ruby/vcr. (diff)
downloadgentoo-2-417ef536fe5d52b2a94b319644853579c2dd44ab.tar.gz
gentoo-2-417ef536fe5d52b2a94b319644853579c2dd44ab.tar.bz2
gentoo-2-417ef536fe5d52b2a94b319644853579c2dd44ab.zip
Bump to php 5.6
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
-rw-r--r--virtual/httpd-php/ChangeLog9
-rw-r--r--virtual/httpd-php/httpd-php-5.6.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/virtual/httpd-php/ChangeLog b/virtual/httpd-php/ChangeLog
index fade90be093b..c98545a93da4 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.42 2013/08/23 16:08:56 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $
+
+*httpd-php-5.6 (01 Sep 2014)
+
+ 01 Sep 2014; Ole Markus With <olemarkus@gentoo.org> +httpd-php-5.6.ebuild:
+ Bump to php 5.6
23 Aug 2013; Jeroen Roovers <jer@gentoo.org> httpd-php-5.5.ebuild:
Stable for HPPA (bug #480460).
diff --git a/virtual/httpd-php/httpd-php-5.6.ebuild b/virtual/httpd-php/httpd-php-5.6.ebuild
new file mode 100644
index 000000000000..1c017a3b5294
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-5.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 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=""