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 1S1X9G-0002fa-NT for garchives@archives.gentoo.org; Sun, 26 Feb 2012 05:59:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87ADBE07AE; Sun, 26 Feb 2012 05:59:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2DDA6E07AA for ; Sun, 26 Feb 2012 05:59:46 +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 299261B4005 for ; Sun, 26 Feb 2012 05:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1882FE53FD for ; Sun, 26 Feb 2012 05:59:44 +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: <1330235974.3002701540b4538b7fd7ebc9411861e7f00c75e1.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Exporter/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: perl-core/Exporter/ChangeLog perl-core/Exporter/Exporter-5.660.0.ebuild X-VCS-Directories: perl-core/Exporter/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3002701540b4538b7fd7ebc9411861e7f00c75e1 X-VCS-Branch: master Date: Sun, 26 Feb 2012 05:59:44 +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: e93f6b37-55e0-4e46-9def-c1ea067a2505 X-Archives-Hash: 1d1516a9f13799f201792830bcfb5b68 commit: 3002701540b4538b7fd7ebc9411861e7f00c75e1 Author: Kent Fredric gmail com> AuthorDate: Sun Feb 26 05:57:30 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Feb 26 05:59:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D30027015 [newversion] core/Exporter-5.660.0 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- perl-core/Exporter/ChangeLog | 7 ++++- perl-core/Exporter/Exporter-5.660.0.ebuild | 35 ++++++++++++++++++++++= ++++++ 2 files changed, 41 insertions(+), 1 deletions(-) diff --git a/perl-core/Exporter/ChangeLog b/perl-core/Exporter/ChangeLog index 7a51e88..c100d1d 100644 --- a/perl-core/Exporter/ChangeLog +++ b/perl-core/Exporter/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for perl-core/Exporter -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*Exporter-5.660.0 (26 Feb 2012) + + 26 Feb 2012; Kent Fredric +Exporter-5.660.0.eb= uild: + Version Bump + *Exporter-5.650.0 (14 Nov 2011) *Exporter-5.630.0 (14 Nov 2011) =20 diff --git a/perl-core/Exporter/Exporter-5.660.0.ebuild b/perl-core/Expor= ter/Exporter-5.660.0.ebuild new file mode 100644 index 0000000..352ac82 --- /dev/null +++ b/perl-core/Exporter/Exporter-5.660.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=3D4 +MODULE_AUTHOR=3DTODDR +MODULE_VERSION=3D5.66 +inherit perl-module + +DESCRIPTION=3D'Implements default import method for modules' +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 1.05 ( 1.50.0 ) + # echo \>=3Ddev-perl/Carp-1.50.0 + return; +} +DEPEND=3D" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=3D" + $(perl_meta_runtime) +" +SRC_TEST=3D"do"