summaryrefslogtreecommitdiff
path: root/virtual/httpd-php
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /virtual/httpd-php
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r--virtual/httpd-php/Manifest1
-rw-r--r--virtual/httpd-php/httpd-php-8.0.ebuild12
2 files changed, 13 insertions, 0 deletions
diff --git a/virtual/httpd-php/Manifest b/virtual/httpd-php/Manifest
index 8fa6e8220af1..1f5ab3adcf84 100644
--- a/virtual/httpd-php/Manifest
+++ b/virtual/httpd-php/Manifest
@@ -1,4 +1,5 @@
EBUILD httpd-php-7.2.ebuild 428 BLAKE2B d803708909ddda3e6c7bf03bc856f6a7325466604c77bbc428c4a5bfbcebd77ab70f45cb8ade6a090d87c9f329ba96e4caeb555c9b3ef97ea8a0b98c5cb106b2 SHA512 84c4c53ad6698f64d67bd206d6c8c1cc5cc6d7a76ff087359632bb0486a27641613d8e9a2afb945e4be32c0c446ef832289645107be94018ae575060f47fe018
EBUILD httpd-php-7.3.ebuild 428 BLAKE2B d803708909ddda3e6c7bf03bc856f6a7325466604c77bbc428c4a5bfbcebd77ab70f45cb8ade6a090d87c9f329ba96e4caeb555c9b3ef97ea8a0b98c5cb106b2 SHA512 84c4c53ad6698f64d67bd206d6c8c1cc5cc6d7a76ff087359632bb0486a27641613d8e9a2afb945e4be32c0c446ef832289645107be94018ae575060f47fe018
EBUILD httpd-php-7.4.ebuild 428 BLAKE2B fb6a361271d70fe34fab6f1565130fe18120fc7d00074b5bf80557e0b387f7e9e81f729f531584b04b38f17ce89495a30e49fa001f289c131add9f1b0b2f434f SHA512 99e207a495a3f90f690d83205727602097f6d267a4a060ef469e08637d744b916913bc32af1e60b030d3d188f36fa60bbc0588801bdf66b3f711533af55b8f87
+EBUILD httpd-php-8.0.ebuild 436 BLAKE2B 0c678092aec5b657102eabc4faa6d7878348362683a3d634b68d2e871d72fc7e08eb4cdd5ffd3a8d0d8e01e1b7589fc53a828b7812ae4fccf9d63cc98aea9b10 SHA512 f5f563af1647aaeb885ace68039769c7d51753b78e6d334f9ae9a175cd2e51973bcb358bae3754a2a5862fbc346a89734818b945f82dd853b2ab97d6e72d7e3a
MISC metadata.xml 235 BLAKE2B 5b10304feea18aae1822be7d29bcce06c8715193b14a3dd2c4d79eb75e2767670352e2ca11e06b9a10ec04b63020a18254cd167e6d6be9072f4a200ca5d11ec4 SHA512 0b3e95bbf68eddf74289dad50f8828cffce2d904ff6f9bd5468177de979677cac11da84d1e0302c52b72085915b9d1b3496107172e5726520d51dad1981daf64
diff --git a/virtual/httpd-php/httpd-php-8.0.ebuild b/virtual/httpd-php/httpd-php-8.0.ebuild
new file mode 100644
index 000000000000..75a1a6f67174
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-8.0.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+DESCRIPTION="Virtual to provide PHP-enabled webservers"
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~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] )"