diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:47:34 -0500 |
| commit | dda948891d3731927b821ce31f9d9a2d03ba20c5 (patch) | |
| tree | 99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-perl/HTTP-Request-AsCGI | |
| parent | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff) | |
| download | baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/HTTP-Request-AsCGI')
| -rw-r--r-- | dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild | 29 | ||||
| -rw-r--r-- | dev-perl/HTTP-Request-AsCGI/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/HTTP-Request-AsCGI/metadata.xml | 9 |
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild new file mode 100644 index 000000000000..bdd232e5a9b3 --- /dev/null +++ b/dev-perl/HTTP-Request-AsCGI/HTTP-Request-AsCGI-1.200.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=FLORA +DIST_VERSION=1.2 +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="Set up a CGI environment from an HTTP::Request" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Class-Accessor + >=dev-perl/HTTP-Message-1.530.0 + virtual/perl-IO + dev-perl/URI +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" + +src_test() { + perl_rm_files "t/release-pod-syntax.t" "t/release-pod-coverage.t" + perl-module_src_test +} diff --git a/dev-perl/HTTP-Request-AsCGI/Manifest b/dev-perl/HTTP-Request-AsCGI/Manifest new file mode 100644 index 000000000000..9f4c28bd07aa --- /dev/null +++ b/dev-perl/HTTP-Request-AsCGI/Manifest @@ -0,0 +1 @@ +DIST HTTP-Request-AsCGI-1.2.tar.gz 14173 BLAKE2B 9dcaa7ecd233a6b50eb54ab6da32b6ef45c20974eec682641050093b58d3221ed7b3de503da7907711cb70b1268b3c0d18f1f17e7db4150e853e81e6fc60a049 SHA512 5ea9fe149c7c938af5a089fafe4585f50ea98cd6bab0e06f6de5c8b89c2b749c2cf759fdd8aa70a2d65e34971d030342924c2eafd72b9290da3831eadcc29e89 diff --git a/dev-perl/HTTP-Request-AsCGI/metadata.xml b/dev-perl/HTTP-Request-AsCGI/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/HTTP-Request-AsCGI/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
