From 391b5b359a346aff490103da7dddc85047f83830 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Oct 2021 20:54:53 +0100 Subject: gentoo resync : 01.10.2021 --- virtual/httpd-php/Manifest | 3 ++- virtual/httpd-php/httpd-php-8.0.ebuild | 2 +- virtual/httpd-php/httpd-php-8.1.ebuild | 12 ++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 virtual/httpd-php/httpd-php-8.1.ebuild (limited to 'virtual/httpd-php') diff --git a/virtual/httpd-php/Manifest b/virtual/httpd-php/Manifest index 4ec394a1c137..3d9b23240243 100644 --- a/virtual/httpd-php/Manifest +++ b/virtual/httpd-php/Manifest @@ -1,4 +1,5 @@ EBUILD httpd-php-7.3.ebuild 418 BLAKE2B 02fabb5753e21d7d215908603b28f39f81dd1e1a75705659be6896ef2626ba96109ed439bc9965ac61c31e9395c7279156b771595e445c5990a9df6cb6eba1ff SHA512 4e056c238bc4f999fb56b919f3c58f8ebee7acf02e2096775144edb6e4a04132eac33f1cd8c8537083f2d044d499aa8186ef170123d8cdeb64aaffe2aae81a6b EBUILD httpd-php-7.4.ebuild 425 BLAKE2B 259e7a664b5cf5d23bf3e7f640b3e7fa8a3bac58cbb3b05d728281ecfdd0f896e2afd717046e17bc10b6650786aec1ae169a5f991c10d0de586190d7f882649c SHA512 f0f5ddd9a5897fba9d8d75c4d7c14dc3070e3e79824e58824827d8ef3380a39800b7622cd6449b6d20cfdf05fc65e755568772060135aecf78c02da92a099ea6 -EBUILD httpd-php-8.0.ebuild 432 BLAKE2B 92fc45a79ef9e31d17236581699539dd1f899403227b6c43433bbf186b515daccbc4f7aff30d0370e1321cc8e9c3ae8c9d4940ddd329293c481f6e2cf3f8410d SHA512 93a0c6d99434249973b4dc83a92a29b33f7e93b7bfd516517478ff46bf4c68dc179665a1f659d5ab162fdc2d9da6c5f8f52f2081be12fe88b2ce6ab624addf20 +EBUILD httpd-php-8.0.ebuild 428 BLAKE2B 05a4bce6d87332e5a0b1bc5ec6a986149ab2970b0234f6183297942c3e62b59dbbe2d5e82e8aa2b928832a58acc2a82c817de657f7a51a56021e70b736a16c22 SHA512 d4a4382789daeda4ca12307a6180313951e0655d3bbac0d1ce76a61a755f889d50dafe92fc7139dd003f37367b183320eacea8072818f728929b9218c65e5ff8 +EBUILD httpd-php-8.1.ebuild 432 BLAKE2B be42d89a35196078df0d3c8a05b79765e054930aec287c4587a952d972084c3f234e9d85bdf1d2ba16c6181e86b932f64c36baa84618e5a4b7116e03040b7c4a SHA512 a12d5297ba7ebecc3db42e5451cdcfa340b2eaa29f679b62bb2275625a6076f3173d2414aeb7ece85602b55495417e96a4f6e23fac566b2403188dbfb2bd1192 MISC metadata.xml 264 BLAKE2B 48808ef17a373b4dfb3c169ae63e61416ccbecfea1eba9c3bee7e5be7393f8bec7986123526a3af092841134ecbdeff1a0a52422f24f28bd9ce9e84ef7b7983b SHA512 7ac8d7b84e7690138da0717d15bb650fd97fe251ec3733304bc33672db24668d9247447257ab96110867ce4a048b0523d0ef6c849bdee54c98061c8faa00d3e9 diff --git a/virtual/httpd-php/httpd-php-8.0.ebuild b/virtual/httpd-php/httpd-php-8.0.ebuild index 78f90b396640..dfa6b5c424ad 100644 --- a/virtual/httpd-php/httpd-php-8.0.ebuild +++ b/virtual/httpd-php/httpd-php-8.0.ebuild @@ -5,7 +5,7 @@ EAPI="7" DESCRIPTION="Virtual to provide PHP-enabled webservers" SLOT="${PV}" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] dev-lang/php:${SLOT}[apache2] diff --git a/virtual/httpd-php/httpd-php-8.1.ebuild b/virtual/httpd-php/httpd-php-8.1.ebuild new file mode 100644 index 000000000000..805f35eb8741 --- /dev/null +++ b/virtual/httpd-php/httpd-php-8.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +DESCRIPTION="Virtual to provide PHP-enabled webservers" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +RDEPEND="|| ( dev-lang/php:${SLOT}[fpm] + dev-lang/php:${SLOT}[apache2] + dev-lang/php:${SLOT}[cgi] )" -- cgit v1.2.3