commit:     93d47564117eadae8a6de324256c0162440e0bba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 03:05:50 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 03:06:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d47564

dev-perl/autovivification: Bump to version 0.180.0

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                 |  1 +
 .../autovivification-0.180.0.ebuild                | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/autovivification/Manifest 
b/dev-perl/autovivification/Manifest
index 0a1ae0ff20c..7ad2fa72602 100644
--- a/dev-perl/autovivification/Manifest
+++ b/dev-perl/autovivification/Manifest
@@ -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
index 00000000000..f81b937fece
--- /dev/null
+++ b/dev-perl/autovivification/autovivification-0.180.0.ebuild
@@ -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
+       )
+"

Reply via email to