* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/
@ 2011-09-02 6:05 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-09-02 6:05 UTC (permalink / raw
To: gentoo-commits
commit: 973c98b01e6f024f20cd032a7d93e858abe70864
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 2 05:57:36 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 2 05:57:36 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=973c98b0
[move:pkg] Dist-Zilla-Plugin-CriticTests -> Dist-Zilla-Plugin-Test-Perl-Critic
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog | 35 +++++++++++++++++++
...-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild | 35 +++++++++++++++++++
...-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild | 36 ++++++++++++++++++++
.../metadata.xml | 9 +++++
4 files changed, 115 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
new file mode 100644
index 0000000..89b83be
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
@@ -0,0 +1,35 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450 (02 Sep 2011)
+*Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280 (02 Sep 2011)
+
+ 02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild,
+ +Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild, +metadata.xml:
+ Move to Dist-Zilla-Plugin-Test-Perl-Critic
+
+*Dist-Zilla-Plugin-CriticTests-1.111.450 (29 May 2011)
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org>
+ +Dist-Zilla-Plugin-CriticTests-1.111.450.ebuild:
+ Version bump
+
+*Dist-Zilla-Plugin-CriticTests-1.102.280 (29 May 2011)
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org>
+ +Dist-Zilla-Plugin-CriticTests-1.102.280.ebuild,
+ -Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
+ Change version scheme. Looks like a downgrade
+
+ 05 May 2011; Kent Fredric <kentfredric@gmail.com>
+ Dist-Zilla-Plugin-CriticTests-1.102280.ebuild:
+ Fixdep Data::Section
+
+*Dist-Zilla-Plugin-CriticTests-1.102280 (23 Aug 2010)
+
+ 23 Aug 2010; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-CriticTests-1.102280.ebuild, +metadata.xml:
+ Added
+
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild
new file mode 100644
index 0000000..a0ea689
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.102280
+MY_PN=Dist-Zilla-Plugin-CriticTests
+inherit perl-module
+
+DESCRIPTION="tests to check your code against best practices"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+ >=dev-perl/Data-Section-0.4.0
+ >=dev-perl/Dist-Zilla-4.0
+ dev-perl/Moose
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ virtual/perl-File-Temp
+ >=virtual/perl-Module-Build-0.36.01
+ virtual/perl-Scalar-List-Utils
+ test? (
+ >=virtual/perl-Test-Simple-0.94
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild
new file mode 100644
index 0000000..f632181
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.111450
+MY_PN=Dist-Zilla-Plugin-CriticTests
+inherit perl-module
+
+DESCRIPTION="tests to check your code against best practices"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+COMMON_DEPEND="
+ >=dev-perl/Data-Section-0.4.0
+ >=dev-perl/Dist-Zilla-4.0
+ dev-perl/Moose
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ virtual/perl-File-Temp
+ >=virtual/perl-Module-Build-0.36.01
+ virtual/perl-Scalar-List-Utils
+ test? (
+ >=virtual/perl-Test-Simple-0.94
+ dev-perl/Moose-Autobox
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/
@ 2011-09-02 9:21 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-09-02 9:21 UTC (permalink / raw
To: gentoo-commits
commit: de1fdeb593c6148e2664606973621e8805729c53
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 2 09:05:41 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 2 09:05:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=de1fdeb5
[newversion] Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410
(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
.../Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog | 6 ++
...-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild | 72 ++++++++++++++++++++
2 files changed, 78 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
index 89b83be..af3c37c 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410 (02 Sep 2011)
+
+ 02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild:
+ version bump
+
*Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450 (02 Sep 2011)
*Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280 (02 Sep 2011)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
new file mode 100644
index 0000000..c1f8134
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=2.112410
+inherit perl-module
+
+DESCRIPTION="tests to check your code against best practices"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+ $(comment Data::Section 0.004)
+ >=dev-perl/Data-Section-0.4.0
+
+ $(comment Dist::Zilla::File::InMemory)
+ $(comment Dist::Zilla::Role::FileGatherer)
+ $(comment Dist::Zilla::Role::TextTemplate)
+ >=dev-perl/Dist-Zilla-4.0
+
+ $(comment Moose)
+ $(comment Moose::Util)
+ dev-perl/Moose
+
+ $(comment namespace::autoclean)
+ dev-perl/namespace-autoclean
+
+ $(comment perl 5.008)
+ >=dev-lang/perl-5.8.0
+
+ $(comment strict)
+ $(comment warnings)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ $(comment build)
+ $(comment File::Find)
+
+ $(comment File::Path)
+ virtual/perl-File-Path
+
+ $(comment File::Temp)
+ virtual/perl-File-Temp
+
+ $(comment Module::Build 0.3601)
+ >=virtual/perl-Module-Build-0.36.01
+
+ $(comment Moose::Autobox)
+ dev-perl/Moose-Autobox
+
+ $(comment Test::DZil)
+ dev-perl/Dist-Zilla
+
+ $(comment Test::More 0.94)
+ >=virtual/perl-Test-Simple-0.94
+
+ $(comment autodie)
+ dev-perl/autodie
+
+ $(comment configure)
+ $(comment Module::Build 0.3601)
+ >=virtual/perl-Module-Build-0.36.01
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/
@ 2012-02-08 21:57 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2012-02-08 21:57 UTC (permalink / raw
To: gentoo-commits
commit: f5d7a99bede67d5065eb66c200ad90924b1f99fa
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb 8 19:08:12 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb 8 19:08:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f5d7a99b
[cpanclean] <=Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog | 7 +++-
...-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild | 35 -------------------
...-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild | 36 --------------------
3 files changed, 6 insertions(+), 72 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
index af3c37c..bc80dab 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ -Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild,
+ -Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild:
+ Gone on CPAN
+
*Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410 (02 Sep 2011)
02 Sep 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild
deleted file mode 100644
index a0ea689..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.102.280.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.102280
-MY_PN=Dist-Zilla-Plugin-CriticTests
-inherit perl-module
-
-DESCRIPTION="tests to check your code against best practices"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
- >=dev-perl/Data-Section-0.4.0
- >=dev-perl/Dist-Zilla-4.0
- dev-perl/Moose
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-File-Temp
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-Scalar-List-Utils
- test? (
- >=virtual/perl-Test-Simple-0.94
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild
deleted file mode 100644
index f632181..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-1.111.450.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.111450
-MY_PN=Dist-Zilla-Plugin-CriticTests
-inherit perl-module
-
-DESCRIPTION="tests to check your code against best practices"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-COMMON_DEPEND="
- >=dev-perl/Data-Section-0.4.0
- >=dev-perl/Dist-Zilla-4.0
- dev-perl/Moose
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-File-Temp
- >=virtual/perl-Module-Build-0.36.01
- virtual/perl-Scalar-List-Utils
- test? (
- >=virtual/perl-Test-Simple-0.94
- dev-perl/Moose-Autobox
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/
@ 2015-06-14 16:30 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-06-14 16:30 UTC (permalink / raw
To: gentoo-commits
commit: d4022b2f9a8f0ae695a650fb283cbcb43d37b588
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:11:20 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:11:20 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d4022b2f
[fixup] Dist-Zilla-Plugin-Test-Perl-Critic: Module::Build is no longer part of core Perl and has been moved to dev-perl
Package-Manager: portage-2.2.17
.../Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
index bc956f5..e2fb7e6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -48,7 +48,7 @@ DEPEND="
virtual/perl-File-Temp
$(comment Module::Build 0.3601)
- >=virtual/perl-Module-Build-0.36.01
+ >=dev-perl/Module-Build-0.36.01
$(comment Moose::Autobox)
dev-perl/Moose-Autobox
@@ -64,7 +64,7 @@ DEPEND="
$(comment configure)
$(comment Module::Build 0.3601)
- >=virtual/perl-Module-Build-0.36.01
+ >=dev-perl/Module-Build-0.36.01
"
RDEPEND="
${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/
@ 2016-11-22 10:26 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2016-11-22 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 2bd78b43c5e297c883590df164e4e698fe09e8df
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 10:25:45 2016 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Nov 22 10:25:45 2016 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2bd78b43
dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic: Gone to ::gentoo
...lla-Plugin-Test-Perl-Critic-2.112.410-r1.ebuild | 71 ----------------------
.../metadata.xml | 17 ------
2 files changed, 88 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410-r1.ebuild
deleted file mode 100644
index 22e1ca2..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/Dist-Zilla-Plugin-Test-Perl-Critic-2.112.410-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=2.112410
-inherit perl-module
-
-DESCRIPTION="tests to check your code against best practices"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-COMMON_DEPEND="
- $(comment Data::Section 0.004)
- >=dev-perl/Data-Section-0.4.0
-
- $(comment Dist::Zilla::File::InMemory)
- $(comment Dist::Zilla::Role::FileGatherer)
- $(comment Dist::Zilla::Role::TextTemplate)
- >=dev-perl/Dist-Zilla-4.0
-
- $(comment Moose)
- $(comment Moose::Util)
- dev-perl/Moose
-
- $(comment namespace::autoclean)
- dev-perl/namespace-autoclean
-
- $(comment perl 5.008)
- >=dev-lang/perl-5.8.0
-
- $(comment strict)
- $(comment warnings)
-"
-DEPEND="
- ${COMMON_DEPEND}
- $(comment build)
- $(comment File::Find)
-
- $(comment File::Path)
- virtual/perl-File-Path
-
- $(comment File::Temp)
- virtual/perl-File-Temp
-
- $(comment Module::Build 0.3601)
- >=dev-perl/Module-Build-0.36.01
-
- $(comment Moose::Autobox)
- dev-perl/Moose-Autobox
-
- $(comment Test::DZil)
- dev-perl/Dist-Zilla
-
- $(comment Test::More 0.94)
- >=virtual/perl-Test-Simple-0.94
-
- $(comment autodie)
- virtual/perl-autodie
-
- $(comment configure)
- $(comment Module::Build 0.3601)
- >=dev-perl/Module-Build-0.36.01
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml
deleted file mode 100644
index e4dca8e..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Dist-Zilla-Plugin-Test-Perl-Critic</remote-id>
- <remote-id type="cpan-module">Dist::Zilla::Plugin::CriticTests</remote-id>
- <remote-id type="cpan-module">Dist::Zilla::Plugin::Test::Perl::Critic</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-22 10:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 16:30 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2016-11-22 10:26 Kent Fredric
2012-02-08 21:57 Kent Fredric
2011-09-02 9:21 Kent Fredric
2011-09-02 6:05 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox