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 2FB6013800E for ; Thu, 26 Jul 2012 02:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80F55E06B4; Thu, 26 Jul 2012 02:09:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 53D2BE06B5 for ; Thu, 26 Jul 2012 02:09:22 +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 B00EF1B442C for ; Thu, 26 Jul 2012 02:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A20F0E544A for ; Thu, 26 Jul 2012 02:09:16 +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: <1343266552.42354069059b5e9233d5434d2fd2d484a725a77f.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-0.740.0.ebuild X-VCS-Directories: dev-perl/Devel-PatchPerl/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 42354069059b5e9233d5434d2fd2d484a725a77f X-VCS-Branch: master Date: Thu, 26 Jul 2012 02:09:16 +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: cc6a8fa1-f4e4-432f-a8ea-681f1763f468 X-Archives-Hash: dbe87f7148c48040000926fbfbf33898 commit: 42354069059b5e9233d5434d2fd2d484a725a77f Author: Kent Fredric gmail com> AuthorDate: Thu Jul 26 01:35:52 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 26 01:35:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=42354069 [newversion] Devel-PatchPerl-0.740.0 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- dev-perl/Devel-PatchPerl/ChangeLog | 6 +++ .../Devel-PatchPerl/Devel-PatchPerl-0.740.0.ebuild | 39 ++++++++++++++++++++ 2 files changed, 45 insertions(+), 0 deletions(-) diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog index 3e026e6..dec4a2a 100644 --- a/dev-perl/Devel-PatchPerl/ChangeLog +++ b/dev-perl/Devel-PatchPerl/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Devel-PatchPerl-0.740.0 (26 Jul 2012) + + 26 Jul 2012; Kent Fredric + +Devel-PatchPerl-0.740.0.ebuild: + Version Bump + *Devel-PatchPerl-0.720.0 (08 Jun 2012) 08 Jun 2012; Kent Fredric diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.740.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.740.0.ebuild new file mode 100644 index 0000000..d3cbbaf --- /dev/null +++ b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.740.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=4 +MODULE_AUTHOR=BINGOS +MODULE_VERSION=0.74 +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 + # IPC::Cmd 0.40 ( 0.400.0 ) + echo \>=virtual/perl-IPC-Cmd-0.400 + # 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"