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 A47AF1381F3 for ; Wed, 1 May 2013 22:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 658CCE09F9; Wed, 1 May 2013 22:24:05 +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 04561E09F9 for ; Wed, 1 May 2013 22:24:04 +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 C464533E121 for ; Wed, 1 May 2013 22:23:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 97CF0E476E for ; Wed, 1 May 2013 22:23:42 +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: <1367372550.8f52f984e890bac7d459faab054e2e7b014862a0.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.680.0.ebuild X-VCS-Directories: perl-core/Exporter/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8f52f984e890bac7d459faab054e2e7b014862a0 X-VCS-Branch: master Date: Wed, 1 May 2013 22:23:42 +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: 9ac48d29-9bef-48d6-af8e-e93a47c0b1e2 X-Archives-Hash: 0e1087bce61c50a52914d3a888b1df32 commit: 8f52f984e890bac7d459faab054e2e7b014862a0 Author: Kent Fredric gmail com> AuthorDate: Wed May 1 01:42:30 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Wed May 1 01:42:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8f52f984 [newversion] perl-core/Exporter-5.680.0 Package-Manager: portage-2.2.0_alpha173 Manifest-Sign-Key: ECD2C675C102CDA4 --- perl-core/Exporter/ChangeLog | 7 ++++- perl-core/Exporter/Exporter-5.680.0.ebuild | 35 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletions(-) diff --git a/perl-core/Exporter/ChangeLog b/perl-core/Exporter/ChangeLog index f8195e5..85d4f51 100644 --- a/perl-core/Exporter/ChangeLog +++ b/perl-core/Exporter/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for perl-core/Exporter -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Exporter-5.680.0 (01 May 2013) + + 01 May 2013; Kent Fredric +Exporter-5.680.0.ebuild: + Version Bump + 27 Oct 2012; Kent Fredric -Exporter-5.660.0.ebuild: Gone on CPAN diff --git a/perl-core/Exporter/Exporter-5.680.0.ebuild b/perl-core/Exporter/Exporter-5.680.0.ebuild new file mode 100644 index 0000000..f6dee4f --- /dev/null +++ b/perl-core/Exporter/Exporter-5.680.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=TODDR +MODULE_VERSION=5.68 +inherit perl-module + +DESCRIPTION='Implements default import method for modules' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +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 \>=dev-lang/perl-1.50.0 + return; +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"