summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2021-10-30 16:32:17 +0900
committerAkinori Hattori <hattya@gentoo.org>2021-10-30 16:32:17 +0900
commitdb11edc423ff5974367aef2137cab27fd3ba5396 (patch)
treec6ce601087860bf4d846f77efd4f32237823b00d /virtual/httpd-basic/httpd-basic-0-r4.ebuild
parentvirtual/httpd-basic: www-servers/hiawatha (diff)
downloadgentoo-db11edc423ff5974367aef2137cab27fd3ba5396.tar.gz
gentoo-db11edc423ff5974367aef2137cab27fd3ba5396.tar.bz2
gentoo-db11edc423ff5974367aef2137cab27fd3ba5396.zip
virtual/httpd-basic: add www-servers/h2o
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'virtual/httpd-basic/httpd-basic-0-r4.ebuild')
-rw-r--r--virtual/httpd-basic/httpd-basic-0-r4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/virtual/httpd-basic/httpd-basic-0-r4.ebuild b/virtual/httpd-basic/httpd-basic-0-r4.ebuild
new file mode 100644
index 000000000000..b1578b1a6ba2
--- /dev/null
+++ b/virtual/httpd-basic/httpd-basic-0-r4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for static HTML-enabled webservers"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ || (
+ www-servers/apache
+ www-servers/lighttpd
+ www-servers/boa
+ www-servers/bozohttpd
+ www-servers/fnord
+ www-servers/h2o
+ www-servers/monkeyd
+ www-servers/nginx
+ www-servers/thttpd
+ www-servers/tomcat
+ )
+"