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 1S2iJX-0004EB-DR for garchives@archives.gentoo.org; Wed, 29 Feb 2012 12:07:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86C8CE09B3; Wed, 29 Feb 2012 12:06:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 46847E09B3 for ; Wed, 29 Feb 2012 12:06:21 +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 8798F1B402F for ; Wed, 29 Feb 2012 12:06:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 15D60E541C for ; Wed, 29 Feb 2012 12:06:17 +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: <1330501936.6eb695d951ec7da5b16682986acb26ff875a89c6.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Spec/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-Spec/ChangeLog dev-perl/Test-Spec/Test-Spec-0.400.0.ebuild X-VCS-Directories: dev-perl/Test-Spec/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6eb695d951ec7da5b16682986acb26ff875a89c6 X-VCS-Branch: master Date: Wed, 29 Feb 2012 12:06:17 +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: 77ea3b51-d99b-4546-9389-b36f0c6479c4 X-Archives-Hash: c434ab3b662dfa88b976b6764432837f commit: 6eb695d951ec7da5b16682986acb26ff875a89c6 Author: Kent Fredric gmail com> AuthorDate: Wed Feb 29 07:52:16 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed Feb 29 07:52:16 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D6eb695d9 [newversion] Test-Spec-0.400.0 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/Test-Spec/ChangeLog | 7 +++- dev-perl/Test-Spec/Test-Spec-0.400.0.ebuild | 54 +++++++++++++++++++++= ++++++ 2 files changed, 60 insertions(+), 1 deletions(-) diff --git a/dev-perl/Test-Spec/ChangeLog b/dev-perl/Test-Spec/ChangeLog index 3a745ec..8bb1a86 100644 --- a/dev-perl/Test-Spec/ChangeLog +++ b/dev-perl/Test-Spec/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-perl/Test-Spec -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Test-Spec-0.400.0 (29 Feb 2012) + + 29 Feb 2012; Kent Fredric +Test-Spec-0.400.0.e= build: + Version Bump + *Test-Spec-0.390.0 (02 Sep 2011) =20 02 Sep 2011; Kent Fredric +Test-Spec-0.390.0.e= build: diff --git a/dev-perl/Test-Spec/Test-Spec-0.400.0.ebuild b/dev-perl/Test-= Spec/Test-Spec-0.400.0.ebuild new file mode 100644 index 0000000..360a392 --- /dev/null +++ b/dev-perl/Test-Spec/Test-Spec-0.400.0.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DPHILIP +MODULE_VERSION=3D0.40 +inherit perl-module + +DESCRIPTION=3D'Write tests in a declarative specification style' +LICENSE=3D"|| ( Artistic GPL-2 )" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"" +perl_meta_configure() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_build() { + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker +} +perl_meta_runtime() { + # Carp + # echo virtual/perl-Carp + # Exporter + echo virtual/perl-Exporter + # List::Util + echo virtual/perl-Scalar-List-Utils + # Package::Stash 0.23 ( 0.230.0 ) + echo \>=3Ddev-perl/Package-Stash-0.230 + # Scalar::Util + echo virtual/perl-Scalar-List-Utils + # TAP::Parser + echo virtual/perl-Test-Harness + # Test::Deep 0.103 ( 0.103.0 ) + echo \>=3Ddev-perl/Test-Deep-0.103 + # Test::More + echo virtual/perl-Test-Simple + # Test::Trap + echo dev-perl/Test-Trap + # Tie::IxHash + echo dev-perl/Tie-IxHash + # constant + # echo virtual/perl-constant +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do"