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/Tie-CPHash/
Date: Wed, 29 Feb 2012 12:08:37
Message-Id: 1330505163.0c6cbceb2ab39f6e28c69edc753602ff09eec97c.kent@gentoo
1 commit: 0c6cbceb2ab39f6e28c69edc753602ff09eec97c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 08:46:03 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 08:46:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0c6cbceb
7
8 [newversion] Tie-CPHash-1.50.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Tie-CPHash/ChangeLog | 5 ++++
14 dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild | 34 ++++++++++++++++++++++++++
15 2 files changed, 39 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Tie-CPHash/ChangeLog b/dev-perl/Tie-CPHash/ChangeLog
18 index a42cb33..dd123ce 100644
19 --- a/dev-perl/Tie-CPHash/ChangeLog
20 +++ b/dev-perl/Tie-CPHash/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Tie-CPHash-1.50.0 (29 Feb 2012)
26 +
27 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Tie-CPHash-1.50.0.ebuild:
28 + Version Bump
29 +
30 *Tie-CPHash-1.40.0 (29 Feb 2012)
31
32 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Tie-CPHash-1.04.ebuild,
33
34 diff --git a/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild b/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild
35 new file mode 100644
36 index 0000000..408a9c6
37 --- /dev/null
38 +++ b/dev-perl/Tie-CPHash/Tie-CPHash-1.50.0.ebuild
39 @@ -0,0 +1,34 @@
40 +# Copyright 1999-2012 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=CJM
45 +MODULE_VERSION=1.05
46 +inherit perl-module
47 +
48 +DESCRIPTION='Case preserving but case insensitive hash table'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="test"
53 +perl_meta_configure() {
54 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
55 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
56 +}
57 +perl_meta_runtime() {
58 + # perl 5.000 ( 5.0.0 )
59 + echo \>=dev-lang/perl-5.0.0
60 +}
61 +perl_meta_test() {
62 + # Test::More
63 + echo virtual/perl-Test-Simple
64 +}
65 +DEPEND="
66 + $(perl_meta_configure)
67 + $(perl_meta_runtime)
68 + test? ( $(perl_meta_test) )
69 +"
70 +RDEPEND="
71 + $(perl_meta_runtime)
72 +"
73 +SRC_TEST="do"