Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/String-Formatter/
Date: Sun, 29 May 2011 17:47:48
Message-Id: 8f5764067eea7a5c757de77a73b76945abed6783.tove@gentoo
1 commit: 8f5764067eea7a5c757de77a73b76945abed6783
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:39:39 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:39:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f576406
7
8 [fix] dev-perl/String-Formatter 0.102082 -> 0.102.82
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/String-Formatter/ChangeLog | 8 +++++++-
14 ...082.ebuild => String-Formatter-0.102.82.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/String-Formatter/ChangeLog b/dev-perl/String-Formatter/ChangeLog
18 index b2fdf33..f08bf84 100644
19 --- a/dev-perl/String-Formatter/ChangeLog
20 +++ b/dev-perl/String-Formatter/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/String-Formatter
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*String-Formatter-0.102.82 (29 May 2011)
28 +
29 + 29 May 2011; Torsten Veller <tove@g.o>
30 + +String-Formatter-0.102.82.ebuild, -String-Formatter-0.102082.ebuild:
31 + Change version scheme. Looks like a downgrade
32 +
33 *String-Formatter-0.102082 (04 Nov 2010)
34
35 04 Nov 2010; Torsten Veller <tove@g.o>
36
37 diff --git a/dev-perl/String-Formatter/String-Formatter-0.102082.ebuild b/dev-perl/String-Formatter/String-Formatter-0.102.82.ebuild
38 similarity index 87%
39 rename from dev-perl/String-Formatter/String-Formatter-0.102082.ebuild
40 rename to dev-perl/String-Formatter/String-Formatter-0.102.82.ebuild
41 index b2d2753..4da6140 100644
42 --- a/dev-perl/String-Formatter/String-Formatter-0.102082.ebuild
43 +++ b/dev-perl/String-Formatter/String-Formatter-0.102.82.ebuild
44 @@ -1,10 +1,11 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2011 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 EAPI=3
51
52 MODULE_AUTHOR=RJBS
53 +MODULE_VERSION=0.102082
54 inherit perl-module
55
56 DESCRIPTION="build sprintf-like functions of your own"