diff options
author | Sam James <sam@gentoo.org> | 2023-08-14 08:24:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-14 08:54:47 +0100 |
commit | 173becaa2ffb1843d4e0ed066ef610c82ca42ffe (patch) | |
tree | c1f5f11e3f43938b4924c48731b46fd57db2c636 /dev-perl/CGI-Compile | |
parent | dev-perl/App-cpanminus: add 1.704.700 (diff) | |
download | gentoo-173becaa2ffb1843d4e0ed066ef610c82ca42ffe.tar.gz gentoo-173becaa2ffb1843d4e0ed066ef610c82ca42ffe.tar.bz2 gentoo-173becaa2ffb1843d4e0ed066ef610c82ca42ffe.zip |
dev-perl/CGI-Compile: add 0.260.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/CGI-Compile')
-rw-r--r-- | dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/CGI-Compile/Manifest | 1 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild new file mode 100644 index 000000000000..96d62dd02132 --- /dev/null +++ b/dev-perl/CGI-Compile/CGI-Compile-0.260.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RKITOVER +DIST_VERSION=0.26 +inherit perl-module + +DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + dev-perl/File-pushd + dev-perl/Sub-Name +" +BDEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + dev-perl/CGI + dev-perl/Capture-Tiny + dev-perl/Filter + dev-perl/Sub-Identify + dev-perl/Test-NoWarnings + dev-perl/Test-Requires + virtual/perl-Test-Simple + dev-perl/Try-Tiny + ) +" + +PERL_RM_FILES=( + "t/author-pod-syntax.t" +) diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest index eb806fe29a11..e05101742daf 100644 --- a/dev-perl/CGI-Compile/Manifest +++ b/dev-perl/CGI-Compile/Manifest @@ -1 +1,2 @@ DIST CGI-Compile-0.25.tar.gz 22479 BLAKE2B e321ec4d0ecee66f0efb8c89f322a036b135449938840aa0cfe0bf714bb2e8a0ad2d8d8f4397b00aa9e86d03190cb9429aaa8e0420528f233ddc9c066f768859 SHA512 760481c3868592d7dbeab10125ee76c608ea6a705926597c4219dc128c3ffb642ff39e6ddf72aa916c183fb6baf3671e687ea9a41b86987a60fc076d304d6fe6 +DIST CGI-Compile-0.26.tar.gz 23151 BLAKE2B c343b32e31815888f4e11bf4f00370ebf1ed36076ace5d8266a18b16c4c31e088c7ba2d639ae3b1e71b85a60190a56c0e668a153b8874129c598eae8ca04aea3 SHA512 d4fe9f6a0a68e231e3cb4de2d1626084d1e9c1e8df6a9025393c5623a85604374ede97d6deee520141759e438105fcfabbd24c5559b97695f5eda32cb29f9da9 |