From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QzPwB-0002Sd-MI for garchives@archives.gentoo.org; Fri, 02 Sep 2011 09:21:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CC8621C18B; Fri, 2 Sep 2011 09:21:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3049221C18B for ; Fri, 2 Sep 2011 09:21:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5844F646CC for ; Fri, 2 Sep 2011 09:21:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BD12980044 for ; Fri, 2 Sep 2011 09:21:14 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c37a55204881a42539e35896f9309fd233491548 Date: Fri, 2 Sep 2011 09:21:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: eef1b77f5538a261133a7145a4851516 commit: c37a55204881a42539e35896f9309fd233491548 Author: Kent Fredric gmail com> AuthorDate: Fri Sep 2 09:15:22 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Sep 2 09:15:22 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dc37a5520 [added] Dist-Zilla-Plugin-Test-Kwalitee-1.112.410 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog | 10 +++ ...ist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild | 67 ++++++++++++++= ++++++ .../Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml | 9 +++ 3 files changed, 86 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog b/dev-per= l/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog new file mode 100644 index 0000000..2cbf47f --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Kwalitee +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Dist-Zilla-Plugin-Test-Kwalitee-1.112.410 (02 Sep 2011) + + 02 Sep 2011; Kent Fredric + +Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild, +metadata.xml: + Added + diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-T= est-Kwalitee-1.112.410.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/= Dist-Zilla-Plugin-Test-Kwalitee-1.112.410.ebuild new file mode 100644 index 0000000..d042739 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/Dist-Zilla-Plugin-Test-Kwa= litee-1.112.410.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D"4" +MODULE_AUTHOR=3DAYOUNG +MODULE_VERSION=3D1.112410 +inherit perl-module + +DESCRIPTION=3D"Release tests for kwalitee" +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +comment() { true;} +COMMON_DEPEND=3D" + $(comment Data::Section) + dev-perl/Data-Section + + $(comment Dist::Zilla::File::InMemory) + $(comment Dist::Zilla::Role::FileGatherer) + $(comment Dist::Zilla::Role::TextTemplate) + dev-perl/Dist-Zilla + + $(comment Moose) + dev-perl/Moose + + $(comment Test::Kwalitee) + dev-perl/Test-Kwalitee + + $(comment strict) + $(comment warnings) +" +DEPEND=3D" + ${COMMON_DEPEND} + $(comment build) + $(comment Capture::Tiny) + dev-perl/Capture-Tiny + + $(comment Carp) + + $(comment Dist::Zilla::Tester) + dev-perl/Dist-Zilla + + $(comment English) + + $(comment File::Find) + + $(comment File::Temp) + virtual/perl-File-Temp + + $(comment Path::Class) + dev-perl/Path-Class + + $(comment Scalar::Util) + virtual/perl-Scalar-List-Utils + + $(comment Test::More 0.94) + >=3Dvirtual/perl-Test-Simple-0.94 + + $(comment configure) + $(comment ExtUtils::MakeMaker 6.56) + >=3Dvirtual/perl-ExtUtils-MakeMaker-6.56 +" +RDEPEND=3D" + ${COMMON_DEPEND} +" +SRC_TEST=3D"do" diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml b/dev-= perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml new file mode 100644 index 0000000..ccc7e0f --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Test-Kwalitee/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + +