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:04
Message-Id: 1330505007.bfa111b180c61a623ee7761ec2d6b9087b0a3415.kent@gentoo
1 commit: bfa111b180c61a623ee7761ec2d6b9087b0a3415
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 08:43:27 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 08:43:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bfa111b1
7
8 [migrate] Tie-CPHash
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 | 8 +++++++-
14 ...CPHash-1.04.ebuild => Tie-CPHash-1.40.0.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Tie-CPHash/ChangeLog b/dev-perl/Tie-CPHash/ChangeLog
18 index 3ff02aa..a42cb33 100644
19 --- a/dev-perl/Tie-CPHash/ChangeLog
20 +++ b/dev-perl/Tie-CPHash/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Tie-CPHash
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Tie-CPHash-1.40.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Tie-CPHash-1.04.ebuild,
30 + +Tie-CPHash-1.40.0.ebuild:
31 + Version Bump
32 +
33 *Tie-CPHash-1.04 (26 Mar 2010)
34
35 26 Mar 2010; Torsten Veller <tove@g.o> +Tie-CPHash-1.04.ebuild,
36
37 diff --git a/dev-perl/Tie-CPHash/Tie-CPHash-1.04.ebuild b/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
38 similarity index 84%
39 rename from dev-perl/Tie-CPHash/Tie-CPHash-1.04.ebuild
40 rename to dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
41 index a257f05..331a6fc 100644
42 --- a/dev-perl/Tie-CPHash/Tie-CPHash-1.04.ebuild
43 +++ b/dev-perl/Tie-CPHash/Tie-CPHash-1.40.0.ebuild
44 @@ -1,10 +1,11 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2012 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 EAPI="2"
51
52 MODULE_AUTHOR="CJM"
53 +MODULE_VERSION="1.04"
54 inherit perl-module
55
56 DESCRIPTION="Case preserving but case insensitive hash table"