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-Plugin-CriticTests/, profiles/updates/
Date: Fri, 02 Sep 2011 06:06:03
Message-Id: c4c4e5a297fc50bd9afef127b602461c473198b6.kent@gentoo
1 commit: c4c4e5a297fc50bd9afef127b602461c473198b6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 05:59:11 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 05:59:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c4c4e5a2
7
8 [move:pkg_move] Dist-Zilla-Plugin-CriticTests
9
10 ---
11 dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog | 27 ---------------
12 .../Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild | 34 -------------------
13 .../Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild | 35 --------------------
14 .../Dist-Zilla-Plugin-CriticTests/metadata.xml | 9 -----
15 profiles/updates/3Q-2011 | 1 +
16 5 files changed, 1 insertions(+), 105 deletions(-)
17
18 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
19 deleted file mode 100644
20 index a6b84fa..0000000
21 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/ChangeLog
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -# ChangeLog for dev-perl/Dist-Zilla-Plugin-CriticTests
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: $
27 -
28 -*Dist-Zilla-Plugin-CriticTests-1.111.450 (29 May 2011)
29 -
30 - 29 May 2011; Torsten Veller <tove@g.o>
31 - +Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild:
32 - Version bump
33 -
34 -*Dist-Zilla-Plugin-CriticTests-1.102.280 (29 May 2011)
35 -
36 - 29 May 2011; Torsten Veller <tove@g.o>
37 - +Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild,
38 - -Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
39 - Change version scheme. Looks like a downgrade
40 -
41 - 05 May 2011; Kent Fredric <kentfredric@×××××.com>
42 - Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
43 - Fixdep Data::Section
44 -
45 -*Dist-Zilla-Plugin-CriticTests-1.102280 (23 Aug 2010)
46 -
47 - 23 Aug 2010; Kent Fredric <kentfredric@×××××.com>
48 - +Dist-Zilla-Plugin-CriticTests-1.102280.ebuild, +metadata.xml:
49 - Added
50 -
51
52 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild
53 deleted file mode 100644
54 index aaac436..0000000
55 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild
56 +++ /dev/null
57 @@ -1,34 +0,0 @@
58 -# Copyright 1999-2011 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -# $Header: $
61 -
62 -EAPI=3
63 -
64 -MODULE_AUTHOR=JQUELIN
65 -MODULE_VERSION=1.102280
66 -inherit perl-module
67 -
68 -DESCRIPTION="tests to check your code against best practices"
69 -
70 -SLOT="0"
71 -KEYWORDS="~amd64 ~x86"
72 -IUSE="test"
73 -
74 -COMMON_DEPEND="
75 - >=dev-perl/Data-Section-0.4.0
76 - >=dev-perl/Dist-Zilla-4.0
77 - dev-perl/Moose
78 -"
79 -DEPEND="
80 - ${COMMON_DEPEND}
81 - virtual/perl-File-Temp
82 - >=virtual/perl-Module-Build-0.36.01
83 - virtual/perl-Scalar-List-Utils
84 - test? (
85 - >=virtual/perl-Test-Simple-0.94
86 - )
87 -"
88 -RDEPEND="
89 - ${COMMON_DEPEND}
90 -"
91 -SRC_TEST="do"
92
93 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild b/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild
94 deleted file mode 100644
95 index 5b8a7c5..0000000
96 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild
97 +++ /dev/null
98 @@ -1,35 +0,0 @@
99 -# Copyright 1999-2011 Gentoo Foundation
100 -# Distributed under the terms of the GNU General Public License v2
101 -# $Header: $
102 -
103 -EAPI=4
104 -
105 -MODULE_AUTHOR=JQUELIN
106 -MODULE_VERSION=1.111450
107 -inherit perl-module
108 -
109 -DESCRIPTION="tests to check your code against best practices"
110 -
111 -SLOT="0"
112 -KEYWORDS="~amd64 ~x86"
113 -IUSE="test"
114 -
115 -COMMON_DEPEND="
116 - >=dev-perl/Data-Section-0.4.0
117 - >=dev-perl/Dist-Zilla-4.0
118 - dev-perl/Moose
119 -"
120 -DEPEND="
121 - ${COMMON_DEPEND}
122 - virtual/perl-File-Temp
123 - >=virtual/perl-Module-Build-0.36.01
124 - virtual/perl-Scalar-List-Utils
125 - test? (
126 - >=virtual/perl-Test-Simple-0.94
127 - dev-perl/Moose-Autobox
128 - )
129 -"
130 -RDEPEND="
131 - ${COMMON_DEPEND}
132 -"
133 -SRC_TEST="do"
134
135 diff --git a/dev-perl/Dist-Zilla-Plugin-CriticTests/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CriticTests/metadata.xml
136 deleted file mode 100644
137 index ccc7e0f..0000000
138 --- a/dev-perl/Dist-Zilla-Plugin-CriticTests/metadata.xml
139 +++ /dev/null
140 @@ -1,9 +0,0 @@
141 -<?xml version="1.0" encoding="UTF-8"?>
142 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
143 -<pkgmetadata>
144 - <herd>perl</herd>
145 - <maintainer>
146 - <email>kentfredric@×××××.com</email>
147 - <name>Kent Fredric</name>
148 - </maintainer>
149 -</pkgmetadata>
150
151 diff --git a/profiles/updates/3Q-2011 b/profiles/updates/3Q-2011
152 index b45bf3d..7544302 100644
153 --- a/profiles/updates/3Q-2011
154 +++ b/profiles/updates/3Q-2011
155 @@ -1 +1,2 @@
156 move dev-perl/Dist-Zilla-Plugin-CompileTests dev-perl/Dist-Zilla-Plugin-Test-Compile
157 +move dev-perl/Dist-Zilla-Plugin-CriticTests dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic