From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9BAA0198005 for ; Sat, 2 Mar 2013 07:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E343EE0665; Sat, 2 Mar 2013 07:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BB43E065A for ; Sat, 2 Mar 2013 07:02:16 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 561E433DDAD for ; Sat, 2 Mar 2013 07:02:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6CB4BE42E0 for ; Sat, 2 Mar 2013 07:02:10 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1362206825.edfd1189e848d2610de914f58dad76e71a502890.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Strict/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-Strict/ChangeLog dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild X-VCS-Directories: dev-perl/Test-Strict/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: edfd1189e848d2610de914f58dad76e71a502890 X-VCS-Branch: master Date: Sat, 2 Mar 2013 07:02:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3aac839-0e54-4a62-bda2-66c56ccccecf X-Archives-Hash: 96b65ba31f99d668d13a35fd61af5a5b commit: edfd1189e848d2610de914f58dad76e71a502890 Author: Kent Fredric gmail com> AuthorDate: Sat Mar 2 06:47:05 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Mar 2 06:47:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=edfd1189 [newversion] Test-Strict-0.210.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Test-Strict/ChangeLog | 6 +++ dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild | 46 +++++++++++++++++++++++ 2 files changed, 52 insertions(+), 0 deletions(-) diff --git a/dev-perl/Test-Strict/ChangeLog b/dev-perl/Test-Strict/ChangeLog index 104ec3b..2c5156e 100644 --- a/dev-perl/Test-Strict/ChangeLog +++ b/dev-perl/Test-Strict/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Test-Strict-0.210.0 (02 Mar 2013) + + 02 Mar 2013; Kent Fredric + +Test-Strict-0.210.0.ebuild: + Version Bump + *Test-Strict-0.200.0 (23 Feb 2013) 23 Feb 2013; Kent Fredric diff --git a/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild b/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild new file mode 100644 index 0000000..c2f3969 --- /dev/null +++ b/dev-perl/Test-Strict/Test-Strict-0.210.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=SZABGAB +MODULE_VERSION=0.21 +inherit perl-module + +DESCRIPTION='Check syntax, presence of use strict; and test coverage' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # Devel::Cover 0.43 ( 0.430.0 ) + echo \>=dev-perl/Devel-Cover-0.430.0 + # File::Find 0.01 ( 0.10.0 ) + # echo \>=dev-lang/perl-0.10.0 + # File::Spec 0.01 ( 0.10.0 ) + echo \>=virtual/perl-File-Spec-0.10.0 + # File::Temp 0.01 ( 0.10.0 ) + echo \>=virtual/perl-File-Temp-0.10.0 + # FindBin 0.01 ( 0.10.0 ) + # echo \>=dev-lang/perl-0.10.0 + # Test::Builder 0.01 ( 0.10.0 ) + echo \>=virtual/perl-Test-Simple-0.10.0 + # Test::Simple 0.47 ( 0.470.0 ) + echo \>=virtual/perl-Test-Simple-0.47 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"