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 1RKm1G-0004ex-Na for garchives@archives.gentoo.org; Mon, 31 Oct 2011 07:10:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A345521C037; Mon, 31 Oct 2011 07:10:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5984621C037 for ; Mon, 31 Oct 2011 07:10:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90C561B4006 for ; Mon, 31 Oct 2011 07:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CFFFC8004A for ; Mon, 31 Oct 2011 07:10:40 +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-MinimumVersion/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/ChangeLog dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.1.ebuild dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml X-VCS-Directories: dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c185d890d87fcfbc2c07ef63cb7afb60f6ee3349 Date: Mon, 31 Oct 2011 07:10:40 +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: 9869ec1b-7b64-4ba6-97f1-912ff67a5acb X-Archives-Hash: 4c5bebb5990c0b5e1ca5678b2475e345 commit: c185d890d87fcfbc2c07ef63cb7afb60f6ee3349 Author: Kent Fredric gmail com> AuthorDate: Mon Oct 31 06:59:29 2011 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Oct 31 06:59:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3Dc185d890 [added] Dist-Zilla-Plugin-Test-MinimumVersion (Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit = with key BD86D695) --- .../ChangeLog | 10 +++ ...t-Zilla-Plugin-Test-MinimumVersion-2.0.1.ebuild | 65 ++++++++++++++= ++++++ .../metadata.xml | 9 +++ 3 files changed, 84 insertions(+), 0 deletions(-) diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/ChangeLog b/d= ev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/ChangeLog new file mode 100644 index 0000000..e5afd38 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*Dist-Zilla-Plugin-Test-MinimumVersion-2.0.1 (31 Oct 2011) + + 31 Oct 2011; Kent Fredric + +Dist-Zilla-Plugin-Test-MinimumVersion-2.0.1.ebuild, +metadata.xml: + Added + diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Pl= ugin-Test-MinimumVersion-2.0.1.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-M= inimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.1.ebuild new file mode 100644 index 0000000..7a7a933 --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Te= st-MinimumVersion-2.0.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DDOHERTY +MODULE_VERSION=3D2.0.1 +inherit perl-module + +DESCRIPTION=3D'Release tests for minimum required versions' +LICENSE=3D" || ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=3Dvirtual/perl-ExtUtils-MakeMaker-6.30 + # Module::Build 0.3601 ( 0.360.100 ) + echo \>=3Dvirtual/perl-Module-Build-0.36.01 +} +perl_meta_build() { + # Module::Build 0.3601 ( 0.360.100 ) + echo \>=3Dvirtual/perl-Module-Build-0.36.01 +} +perl_meta_runtime() { + # Dist::Zilla::Plugin::InlineFiles + echo dev-perl/Dist-Zilla + # Moose + echo dev-perl/Moose + # Test::MinimumVersion + echo dev-perl/Test-MinimumVersion + # perl 5.008 ( 5.8.0 ) + echo \>=3Ddev-lang/perl-5.8.0 + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # File::Find + echo dev-lang/perl + # File::Path + echo virtual/perl-File-Path + # File::Temp + echo virtual/perl-File-Temp + # Moose::Autobox + echo dev-perl/Moose-Autobox + # Test::DZil + echo dev-perl/Dist-Zilla + # Test::More 0.96 ( 0.960.0 ) + echo \>=3Dvirtual/perl-Test-Simple-0.96 + # Test::Output + echo dev-perl/Test-Output + # autodie + echo dev-perl/autodie +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do" diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml = b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml new file mode 100644 index 0000000..ccc7e0f --- /dev/null +++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml @@ -0,0 +1,9 @@ + + + + perl + + kentfredric@gmail.com + Kent Fredric + +