summaryrefslogtreecommitdiff
path: root/virtual/httpd-basic/httpd-basic-0-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
commitb1c81de4fadbd00897700a7321f03b390d952b2e (patch)
treee6cc812351d4f105c110cfc363ebb497e996f47a /virtual/httpd-basic/httpd-basic-0-r3.ebuild
parent7c59acba5699c9c58090a7a738669669a7307023 (diff)
gentoo resync : 26.08.2021
Diffstat (limited to 'virtual/httpd-basic/httpd-basic-0-r3.ebuild')
-rw-r--r--virtual/httpd-basic/httpd-basic-0-r3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/virtual/httpd-basic/httpd-basic-0-r3.ebuild b/virtual/httpd-basic/httpd-basic-0-r3.ebuild
new file mode 100644
index 000000000000..feff34c823f9
--- /dev/null
+++ b/virtual/httpd-basic/httpd-basic-0-r3.ebuild
@@ -0,0 +1,25 @@
+# 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/cherokee
+ www-servers/fnord
+ www-servers/hiawatha
+ www-servers/monkeyd
+ www-servers/nginx
+ www-servers/thttpd
+ www-servers/tomcat
+ )
+"