Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/autobox/
Date: Fri, 07 Sep 2018 20:13:33
Message-Id: 1536351188.6c538a7c60cd4e9d5c8fd68b3fafad9ffd66d725.kentnl@gentoo
1 commit: 6c538a7c60cd4e9d5c8fd68b3fafad9ffd66d725
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 20:13:08 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 20:13:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c538a7c
7
8 dev-perl/autobox: Bump to version 3.0.1
9
10 Upstream:
11 - remove pod tests <3
12 - behaviour of UNIVERSAL methods now behaves as it does without
13 autoboxing
14 - "DOES" method no longer autoboxed
15 - Update ppport.h
16
17 Package-Manager: Portage-2.3.40, Repoman-2.3.9
18
19 dev-perl/autobox/Manifest | 1 +
20 dev-perl/autobox/autobox-3.0.1.ebuild | 24 ++++++++++++++++++++++++
21 2 files changed, 25 insertions(+)
22
23 diff --git a/dev-perl/autobox/Manifest b/dev-perl/autobox/Manifest
24 index b127660d43c..fa65a8b361a 100644
25 --- a/dev-perl/autobox/Manifest
26 +++ b/dev-perl/autobox/Manifest
27 @@ -1 +1,2 @@
28 DIST autobox-2.86.tar.gz 85350 BLAKE2B fd4ef4a26efbec7542c4aa962787b032889603c789b1e892b00fa597efa8b74db6ce546710fbf02b5a497ba16c4aeb0f377b1d7baa5f2fa74b22a71f257d34b0 SHA512 ab4d41cfddb10a03e6bdb47a81cbf2a41f5c2f518dd674e9af17a3127589d8b4d84d50f4293291517fb24b9c1b022dfcecafd7acf5d0d1e693528353ccc9c186
29 +DIST autobox-v3.0.1.tar.gz 87047 BLAKE2B d83aff0e68eae40297081d6213290e80b62f2a318627d2490b0cb6e66e94c7efbcc7b984211474393926d8f281f1afc838f605489175a5ccd4ab6432735d165c SHA512 401d5e87e15cf26362a88e5d23d8c9e842b951c03ac7010da2317af5ea897fa1fe2e4862cc5c691f25851fd5ba5398935c27f6d9f87fbc2fe52bb68a25d3d3a0
30
31 diff --git a/dev-perl/autobox/autobox-3.0.1.ebuild b/dev-perl/autobox/autobox-3.0.1.ebuild
32 new file mode 100644
33 index 00000000000..43bebd2fc66
34 --- /dev/null
35 +++ b/dev-perl/autobox/autobox-3.0.1.ebuild
36 @@ -0,0 +1,24 @@
37 +# Copyright 1999-2018 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=6
41 +DIST_AUTHOR=CHOCOLATE
42 +DIST_VERSION=v3.0.1
43 +inherit perl-module
44 +
45 +DESCRIPTION="Call methods on native types"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="test"
49 +
50 +RDEPEND="
51 + >=dev-perl/Scope-Guard-0.210.0
52 + >=virtual/perl-version-0.770.0
53 +"
54 +DEPEND="${RDEPEND}
55 + virtual/perl-ExtUtils-MakeMaker
56 + test? (
57 + >=dev-perl/IPC-System-Simple-1.250.0
58 + >=dev-perl/Test-Fatal-0.14.0
59 + )
60 +"