diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-10-30 16:37:36 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-10-30 16:38:20 +0900 |
commit | 94153e794c83f5a1339b4f1c62c8819ec616ed25 (patch) | |
tree | 7429752c9df21e700647fff949ce882c069243e4 /virtual/httpd-cgi/httpd-cgi-0-r4.ebuild | |
parent | virtual/httpd-cgi: remove www-servers/hiawatha (diff) | |
download | gentoo-94153e794c83f5a1339b4f1c62c8819ec616ed25.tar.gz gentoo-94153e794c83f5a1339b4f1c62c8819ec616ed25.tar.bz2 gentoo-94153e794c83f5a1339b4f1c62c8819ec616ed25.zip |
virtual/httpd-cgi: 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-cgi/httpd-cgi-0-r4.ebuild')
-rw-r--r-- | virtual/httpd-cgi/httpd-cgi-0-r4.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/virtual/httpd-cgi/httpd-cgi-0-r4.ebuild b/virtual/httpd-cgi/httpd-cgi-0-r4.ebuild new file mode 100644 index 000000000000..944fa39d74ea --- /dev/null +++ b/virtual/httpd-cgi/httpd-cgi-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 CGI-enabled webservers" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~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 + ) +" |