summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
+ )
+"