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/Hash-FieldHash/
Date: Mon, 27 Feb 2012 21:02:10
Message-Id: 1330362557.59e6802613583955c7cc02a90bb4464376eea8c7.kent@gentoo
1 commit: 59e6802613583955c7cc02a90bb4464376eea8c7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 17:09:17 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 17:09:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=59e68026
7
8 [newversion] Hash-FieldHash-0.120.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Hash-FieldHash/ChangeLog | 8 +++-
14 .../Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild | 48 ++++++++++++++++++++
15 2 files changed, 55 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Hash-FieldHash/ChangeLog b/dev-perl/Hash-FieldHash/ChangeLog
18 index f8cd3e2..de56b1d 100644
19 --- a/dev-perl/Hash-FieldHash/ChangeLog
20 +++ b/dev-perl/Hash-FieldHash/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Hash-FieldHash
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Hash-FieldHash-0.120.0 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Hash-FieldHash-0.120.0.ebuild:
31 + Version Bump
32 +
33 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>
34 Hash-FieldHash-0.100.0.ebuild:
35 Fixdep Dev-PPPort
36
37 diff --git a/dev-perl/Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild
38 new file mode 100644
39 index 0000000..d770682
40 --- /dev/null
41 +++ b/dev-perl/Hash-FieldHash/Hash-FieldHash-0.120.0.ebuild
42 @@ -0,0 +1,48 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=GFUJI
48 +MODULE_VERSION=0.12
49 +inherit perl-module
50 +
51 +DESCRIPTION='Lightweight field hash for inside-out objects'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # Devel::PPPort 3.19 ( 3.190.0 )
58 + echo \>=virtual/perl-Devel-PPPort-3.190.0
59 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
60 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
61 + # ExtUtils::ParseXS 2.21 ( 2.210.0 )
62 + echo \>=virtual/perl-ExtUtils-ParseXS-2.21.0
63 +}
64 +perl_meta_build() {
65 + # Devel::PPPort 3.19 ( 3.190.0 )
66 + echo \>=virtual/perl-Devel-PPPort-3.190.0
67 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
68 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
69 + # Test::LeakTrace 0.07 ( 0.70.0 )
70 + echo \>=dev-perl/Test-LeakTrace-0.70.0
71 + # Test::More 0.62 ( 0.620.0 )
72 + echo \>=virtual/perl-Test-Simple-0.62
73 +}
74 +perl_meta_runtime() {
75 + # XSLoader 0.02 ( 0.20.0 )
76 + echo \>=virtual/perl-XSLoader-0.02
77 + # parent 0.221 ( 0.221.0 )
78 + echo \>=virtual/perl-parent-0.221
79 + # perl v5.8.5 ( 5.8.5 )
80 + echo \>=dev-lang/perl-5.8.5
81 +}
82 +DEPEND="
83 + $(perl_meta_configure)
84 + $(perl_meta_build)
85 + $(perl_meta_runtime)
86 +"
87 +RDEPEND="
88 + $(perl_meta_runtime)
89 +"
90 +SRC_TEST="do"