summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2015-06-13 15:07:30 +0000
committerOle Markus With <olemarkus@gentoo.org>2015-06-13 15:07:30 +0000
commit82949548f460e4dc2b18659ae54e616c5b9cfaae (patch)
tree0c5a5f3108a121220ec372402d1e19282f09276d /virtual
parentAdd =virtual/httpd-php to package.mask (diff)
downloadgentoo-2-82949548f460e4dc2b18659ae54e616c5b9cfaae.tar.gz
gentoo-2-82949548f460e4dc2b18659ae54e616c5b9cfaae.tar.bz2
gentoo-2-82949548f460e4dc2b18659ae54e616c5b9cfaae.zip
Add support for php7
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/httpd-php/ChangeLog7
-rw-r--r--virtual/httpd-php/httpd-php-7.0.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/virtual/httpd-php/ChangeLog b/virtual/httpd-php/ChangeLog
index 44f5bf5e9ac0..679da4813c37 100644
--- a/virtual/httpd-php/ChangeLog
+++ b/virtual/httpd-php/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/httpd-php
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.49 2015/06/11 14:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.50 2015/06/13 15:07:30 olemarkus Exp $
+
+*httpd-php-7.0 (13 Jun 2015)
+
+ 13 Jun 2015; Ole Markus With <olemarkus@gentoo.org> +httpd-php-7.0.ebuild:
+ Add support for php7
11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> httpd-php-5.6.ebuild:
Stable for ppc, wrt bug #550164
diff --git a/virtual/httpd-php/httpd-php-7.0.ebuild b/virtual/httpd-php/httpd-php-7.0.ebuild
new file mode 100644
index 000000000000..048e8a26f080
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-7.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-7.0.ebuild,v 1.1 2015/06/13 15:07:30 olemarkus Exp $
+
+EAPI="5"
+
+DESCRIPTION="Virtual to provide PHP-enabled webservers"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="${PV}"
+KEYWORDS="~alpha amd64 ~arm ~arm64 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=""