From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1652049-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E35871581C1
	for <garchives@archives.gentoo.org>; Fri, 12 Jul 2024 06:46:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 27B7B2BC050;
	Fri, 12 Jul 2024 06:46:52 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E52742BC050
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jul 2024 06:46:51 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 36CF033BE3B
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jul 2024 06:46:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C86D21BFE
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Jul 2024 06:46:49 +0000 (UTC)
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" <ceamac@gentoo.org>
Message-ID: <1720766788.ff793b4865940120b031aa0ba32c4a83436d75fb.ceamac@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-cgi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/httpd-cgi/httpd-cgi-0-r5.ebuild
X-VCS-Directories: virtual/httpd-cgi/
X-VCS-Committer: ceamac
X-VCS-Committer-Name: Viorel Munteanu
X-VCS-Revision: ff793b4865940120b031aa0ba32c4a83436d75fb
X-VCS-Branch: master
Date: Fri, 12 Jul 2024 06:46:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 81121f04-2650-4032-9937-b9858c40ec66
X-Archives-Hash: d1e96a3b69ef90eabaa3777f82ed434d

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
+	)
+"