commit:     ff793b4865940120b031aa0ba32c4a83436d75fb
Author:     Hsu, Chih-Hsiang <andcycle-gentoo <AT> andcycle <DOT> idv <DOT> tw>
AuthorDate: Fri Jul 12 06:12:08 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 06:46:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff793b48

virtual/httpd-cgi: add www-servers/caddy

Closes: https://bugs.gentoo.org/868237
Signed-off-by: Hsu, Chih-Hsiang <andcycle-gentoo <AT> andcycle.idv.tw>
Closes: https://github.com/gentoo/gentoo/pull/37524
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 virtual/httpd-cgi/httpd-cgi-0-r5.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/httpd-cgi/httpd-cgi-0-r5.ebuild 
b/virtual/httpd-cgi/httpd-cgi-0-r5.ebuild
new file mode 100644
index 000000000000..f95cabdfaabd
--- /dev/null
+++ b/virtual/httpd-cgi/httpd-cgi-0-r5.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Virtual for CGI-enabled webservers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+       || (
+               www-servers/apache
+               www-servers/lighttpd
+               www-servers/fnord
+               www-servers/h2o
+               www-servers/monkeyd
+               www-servers/nginx
+               www-servers/thttpd
+               www-servers/tomcat
+               www-servers/caddy
+       )
+"

Reply via email to