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/Dist-Zilla/
Date: Thu, 10 Feb 2011 22:52:06
Message-Id: a13da7b20c42f32e98346fd822e162dcf8e3a6a4.kent@gentoo
1 commit: a13da7b20c42f32e98346fd822e162dcf8e3a6a4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 10 22:51:23 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Feb 10 22:51:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a13da7b2
7
8 [fix] Dist-Zilla 4.200.3 wasn't actually a bump :( , forgot internal version, -r1 is the bump for-reals
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Dist-Zilla/ChangeLog | 7 +++++++
14 ...4.200.3.ebuild => Dist-Zilla-4.200.3-r1.ebuild} | 2 +-
15 2 files changed, 8 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla/ChangeLog b/dev-perl/Dist-Zilla/ChangeLog
18 index 99b7efa..9474df3 100644
19 --- a/dev-perl/Dist-Zilla/ChangeLog
20 +++ b/dev-perl/Dist-Zilla/ChangeLog
21 @@ -2,6 +2,13 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-4.200.3-r1 (10 Feb 2011)
26 +
27 + 10 Feb 2011; Kent Fredric <kentfredric@×××××.com> -Dist-Zilla-4.200.3.ebuild,
28 + +Dist-Zilla-4.200.3-r1.ebuild:
29 + Durp, accidentally forgot to increment MODULE_VERSION inside :(, 4.200.3 was
30 + still 4.200.1 :(
31 +
32 *Dist-Zilla-4.200.3 (09 Feb 2011)
33
34 09 Feb 2011; Kent Fredric <kentfredric@×××××.com> +Dist-Zilla-4.200.3.ebuild:
35
36 diff --git a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild
37 similarity index 99%
38 rename from dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild
39 rename to dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild
40 index fd1ea8d..88371a9 100644
41 --- a/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3.ebuild
42 +++ b/dev-perl/Dist-Zilla/Dist-Zilla-4.200.3-r1.ebuild
43 @@ -3,7 +3,7 @@
44 # $Header: $
45 EAPI=4
46 MODULE_AUTHOR=RJBS
47 -MODULE_VERSION="4.200001"
48 +MODULE_VERSION="4.200003"
49 inherit perl-module perl-declaredeps
50
51 DESCRIPTION="distribution builder; installer not included!"