diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-19 00:12:28 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-19 00:12:28 +1200 |
commit | c0dc6787ce8c6f96711f03fbb0d4729fb884241e (patch) | |
tree | 370eeb9ee44d7c33397b8ba2cdf3cc3941879ffa /dev-perl/autovivification | |
parent | dev-perl/Authen-SASL-SASLprep: Bump to version 1.100.0 (diff) | |
download | gentoo-c0dc6787ce8c6f96711f03fbb0d4729fb884241e.tar.gz gentoo-c0dc6787ce8c6f96711f03fbb0d4729fb884241e.tar.bz2 gentoo-c0dc6787ce8c6f96711f03fbb0d4729fb884241e.zip |
dev-perl/autovivification: Bump to version 0.170.0
- EAPI6
- Add USE="examples"
- Use test deps
Upstream:
- Boilerplate XS factored out into xsh/ dir
- Support scalar(keys(%$hashref)) optiomization in Perl 5.27.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/autovivification')
-rw-r--r-- | dev-perl/autovivification/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/autovivification/autovivification-0.170.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/autovivification/Manifest b/dev-perl/autovivification/Manifest index 63e4d59de9da..2f412854131e 100644 --- a/dev-perl/autovivification/Manifest +++ b/dev-perl/autovivification/Manifest @@ -1 +1,2 @@ DIST autovivification-0.16.tar.gz 49374 SHA256 814d0ef1fc6f01dbd0b85ffbec474b66d581c3a3ceb537e5ca67dbe9129f4290 SHA512 f029249c2b23a2c70d11291f7a2982c7e2e7cf824330bc2c4af1e15624ff22078250e3b324e9ba0f7dd617615256139aca6227b09a525182c89196f134a07c84 WHIRLPOOL 0e5e49a891b9975b0dda910e3cb86d2038c1647e8c87699afd76e2ba3f742d80659391cb3d740077ef8d2f91dc06d79121aeaa205acd5e090d143f34c4b33f1b +DIST autovivification-0.17.tar.gz 55277 SHA256 21708f7d82c103465be5c94b0e3f467754f1ff9882ed3f965a64e59972faeb7c SHA512 44377110a2f3e9829f2dddd5df0da9cca2718bcddff550d7a948196bc7e21d6b07e9c364e0951614baeedfe1914c54bf09b7c0b614a9420a9e53d55683134f5e WHIRLPOOL 088331602bbdaab59118a4a28374bf2727425eefc24b7236f1006827265f3f1edfcd2f8ccb926db7ad4c934767bba219d680a92c59940706d225f19961da7fd6 diff --git a/dev-perl/autovivification/autovivification-0.170.0.ebuild b/dev-perl/autovivification/autovivification-0.170.0.ebuild new file mode 100644 index 000000000000..128aeabf2f6d --- /dev/null +++ b/dev-perl/autovivification/autovivification-0.170.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +DIST_AUTHOR=VPIT +DIST_VERSION=0.17 +DIST_EXAMPLES=("samples/*") +inherit perl-module + +DESCRIPTION="Lexically disable autovivification" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND="virtual/perl-XSLoader" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Exporter + virtual/perl-Test-Simple + ) +" |