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/Locale-Currency-Format/
Date: Sat, 16 Jul 2011 07:13:31
Message-Id: bd98f7d97081629486e355f5db04b035d40d55ca.kent@gentoo
1 commit: bd98f7d97081629486e355f5db04b035d40d55ca
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 06:15:59 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 16 06:15:59 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bd98f7d9
7
8 [fix] use right source version for Locale-Currency-Format
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Locale-Currency-Format/ChangeLog | 4 ++++
14 .../Locale-Currency-Format-1.300.0.ebuild | 2 +-
15 2 files changed, 5 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Locale-Currency-Format/ChangeLog b/dev-perl/Locale-Currency-Format/ChangeLog
18 index 5800234..b014d29 100644
19 --- a/dev-perl/Locale-Currency-Format/ChangeLog
20 +++ b/dev-perl/Locale-Currency-Format/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
26 + Locale-Currency-Format-1.300.0.ebuild:
27 + Fix: use right source version
28 +
29 *Locale-Currency-Format-1.300.0 (16 Jul 2011)
30
31 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/Locale-Currency-Format/Locale-Currency-Format-1.300.0.ebuild b/dev-perl/Locale-Currency-Format/Locale-Currency-Format-1.300.0.ebuild
34 index c71134e..8ebfc1e 100644
35 --- a/dev-perl/Locale-Currency-Format/Locale-Currency-Format-1.300.0.ebuild
36 +++ b/dev-perl/Locale-Currency-Format/Locale-Currency-Format-1.300.0.ebuild
37 @@ -5,7 +5,7 @@
38 EAPI=4
39
40 MODULE_AUTHOR=TNGUYEN
41 -MODULE_VERSION=1.28
42 +MODULE_VERSION=1.30
43 inherit perl-module
44
45 DESCRIPTION="Perl functions for formatting monetary values"