summaryrefslogtreecommitdiff
path: root/virtual/httpd-basic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-07 12:37:21 +0100
commitb8c7370a682e4e29cda623222d17a790c01c3642 (patch)
treef6caa14689bd00a5760eadaa381ff41e50ef3c1b /virtual/httpd-basic
parent8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff)
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'virtual/httpd-basic')
-rw-r--r--virtual/httpd-basic/Manifest1
-rw-r--r--virtual/httpd-basic/httpd-basic-0-r5.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/virtual/httpd-basic/Manifest b/virtual/httpd-basic/Manifest
index e9bca0185ff4..7212d1a6a1d4 100644
--- a/virtual/httpd-basic/Manifest
+++ b/virtual/httpd-basic/Manifest
@@ -1,2 +1,3 @@
EBUILD httpd-basic-0-r4.ebuild 494 BLAKE2B f3df199b78e503e7827d62a3b03153f9a838024345f515d2418f020eb3a6e23f8216145fa528982bd8e244c149c22339aa9755473bf051c7e83b49753366b108 SHA512 0bd4bee6720b15a3dbbce4f9695315bdf9308bc0443a1dd2ca55705f1b6ea40c7a44ce633ae61eb6aa76fc351c068121dc382cb83e7eaf982f005f9d9ff98430
+EBUILD httpd-basic-0-r5.ebuild 458 BLAKE2B 20cc5efdaf194219c33d3b52ca2a99c6f60dd8f79dd4ae3740b6c5276dcc82a298565e68b8a8a55cff84ac57cf55cf4d08d53c7f1595fc0193459dd2511f3f57 SHA512 bdaa1c2ab8637627c0c345b48198c0dc9384d07883dd8dc02e30242e9f1288628cc36206ab90a2f722ca4df61457afabe366a27b4256c3ed75a3d80dc32ad0da
MISC metadata.xml 275 BLAKE2B 800d0273e4eaea030ee56e1b3ee332d0c3c4609c35b5c567323ccf8203638434135d53e5b1d9e6757ab86cdedb7bbe2c1d1d2f4f50962613dbfe6644f094fc93 SHA512 e1f715c47a745d66a020fa2351b82e974cfd196a4e50d2a232b55290f550e5cb91ebebba9ff7461d3412ba980f108158de766ef3f78bb603e34e25e88288eef8
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
+ )
+"