diff options
author | 2017-03-18 21:12:54 +1300 | |
---|---|---|
committer | 2017-03-19 00:13:32 +1300 | |
commit | e53ad31923f1b9f3a2c75a05097b1f2ea9fc17b9 (patch) | |
tree | 5d99b237ac3f428b7f92a661b4e601f401369387 | |
parent | dev-libs/engine_pkcs11: remove from tree (diff) | |
download | gentoo-e53ad31923f1b9f3a2c75a05097b1f2ea9fc17b9.tar.gz gentoo-e53ad31923f1b9f3a2c75a05097b1f2ea9fc17b9.tar.bz2 gentoo-e53ad31923f1b9f3a2c75a05097b1f2ea9fc17b9.zip |
dev-perl/CGI-Compile: Bump to version 0.220.0
Upstream:
- Disable signal tests on signal-masked environments
Package-Manager: Portage-2.3.4, Repoman-2.3.2
-rw-r--r-- | dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild | 25 | ||||
-rw-r--r-- | dev-perl/CGI-Compile/Manifest | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild new file mode 100644 index 000000000000..a3739fa0622e --- /dev/null +++ b/dev-perl/CGI-Compile/CGI-Compile-0.220.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=MIYAGAWA +DIST_VERSION=0.22 +inherit perl-module + +DESCRIPTION="Compile .cgi scripts to a code reference like ModPerl::Registry" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=" + dev-perl/File-pushd +" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.34.0 + test? ( + dev-perl/Test-NoWarnings + dev-perl/Test-Requires + virtual/perl-Test-Simple + ) +" diff --git a/dev-perl/CGI-Compile/Manifest b/dev-perl/CGI-Compile/Manifest index 5a4ac98d1e79..fd2b8ea49986 100644 --- a/dev-perl/CGI-Compile/Manifest +++ b/dev-perl/CGI-Compile/Manifest @@ -1 +1,2 @@ DIST CGI-Compile-0.21.tar.gz 20910 SHA256 ed2c12e12ad3bde9d0a73344851692982c0c05d0650fa0c03df66f63c0977838 SHA512 0b26fbe4a38645df3aeae03647292125210147321ed9552bbd871824915fabaafdac8601667bddfb73038b7f096d19e1ba7a00acaa5dc28865c1f97247ad5e64 WHIRLPOOL 74b51dd793eee9a584519dfc9eadb6434445f371d6458f06a0fe811383cd593c5a055aa02c1cf261e729b6ce913dfea961b1ff8793cd325536056e25ad13cdcd +DIST CGI-Compile-0.22.tar.gz 21160 SHA256 f5094e9c6b793e3168cb621f1f661f8e1abb4f141761e0b79a0859bd5e5bccaf SHA512 58be714bd25975fbb66e4c83c197fa3c17219327859d965011706fda96d5c2f208831e52368c0b4b8ef6b0f462b9c8ea216d94d7ef30e904e21b818b134cc5b7 WHIRLPOOL 6b799318c95f50bda37c78b7579d0b2d699ae1f7a9b965db04bde56c7bf15d6dbcb2d924bf1772ff66595399643a1428225e8670295229174c204b8efe909202 |