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-Pairwise/
Date: Wed, 01 Oct 2014 09:45:10
Message-Id: 1412146221.5332b86b01476c2ace926138303950b3cd6b6be5.kent@gentoo
1 commit: 5332b86b01476c2ace926138303950b3cd6b6be5
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 1 06:50:21 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 1 06:50:21 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5332b86b
7
8 [bump] dev-perl/List-Pairwise to 1.30.0, cleanup deps
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-perl/List-Pairwise/ChangeLog | 8 ++++-
14 dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild | 36 ----------------------
15 dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild | 22 +++++++++++++
16 3 files changed, 29 insertions(+), 37 deletions(-)
17
18 diff --git a/dev-perl/List-Pairwise/ChangeLog b/dev-perl/List-Pairwise/ChangeLog
19 index 154265f..4ae4cd5 100644
20 --- a/dev-perl/List-Pairwise/ChangeLog
21 +++ b/dev-perl/List-Pairwise/ChangeLog
22 @@ -1,7 +1,13 @@
23 # ChangeLog for dev-perl/List-Pairwise
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*List-Pairwise-1.30.0 (01 Oct 2014)
29 +
30 + 01 Oct 2014; Kent Fredric <kentfredric@×××××.com>
31 + -List-Pairwise-1.0.0.ebuild, +List-Pairwise-1.30.0.ebuild:
32 + to 1.30.0, cleanup deps
33 +
34 *List-Pairwise-1.0.0 (09 Feb 2013)
35
36 09 Feb 2013; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild
39 deleted file mode 100644
40 index 84708a2..0000000
41 --- a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild
42 +++ /dev/null
43 @@ -1,36 +0,0 @@
44 -# Copyright 1999-2013 Gentoo Foundation
45 -# Distributed under the terms of the GNU General Public License v2
46 -# $Header: $
47 -EAPI=5
48 -MODULE_AUTHOR=TDRUGEON
49 -MODULE_VERSION=1.00
50 -inherit perl-module
51 -
52 -DESCRIPTION='map/grep arrays and hashes pairwise'
53 -LICENSE=" || ( Artistic GPL-2 )"
54 -SLOT="0"
55 -KEYWORDS="~amd64 ~x86"
56 -IUSE=""
57 -perl_meta_configure() {
58 - # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
59 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
60 -}
61 -perl_meta_build() {
62 - # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
63 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
64 - # Test::More 0.42 ( 0.420.0 )
65 - echo \>=virtual/perl-Test-Simple-0.42
66 -}
67 -perl_meta_runtime() {
68 - # perl v5.6.0 ( 5.6.0 )
69 - echo \>=dev-lang/perl-5.6.0
70 -}
71 -DEPEND="
72 - $(perl_meta_configure)
73 - $(perl_meta_build)
74 - $(perl_meta_runtime)
75 -"
76 -RDEPEND="
77 - $(perl_meta_runtime)
78 -"
79 -SRC_TEST="do"
80
81 diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild
82 new file mode 100644
83 index 0000000..7629e81
84 --- /dev/null
85 +++ b/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild
86 @@ -0,0 +1,22 @@
87 +# Copyright 1999-2014 Gentoo Foundation
88 +# Distributed under the terms of the GNU General Public License v2
89 +# $Header: $
90 +EAPI=5
91 +MODULE_AUTHOR=TDRUGEON
92 +MODULE_VERSION=1.03
93 +inherit perl-module
94 +
95 +DESCRIPTION='map/grep arrays and hashes pairwise'
96 +LICENSE=" || ( Artistic GPL-2 )"
97 +SLOT="0"
98 +KEYWORDS="~amd64 ~x86"
99 +IUSE=""
100 +RDEPEND="
101 + >=dev-lang/perl-5.6.0
102 +"
103 +DEPEND="
104 + >=virtual/perl-ExtUtils-MakeMaker-6.590.0
105 + $RDEPEND
106 + >=virtual/perl-Test-Simple-0.420.0
107 +"
108 +SRC_TEST="do"