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 4A6E21381F3 for ; Fri, 11 Oct 2013 04:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D63EDE0AD0; Fri, 11 Oct 2013 04:52:49 +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 663C9E0AC2 for ; Fri, 11 Oct 2013 04:52:48 +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 4DEB933EFF9 for ; Fri, 11 Oct 2013 04:52:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9BC20E546C for ; Fri, 11 Oct 2013 04:52: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: <1381450612.da71349128c70b787c5aadbc92bbdd1d344fe425.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PatchPerl/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Devel-PatchPerl/ChangeLog dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild X-VCS-Directories: dev-perl/Devel-PatchPerl/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: da71349128c70b787c5aadbc92bbdd1d344fe425 X-VCS-Branch: master Date: Fri, 11 Oct 2013 04:52: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: c981dc8a-873e-4e7e-8c2e-0a548fd934ff X-Archives-Hash: 63503c65f1c20723b60c864bf944fc4a commit: da71349128c70b787c5aadbc92bbdd1d344fe425 Author: Kent Fredric gmail com> AuthorDate: Fri Oct 11 00:16:52 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Oct 11 00:16:52 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=da713491 [newversion] dev-perl/Devel-PatchPerl-1.120.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Devel-PatchPerl/ChangeLog | 6 ++++ .../Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog index c00fa1b..0ded490 100644 --- a/dev-perl/Devel-PatchPerl/ChangeLog +++ b/dev-perl/Devel-PatchPerl/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Devel-PatchPerl-1.120.0 (11 Oct 2013) + + 11 Oct 2013; Kent Fredric + +Devel-PatchPerl-1.120.0.ebuild: + Version Bump + 15 May 2013; Kent Fredric -Devel-PatchPerl-0.520.0.ebuild, -Devel-PatchPerl-0.620.0.ebuild, -Devel-PatchPerl-0.660.0.ebuild, -Devel-PatchPerl-0.680.0.ebuild, diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild new file mode 100644 index 0000000..00cb031 --- /dev/null +++ b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-1.120.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=BINGOS +MODULE_VERSION=1.12 +inherit perl-module + +DESCRIPTION='Patch perl source a la Devel::PPPort'\''s buildperl.pl' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 +} +perl_meta_runtime() { + # File::pushd 1.00 ( 1.0.0 ) + echo \>=dev-perl/File-pushd-1.0.0 + # IO::File + echo virtual/perl-IO + # MIME::Base64 + echo virtual/perl-MIME-Base64 + # Module::Pluggable + echo virtual/perl-Module-Pluggable + # perl v5.6.0 ( 5.6.0 ) + echo \>=dev-lang/perl-5.6.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do parallel"