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-CriticTests/
Date: Sun, 29 May 2011 17:49:41
Message-Id: 1f51766d646b08c9b02e0d5607634c486a295973.tove@gentoo
1 commit: 1f51766d646b08c9b02e0d5607634c486a295973
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 16:55:08 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 16:55:08 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1f51766d
7
8 [fix] dev-perl/Dist-Zilla-Plugin-CriticTests 1.102280 -> 1.102.280
9
10 (Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog | 7 +++++++
14 ...Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild} | 12 +++++++++---
15 2 files changed, 16 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
18 index af56eec..2e38b45 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
21 @@ -2,6 +2,13 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-CriticTests-1.102.280 (29 May 2011)
26 +
27 + 29 May 2011; Torsten Veller <tove@g.o>
28 + +Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild,
29 + -Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
30 + Change version scheme. Looks like a downgrade
31 +
32 05 May 2011; Kent Fredric <kentfredric@×××××.com>
33 Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
34 Fixdep Data::Section
35
36 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild
37 similarity index 85%
38 rename from dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild
39 rename to dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild
40 index c05dfb0..aaac436 100644
41 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102280.ebuild
42 +++ b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild
43 @@ -1,15 +1,19 @@
44 # Copyright 1999-2011 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47 +
48 EAPI=3
49 +
50 MODULE_AUTHOR=JQUELIN
51 +MODULE_VERSION=1.102280
52 inherit perl-module
53
54 DESCRIPTION="tests to check your code against best practices"
55 -LICENSE="|| ( Artistic GPL-2 )"
56 +
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 -IUSE=""
60 +IUSE="test"
61 +
62 COMMON_DEPEND="
63 >=dev-perl/Data-Section-0.4.0
64 >=dev-perl/Dist-Zilla-4.0
65 @@ -20,7 +24,9 @@ DEPEND="
66 virtual/perl-File-Temp
67 >=virtual/perl-Module-Build-0.36.01
68 virtual/perl-Scalar-List-Utils
69 - >=virtual/perl-Test-Simple-0.94
70 + test? (
71 + >=virtual/perl-Test-Simple-0.94
72 + )
73 "
74 RDEPEND="
75 ${COMMON_DEPEND}