diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /virtual/httpd-basic | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'virtual/httpd-basic')
| -rw-r--r-- | virtual/httpd-basic/httpd-basic-0-r4.ebuild | 22 | ||||
| -rw-r--r-- | virtual/httpd-basic/httpd-basic-0-r5.ebuild | 20 | ||||
| -rw-r--r-- | virtual/httpd-basic/metadata.xml | 10 |
3 files changed, 52 insertions, 0 deletions
diff --git a/virtual/httpd-basic/httpd-basic-0-r4.ebuild b/virtual/httpd-basic/httpd-basic-0-r4.ebuild new file mode 100644 index 000000000000..02a125441e66 --- /dev/null +++ b/virtual/httpd-basic/httpd-basic-0-r4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 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 ~mips ppc ppc64 ~s390 ~sparc x86 ~x64-macos ~x64-solaris" + +RDEPEND=" + || ( + www-servers/apache + www-servers/lighttpd + www-servers/fnord + www-servers/h2o + www-servers/monkeyd + www-servers/nginx + www-servers/thttpd + www-servers/tomcat + ) +" 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..98aaa8d623e5 --- /dev/null +++ b/virtual/httpd-basic/httpd-basic-0-r5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 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 ~mips ppc ppc64 ~s390 ~sparc x86 ~x64-macos ~x64-solaris" + +RDEPEND=" + || ( + www-servers/apache + www-servers/lighttpd + www-servers/fnord + www-servers/h2o + www-servers/nginx + www-servers/tomcat + ) +" diff --git a/virtual/httpd-basic/metadata.xml b/virtual/httpd-basic/metadata.xml new file mode 100644 index 000000000000..67d164775911 --- /dev/null +++ b/virtual/httpd-basic/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>web-apps@gentoo.org</email> + <name>Gentoo Webapps</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
