diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-08-02 19:14:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-08-02 19:14:55 +0100 |
commit | b24bd25253fe093f722ab576d29fdc41d04cb1ee (patch) | |
tree | 0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /virtual/httpd-php | |
parent | 121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff) |
gentoo resync : 02.08.2019
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r-- | virtual/httpd-php/Manifest | 1 | ||||
-rw-r--r-- | virtual/httpd-php/httpd-php-7.4.ebuild | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/virtual/httpd-php/Manifest b/virtual/httpd-php/Manifest index d6c870d13e57..4988200a105b 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.1.ebuild 456 BLAKE2B bb673212a0a1ca2e36f359605e3c1318b68ea7e3f606a4d43567c95bb41cca7ea44a26104bdfac17e1a211985dc6baddd0be0c708243b3e7e93083eb6c9a0a5d SHA512 f671d017af91e780556de3dc261a679176722d1c4a461fa85edf0c39fe792945d3026924eed6d6672d8aac55a91ad48bcef1ebd17f6160e00588fcb2e7242d7b EBUILD httpd-php-7.2.ebuild 453 BLAKE2B 5f42f851ee24355fd20a1d022a65ca92007ea432458b431e1a17873a9402febdba311c77ef26c8adc4078dfd269f4d5e650b8f1f3b3774b522a8076ae6f68e87 SHA512 873ad750a9603df7b30ab9503a08381ad8ef3a8d5f19f9126409bfed60f6c859406b44fe5a2e54a018e1cc5f1a03e0957af70cd6e5ac35d91fff47044448a535 EBUILD httpd-php-7.3.ebuild 456 BLAKE2B fc6ad2cb39da4fafab9e7878a425038396629a0b158d3376037225d33e71ded624c01018e75c73de9af01072a009c82c5ec3b9b0dedd1846e3fe18dee9707194 SHA512 9faaa4230cd3267d29b69f24c9df209167927998f1cb2e0e26bf1acb65a7016b79060d1eefd40d9f969ab4a05070debd5a131ede3b104eab825efa7b9f7c6cb5 +EBUILD httpd-php-7.4.ebuild 462 BLAKE2B a61abb864e7b8b10fda30c2195363d4417ced633176efc364534a2d2c78a7baa3af13b0520572a8e1a74a3bdbd4bbf357530cc2fea05d15c329d3d3f9a4cc7c1 SHA512 e24a75b1bea83ff7eaf07176ab5cbd82b5f538c1a6dc7e1d76c0637c3863dacd2c67eea4ba8fb62f31047c4da92fb59aa47dba8c9db173ac991b6593521a467a MISC metadata.xml 235 BLAKE2B 5b10304feea18aae1822be7d29bcce06c8715193b14a3dd2c4d79eb75e2767670352e2ca11e06b9a10ec04b63020a18254cd167e6d6be9072f4a200ca5d11ec4 SHA512 0b3e95bbf68eddf74289dad50f8828cffce2d904ff6f9bd5468177de979677cac11da84d1e0302c52b72085915b9d1b3496107172e5726520d51dad1981daf64 diff --git a/virtual/httpd-php/httpd-php-7.4.ebuild b/virtual/httpd-php/httpd-php-7.4.ebuild new file mode 100644 index 000000000000..f60cf08c3ff2 --- /dev/null +++ b/virtual/httpd-php/httpd-php-7.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2019 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 ~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] )" |