summaryrefslogtreecommitdiff
path: root/virtual/httpd-php
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-10 11:34:01 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-10 11:34:01 +0000
commitcc901a8ce7c6bfe97e3b4f048619693d360ae348 (patch)
treec250ff07a4d508fa08b487b616e0ae8aff2f0d8e /virtual/httpd-php
parentc9badf79e4669147edb94182af5776072f2ffaea (diff)
gentoo auto-resync : 10:02:2024 - 11:34:00
Diffstat (limited to 'virtual/httpd-php')
-rw-r--r--virtual/httpd-php/Manifest1
-rw-r--r--virtual/httpd-php/httpd-php-8.3.ebuild12
2 files changed, 13 insertions, 0 deletions
diff --git a/virtual/httpd-php/Manifest b/virtual/httpd-php/Manifest
index 59c106c13cef..acad7b765e81 100644
--- a/virtual/httpd-php/Manifest
+++ b/virtual/httpd-php/Manifest
@@ -1,3 +1,4 @@
EBUILD httpd-php-8.1.ebuild 432 BLAKE2B cf4530b831758342f5ff8c5e4470bbf966b0f9e93e754f83112808f2825142a47f621b1f6013d4c3a856ae81de6b05dd23fd81f62966ebe62a9a9251aa12b459 SHA512 2814e9125f2106f28d556d75bd30b37fa07990bafb888fbc5a4c10d58c337e2ce563c8984cd869c41a89d1042170a75a2626f0938ce17290bee1ed46288dc80b
EBUILD httpd-php-8.2.ebuild 439 BLAKE2B 73a8e9caf4732d8a76138d550cb788a80a73f43440df6fb01e8576910d4ca3164b57f58e3e69b5ecc5f31d734fe3ddfdb71833e7218b396d471ae6c15f10f397 SHA512 c3f0ae70fd988bb32ffa2ce8e79c43659342e42af276d20e9f9b49cd116d19468589bd81708111484aff0c7b97f3227909761a4d7c5275bfd9f9e660c8ca58f9
+EBUILD httpd-php-8.3.ebuild 439 BLAKE2B 25f9a9fb98444b030d1384cb85821362a922e0682bf3ea5c0b3258ee8fd4bffbb9a95bee99b4bf4cd16633cd903d8b64906c1e4e0e1742faf2a445e8cd65cf69 SHA512 58125a27c0915ae988a88b0b5cdd90edfd38e095aa0f1595028e5f590f1d392f48a58882b5357a42e134f4db378f88e254cae9d075bafa7272d25ebc4919d353
MISC metadata.xml 264 BLAKE2B 48808ef17a373b4dfb3c169ae63e61416ccbecfea1eba9c3bee7e5be7393f8bec7986123526a3af092841134ecbdeff1a0a52422f24f28bd9ce9e84ef7b7983b SHA512 7ac8d7b84e7690138da0717d15bb650fd97fe251ec3733304bc33672db24668d9247447257ab96110867ce4a048b0523d0ef6c849bdee54c98061c8faa00d3e9
diff --git a/virtual/httpd-php/httpd-php-8.3.ebuild b/virtual/httpd-php/httpd-php-8.3.ebuild
new file mode 100644
index 000000000000..6d8fd83b9eb1
--- /dev/null
+++ b/virtual/httpd-php/httpd-php-8.3.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2024 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 ~loong ~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] )"