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 /dev-perl/CGI-Application-Plugin-Redirect | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/CGI-Application-Plugin-Redirect')
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild new file mode 100644 index 000000000000..b9ff640cc4e5 --- /dev/null +++ b/dev-perl/CGI-Application-Plugin-Redirect/CGI-Application-Plugin-Redirect-1.0.0-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=CEESHEK +DIST_VERSION=1.00 +inherit perl-module + +DESCRIPTION="Easy external redirects in CGI::Application" +SLOT="0" +KEYWORDS="amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" +RDEPEND=" + virtual/perl-Exporter +" +DEPEND="dev-perl/Module-Build" +BDEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( + dev-perl/CGI-Application + virtual/perl-Test-Simple + ) +" +PERL_RM_FILES=( + t/98_pod.t + t/99_pod_coverage.t +) diff --git a/dev-perl/CGI-Application-Plugin-Redirect/Manifest b/dev-perl/CGI-Application-Plugin-Redirect/Manifest new file mode 100644 index 000000000000..9c5993bae5bc --- /dev/null +++ b/dev-perl/CGI-Application-Plugin-Redirect/Manifest @@ -0,0 +1 @@ +DIST CGI-Application-Plugin-Redirect-1.00.tar.gz 3645 BLAKE2B df25a8142b604d5afc7204adacffe71d1658a6661e80c17cbaf7d645eb82c0b256c3e547c231f82454162e351d55ab2411fdfa0209e86580b631604976312e77 SHA512 7af14c87e0aa36dd78fdf6d669f07f4305a5f3ed4a3a5ccb586dc11a111ed16986e374463c73b293069751d46f1b400d4ae8cfa7072c4c82d52c480e079b12e5 diff --git a/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml b/dev-perl/CGI-Application-Plugin-Redirect/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/CGI-Application-Plugin-Redirect/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> |
