public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/
Date: Fri,  2 Sep 2011 06:05:52 +0000 (UTC)	[thread overview]
Message-ID: <973c98b01e6f024f20cd032a7d93e858abe70864.kent@gentoo> (raw)

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>



             reply	other threads:[~2011-09-02  6:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-02  6:05 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-02  9:21 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Perl-Critic/ Kent Fredric
2012-02-08 21:57 Kent Fredric
2015-06-14 16:30 Kent Fredric
2016-11-22 10:26 Kent Fredric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=973c98b01e6f024f20cd032a7d93e858abe70864.kent@gentoo \
    --to=kentfredric@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox