summaryrefslogtreecommitdiff
path: root/virtual/httpd-php
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:02:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:02:38 +0100
commitf1bc537f089cc8477a9a18db597cb349e1b00e91 (patch)
treec48eb730c43e5f35729fabbe5cb4bfbe4a1bc794 /virtual/httpd-php
parentcb3e8c6af7661fbcafdcacc7e0ecdfb610d098fa (diff)
gentoo resync : 16.06.2018
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r--virtual/httpd-php/Manifest1
-rw-r--r--virtual/httpd-php/httpd-php-7.3.ebuild12
2 files changed, 13 insertions, 0 deletions
diff --git a/virtual/httpd-php/Manifest b/virtual/httpd-php/Manifest
index b7a7cdf3d1a4..aa871d6177d9 100644
--- a/virtual/httpd-php/Manifest
+++ b/virtual/httpd-php/Manifest
@@ -2,4 +2,5 @@ EBUILD httpd-php-5.6.ebuild 456 BLAKE2B 86ecf7aa3a4ea648a54ab3bd7ae24575fbd70375
EBUILD httpd-php-7.0.ebuild 456 BLAKE2B 86ecf7aa3a4ea648a54ab3bd7ae24575fbd7037505484c2c3654818d0417619140259a8d5b279c895bc6cf386b82aab1e235ab667d2e59c12d389f18d6a041fc SHA512 b5df88abfb2639c9aae271822b66749cfa5e5a6ba2307303875eb6c12dd2578d85686d277f1bb986a3c5dc6484734e06ca60d0b2be702f4f1cbb3c835cf6b086
EBUILD httpd-php-7.1.ebuild 456 BLAKE2B bb673212a0a1ca2e36f359605e3c1318b68ea7e3f606a4d43567c95bb41cca7ea44a26104bdfac17e1a211985dc6baddd0be0c708243b3e7e93083eb6c9a0a5d SHA512 f671d017af91e780556de3dc261a679176722d1c4a461fa85edf0c39fe792945d3026924eed6d6672d8aac55a91ad48bcef1ebd17f6160e00588fcb2e7242d7b
EBUILD httpd-php-7.2.ebuild 465 BLAKE2B 80b73f8ff858c7a50ad928775ed37d8adec651fe927c12ae5bdaac35d4fbbf7c02fdc8a18b9cf1a78c94ac64dd90ab94ecd3ca2dfbe45cb6bca89932ca2c6b54 SHA512 c21a81bab0a76b70e071281ebb4eae8f45d6700bbf74546151e6b2fbdec869e809908d6b40d59fac6d5b08e8bc12a24cdbbbc0d894ea3e5a65e093183f7a5088
+EBUILD httpd-php-7.3.ebuild 465 BLAKE2B 80b73f8ff858c7a50ad928775ed37d8adec651fe927c12ae5bdaac35d4fbbf7c02fdc8a18b9cf1a78c94ac64dd90ab94ecd3ca2dfbe45cb6bca89932ca2c6b54 SHA512 c21a81bab0a76b70e071281ebb4eae8f45d6700bbf74546151e6b2fbdec869e809908d6b40d59fac6d5b08e8bc12a24cdbbbc0d894ea3e5a65e093183f7a5088
MISC metadata.xml 235 BLAKE2B 5b10304feea18aae1822be7d29bcce06c8715193b14a3dd2c4d79eb75e2767670352e2ca11e06b9a10ec04b63020a18254cd167e6d6be9072f4a200ca5d11ec4 SHA512 0b3e95bbf68eddf74289dad50f8828cffce2d904ff6f9bd5468177de979677cac11da84d1e0302c52b72085915b9d1b3496107172e5726520d51dad1981daf64
diff --git a/virtual/httpd-php/httpd-php-7.3.ebuild b/virtual/httpd-php/httpd-php-7.3.ebuild
new file mode 100644
index 000000000000..54570dd58a01
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-7.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual to provide PHP-enabled webservers"
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+
+RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
+ dev-lang/php:${SLOT}[apache2]
+ dev-lang/php:${SLOT}[cgi] )"