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 F30D01381F3 for ; Wed, 26 Jun 2013 07:42:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95185E09B5; Wed, 26 Jun 2013 07:42:48 +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 D907AE09BA for ; Wed, 26 Jun 2013 07:42:47 +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 A810733E71F for ; Wed, 26 Jun 2013 07:42:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5C254E545E for ; Wed, 26 Jun 2013 07:42:45 +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: <1371547054.7edcbdc03e4d7f0a589429af9b04982bd6a0aad6.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Capture-Tiny/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild dev-perl/Capture-Tiny/ChangeLog X-VCS-Directories: dev-perl/Capture-Tiny/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 7edcbdc03e4d7f0a589429af9b04982bd6a0aad6 X-VCS-Branch: master Date: Wed, 26 Jun 2013 07:42:45 +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: 8eb153a1-af61-4b12-99db-08a287a47499 X-Archives-Hash: 4f7c7c1af6b3359c59e9341421c38dfb commit: 7edcbdc03e4d7f0a589429af9b04982bd6a0aad6 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 18 09:14:53 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 18 09:17:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7edcbdc0 [newversion] dev-perl/Capture-Tiny-0.220.0 Package-Manager: portage-2.2.0_alpha180 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild | 62 +++++++++++++++++++++++ dev-perl/Capture-Tiny/ChangeLog | 6 +++ 2 files changed, 68 insertions(+) diff --git a/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild b/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild new file mode 100644 index 0000000..3e7f47d --- /dev/null +++ b/dev-perl/Capture-Tiny/Capture-Tiny-0.220.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=DAGOLDEN +MODULE_VERSION=0.22 +inherit perl-module + +DESCRIPTION='Capture STDOUT and STDERR from Perl, XS or external programs' +LICENSE=" Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 +} +perl_meta_runtime() { + # Carp + echo dev-lang/perl + # Exporter + echo virtual/perl-Exporter + # File::Spec + echo virtual/perl-File-Spec + # File::Temp + echo virtual/perl-File-Temp + # IO::Handle + echo virtual/perl-IO + # Scalar::Util + echo virtual/perl-Scalar-List-Utils + # perl 5.008 ( 5.8.0 ) + echo \>=dev-lang/perl-5.8.0 + # strict + echo dev-lang/perl + # warnings + echo dev-lang/perl +} +perl_meta_test() { + # Config + #echo unresolved + # ExtUtils::MakeMaker + echo virtual/perl-ExtUtils-MakeMaker + # File::Find + echo dev-lang/perl + # File::Spec::Functions + echo virtual/perl-File-Spec + # IO::File + echo virtual/perl-IO + # List::Util + echo virtual/perl-Scalar-List-Utils + # Test::More 0.62 ( 0.620.0 ) + echo \>=virtual/perl-Test-Simple-0.62 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) + test? ( $(perl_meta_test) ) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel" diff --git a/dev-perl/Capture-Tiny/ChangeLog b/dev-perl/Capture-Tiny/ChangeLog index 8425917..a17f731 100644 --- a/dev-perl/Capture-Tiny/ChangeLog +++ b/dev-perl/Capture-Tiny/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Capture-Tiny/ChangeLog,v 1.32 2013/01/08 18:35:03 tove Exp $ +*Capture-Tiny-0.220.0 (18 Jun 2013) + + 18 Jun 2013; Kent Fredric + +Capture-Tiny-0.220.0.ebuild: + Version Bump + 08 Jan 2013; Torsten Veller -Capture-Tiny-0.180.0.ebuild, -Capture-Tiny-0.190.0.ebuild, -Capture-Tiny-0.200.0.ebuild: Cleanup