dev-perl/autovivification: Bump to version 0.180.0
authorKent Fredric <kentnl@gentoo.org>
Mon, 16 Apr 2018 03:05:50 +0000 (15:05 +1200)
committerKent Fredric <kentnl@gentoo.org>
Mon, 16 Apr 2018 03:06:14 +0000 (15:06 +1200)
Upstream:
- Fix test failures for Perl 5.28 CV-in-stash optimization
- Clarify documentation of strict/warn arguments.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-perl/autovivification/Manifest
dev-perl/autovivification/autovivification-0.180.0.ebuild [new file with mode: 0644]

index 0a1ae0ff20ce9a89864024625f950d6c29fc8743..7ad2fa726022987f8fba808832e97e98165f1add 100644 (file)
@@ -1 +1,2 @@
 DIST autovivification-0.17.tar.gz 55277 BLAKE2B 2368f470fcb551273c9f2b02cdf7b0bd275fd4a83ed3cdde9be1fc6420389d8934b1bd6b898d1db7c63d1b98c222c221f86bd962b678bf9d9d9f37221453588c SHA512 44377110a2f3e9829f2dddd5df0da9cca2718bcddff550d7a948196bc7e21d6b07e9c364e0951614baeedfe1914c54bf09b7c0b614a9420a9e53d55683134f5e
+DIST autovivification-0.18.tar.gz 55854 BLAKE2B 3f429ca462b685c4b02de265b7bdc5e3ccc9a2fcfd7a182834252a1a46a8e173657613c4e1391df8c9139f9b0716c10c25767d419343275b8e64b37aaef78cad SHA512 f5058bf1672a53281d70431cbb2bdd1a37dda8dc3d4191ca3c68c469089c5a1f2a36522f2a0b5d19847d91296f43e49cf6296c87b78940e786f0d0ac106a539e
diff --git a/dev-perl/autovivification/autovivification-0.180.0.ebuild b/dev-perl/autovivification/autovivification-0.180.0.ebuild
new file mode 100644 (file)
index 0000000..f81b937
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+DIST_AUTHOR=VPIT
+DIST_VERSION=0.18
+DIST_EXAMPLES=("samples/*")
+inherit perl-module
+
+DESCRIPTION="Lexically disable autovivification"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-XSLoader"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               virtual/perl-Exporter
+               virtual/perl-Test-Simple
+       )
+"