virtual/httpd-php: add version 7.1
authorCraig Andrews <candrews@integralblue.com>
Sun, 4 Dec 2016 03:41:48 +0000 (22:41 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Mon, 5 Dec 2016 02:47:38 +0000 (21:47 -0500)
Package-Manager: portage-2.3.2

Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
virtual/httpd-php/httpd-php-7.1.ebuild [new file with mode: 0644]

diff --git a/virtual/httpd-php/httpd-php-7.1.ebuild b/virtual/httpd-php/httpd-php-7.1.ebuild
new file mode 100644 (file)
index 0000000..f8f670c
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+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=""