From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA535159C9B for ; Sat, 3 Aug 2024 14:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06D74E2B10; Sat, 3 Aug 2024 14:33:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E472BE2B10 for ; Sat, 3 Aug 2024 14:33:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31C39335D6A for ; Sat, 3 Aug 2024 14:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B5111DCC for ; Sat, 3 Aug 2024 14:33:02 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1722695469.ebe57c9c299e807159d456dcf766ce2238fa1e1b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/httpd-basic/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/httpd-basic/httpd-basic-0-r5.ebuild X-VCS-Directories: virtual/httpd-basic/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: ebe57c9c299e807159d456dcf766ce2238fa1e1b X-VCS-Branch: master Date: Sat, 3 Aug 2024 14:33:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c23ac8cd-bebd-49de-b568-097b5d43bda7 X-Archives-Hash: 5dd101a967d983a787c15f6d6053f4a1 commit: ebe57c9c299e807159d456dcf766ce2238fa1e1b Author: Michael Orlitzky gentoo org> AuthorDate: Sat Aug 3 14:27:31 2024 +0000 Commit: Michael Orlitzky gentoo 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 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 + ) +"