Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-AllUtils/
Date: Tue, 30 Sep 2014 12:01:25
Message-Id: 1412066837.0180975999f216a0eba0a467d41d9d4c4e050ac1.kent@gentoo
1 commit: 0180975999f216a0eba0a467d41d9d4c4e050ac1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 30 08:47:17 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 30 08:47:17 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=01809759
7
8 [import] dev-perl/List-AllUtils from kentfredric/gx86-test-dev
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/List-AllUtils/ChangeLog | 11 ++++++++
14 .../List-AllUtils/List-AllUtils-0.30.0-r1.ebuild | 22 +++++++++++++++
15 dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild | 31 ++++++++++++++++++++++
16 dev-perl/List-AllUtils/metadata.xml | 9 +++++++
17 4 files changed, 73 insertions(+)
18
19 diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog
20 new file mode 100644
21 index 0000000..687108e
22 --- /dev/null
23 +++ b/dev-perl/List-AllUtils/ChangeLog
24 @@ -0,0 +1,11 @@
25 +# ChangeLog for dev-perl/List-AllUtils
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*List-AllUtils-0.80.0 (30 Sep 2014)
30 +*List-AllUtils-0.30.0-r1 (30 Sep 2014)
31 +
32 + 30 Sep 2014; Kent Fredric <kentfredric@×××××.com>
33 + +List-AllUtils-0.30.0-r1.ebuild, +List-AllUtils-0.80.0.ebuild, +metadata.xml:
34 + from kentfredric/gx86-test-dev
35 +
36
37 diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild
38 new file mode 100644
39 index 0000000..fde8ec3
40 --- /dev/null
41 +++ b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild
42 @@ -0,0 +1,22 @@
43 +# Copyright 1999-2014 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=5
47 +
48 +MODULE_AUTHOR=DROLSKY
49 +MODULE_VERSION=0.03
50 +inherit perl-module
51 +
52 +DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
53 +
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +
58 +RDEPEND="
59 + >=dev-perl/List-MoreUtils-0.280.0
60 + >=virtual/perl-Scalar-List-Utils-1.190.0
61 +"
62 +DEPEND="${RDEPEND}"
63 +
64 +SRC_TEST="do"
65
66 diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
67 new file mode 100644
68 index 0000000..85c1095
69 --- /dev/null
70 +++ b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild
71 @@ -0,0 +1,31 @@
72 +# Copyright 1999-2014 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +
75 +EAPI=5
76 +
77 +MODULE_AUTHOR=DROLSKY
78 +MODULE_VERSION=0.08
79 +inherit perl-module
80 +
81 +DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package'
82 +
83 +SLOT="0"
84 +KEYWORDS="~amd64 ~x86"
85 +IUSE="test"
86 +
87 +RDEPEND="
88 + virtual/perl-Exporter
89 + >=dev-perl/List-MoreUtils-0.280.0
90 + >=virtual/perl-Scalar-List-Utils-1.310.0
91 +"
92 +DEPEND="
93 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0
94 + ${RDEPEND}
95 + test? (
96 + virtual/perl-File-Temp
97 + >=virtual/perl-Test-Simple-0.880.0
98 + dev-perl/Test-Warnings
99 + )
100 +"
101 +
102 +SRC_TEST="do parallel"
103
104 diff --git a/dev-perl/List-AllUtils/metadata.xml b/dev-perl/List-AllUtils/metadata.xml
105 new file mode 100644
106 index 0000000..b2adbd6
107 --- /dev/null
108 +++ b/dev-perl/List-AllUtils/metadata.xml
109 @@ -0,0 +1,9 @@
110 +<?xml version="1.0" encoding="UTF-8"?>
111 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
112 +<pkgmetadata>
113 + <herd>perl</herd>
114 + <upstream>
115 + <remote-id type="cpan">List-AllUtils</remote-id>
116 + <remote-id type="cpan-module">List::AllUtils</remote-id>
117 + </upstream>
118 +</pkgmetadata>