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/Dist-Zilla-Plugin-PortabilityTests/
Date: Sun, 29 May 2011 17:48:26
Message-Id: cff76dd0489df6a983d3b4f30b3a37a140bdaf5d.tove@gentoo
1 commit: cff76dd0489df6a983d3b4f30b3a37a140bdaf5d
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 17:09:09 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 17:09:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cff76dd0
7
8 [fix] dev-perl/Dist-Zilla-Plugin-PortabilityTests 1.101420 -> 1.101.420
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 .../Dist-Zilla-Plugin-PortabilityTests/ChangeLog | 9 ++++++++-
14 ...Zilla-Plugin-PortabilityTests-1.101.420.ebuild} | 8 ++++++--
15 2 files changed, 14 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-PortabilityTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-PortabilityTests/ChangeLog
18 index 35301bc..32a6fd1 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-PortabilityTests/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-PortabilityTests/ChangeLog
21 @@ -1,7 +1,14 @@
22 # ChangeLog for dev-perl/Dist-Zilla-Plugin-PortabilityTests
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 +*Dist-Zilla-Plugin-PortabilityTests-1.101.420 (29 May 2011)
28 +
29 + 29 May 2011; Torsten Veller <tove@g.o>
30 + +Dist-Zilla-Plugin-PortabilityTests-1.101.420.ebuild,
31 + -Dist-Zilla-Plugin-PortabilityTests-1.101420.ebuild:
32 + Change version scheme. Looks like a downgrade
33 +
34 *Dist-Zilla-Plugin-PortabilityTests-1.101420 (23 Aug 2010)
35
36 23 Aug 2010; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/dev-perl/Dist-Zilla-Plugin-PortabilityTests/Dist-Zilla-Plugin-PortabilityTests-1.101420.ebuild b/dev-perl/Dist-Zilla-Plugin-PortabilityTests/Dist-Zilla-Plugin-PortabilityTests-1.101.420.ebuild
39 similarity index 87%
40 rename from dev-perl/Dist-Zilla-Plugin-PortabilityTests/Dist-Zilla-Plugin-PortabilityTests-1.101420.ebuild
41 rename to dev-perl/Dist-Zilla-Plugin-PortabilityTests/Dist-Zilla-Plugin-PortabilityTests-1.101.420.ebuild
42 index d9084b8..9eb650f 100644
43 --- a/dev-perl/Dist-Zilla-Plugin-PortabilityTests/Dist-Zilla-Plugin-PortabilityTests-1.101420.ebuild
44 +++ b/dev-perl/Dist-Zilla-Plugin-PortabilityTests/Dist-Zilla-Plugin-PortabilityTests-1.101.420.ebuild
45 @@ -1,15 +1,19 @@
46 -# Copyright 1999-2010 Gentoo Foundation
47 +# Copyright 1999-2011 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: $
50 +
51 EAPI=3
52 +
53 MODULE_AUTHOR=MARCEL
54 +MODULE_VERSION=1.101420
55 inherit perl-module
56
57 DESCRIPTION="Release tests for portability"
58 -LICENSE="|| ( Artistic GPL-2 )"
59 +
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63 +
64 COMMON_DEPEND="
65 dev-perl/Test-Portability-Files
66 dev-perl/Dist-Zilla