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/List-MoreUtils/
Date: Sat, 01 Apr 2017 21:53:54
Message-Id: 1491083619.f2f9f186bd8f90809fef9c83594ffcc7d3ec4c36.kentnl@gentoo
1 commit: f2f9f186bd8f90809fef9c83594ffcc7d3ec4c36
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 1 21:53:23 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 1 21:53:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f9f186
7
8 dev-perl/List-MoreUtils: Bump to version 0.418.0
9
10 - EAPI6
11 - Update LICENSE
12 - Add USE="xs"
13
14 Upstream:
15 - XS bits forked out to List-MoreUtils-XS
16 - License now Apache-2 as well
17
18 Package-Manager: Portage-2.3.4, Repoman-2.3.2
19
20 .../List-MoreUtils/List-MoreUtils-0.418.0.ebuild | 23 ++++++++++++++++++++++
21 dev-perl/List-MoreUtils/Manifest | 1 +
22 dev-perl/List-MoreUtils/metadata.xml | 4 ++++
23 3 files changed, 28 insertions(+)
24
25 diff --git a/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild b/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild
26 new file mode 100644
27 index 00000000000..1bd85f3880c
28 --- /dev/null
29 +++ b/dev-perl/List-MoreUtils/List-MoreUtils-0.418.0.ebuild
30 @@ -0,0 +1,23 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +DIST_AUTHOR=REHSACK
37 +DIST_VERSION=0.418
38 +inherit perl-module
39 +
40 +DESCRIPTION="Provide the missing functionality from List::Util"
41 +
42 +SLOT="0"
43 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
44 +IUSE="test +xs"
45 +# See MoreUtils.pm/LICENSE
46 +LICENSE="Apache-2.0 || ( Artistic GPL-1+ )"
47 +
48 +PDEPEND="xs? ( dev-perl/List-MoreUtils-XS )"
49 +RDEPEND=">=dev-perl/Exporter-Tiny-0.38.0"
50 +DEPEND="${RDEPEND}
51 + virtual/perl-ExtUtils-MakeMaker
52 + test? ( >=virtual/perl-Test-Simple-0.960.0 )
53 +"
54
55 diff --git a/dev-perl/List-MoreUtils/Manifest b/dev-perl/List-MoreUtils/Manifest
56 index 9528c0e1e5b..13258c4c21f 100644
57 --- a/dev-perl/List-MoreUtils/Manifest
58 +++ b/dev-perl/List-MoreUtils/Manifest
59 @@ -1 +1,2 @@
60 DIST List-MoreUtils-0.413.tar.gz 131313 SHA256 4d6429d5672ce74a59d6490320252cb8b5b8285db8fe9c6551a4162e5375ef37 SHA512 178c08995d2eddd75054b29cd68adb77617e92b7e56ac56a890eb7b8e04a1f8eda09f2208288d61352db563bff7da0accf58f7482906a51e03b38465ea655d17 WHIRLPOOL 843a54dc44e6698ced55e2737dc42c14327af5e76d25899e617cbec6fccceb4ddcf8ca424e641fa32be60b6b1878191ad3446c1f8477c7c751559799b3d871bc
61 +DIST List-MoreUtils-0.418.tar.gz 55111 SHA256 365651edea4e0c806576e4dcfc3dfb98bb4cbb343bc5c3e04cdc7b5b71ed4988 SHA512 7ba4395262c4406e822baf40e5a32aa6d93779a56d2567c4920f085ab2580c376db41e2141e4b9b43860d65122ebe73a03dfb0ed76a32f087b05ca7eb90f6d6e WHIRLPOOL ed63b850aebc353fda7ba9a8b24b1e50527d56b0c672c16cbc534cd90c9fe452a055b05f256d3e05c2d66be3752b1ab20580815d473c0231bfbea55d34c55c40
62
63 diff --git a/dev-perl/List-MoreUtils/metadata.xml b/dev-perl/List-MoreUtils/metadata.xml
64 index 0df48e19049..4fa641e66c8 100644
65 --- a/dev-perl/List-MoreUtils/metadata.xml
66 +++ b/dev-perl/List-MoreUtils/metadata.xml
67 @@ -5,8 +5,12 @@
68 <email>perl@g.o</email>
69 <name>Gentoo Perl Project</name>
70 </maintainer>
71 + <use>
72 + <flag name="xs">Install C-Based backend implementation for performance</flag>
73 + </use>
74 <upstream>
75 <remote-id type="cpan">List-MoreUtils</remote-id>
76 <remote-id type="cpan-module">List::MoreUtils</remote-id>
77 + <remote-id type="cpan-module">List::MoreUtils::PP</remote-id>
78 </upstream>
79 </pkgmetadata>