commit: ebe57c9c299e807159d456dcf766ce2238fa1e1b Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Aug 3 14:27:31 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Aug 3 14:31:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe57c9c
virtual/httpd-basic: update EAPI 7 -> 8 Also drop www-servers/monkeyd and www-servers/thttpd. One's masked and the other is gone. Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> virtual/httpd-basic/httpd-basic-0-r5.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/virtual/httpd-basic/httpd-basic-0-r5.ebuild b/virtual/httpd-basic/httpd-basic-0-r5.ebuild new file mode 100644 index 000000000000..ed0b37456419 --- /dev/null +++ b/virtual/httpd-basic/httpd-basic-0-r5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~x64-solaris" + +RDEPEND=" + || ( + www-servers/apache + www-servers/lighttpd + www-servers/fnord + www-servers/h2o + www-servers/nginx + www-servers/tomcat + ) +"
