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 21BBD13800E for ; Thu, 26 Jul 2012 02:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A797E06B5; 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 332B8E06B4 for ; Thu, 26 Jul 2012 02:09:21 +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 08A001B44A7 for ; Thu, 26 Jul 2012 02:09:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id ABE19E53FD for ; Thu, 26 Jul 2012 02:09:17 +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: <1343267591.66b2030126e68414495552a2faba41edbfe3af5a.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Log-Contextual/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Log-Contextual/ChangeLog dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild X-VCS-Directories: dev-perl/Log-Contextual/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 66b2030126e68414495552a2faba41edbfe3af5a X-VCS-Branch: master Date: Thu, 26 Jul 2012 02:09:17 +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: b2f9cf0f-c280-449d-8ace-43891914885e X-Archives-Hash: a88ab6dac98cdcde354742a624bbc1d7 commit: 66b2030126e68414495552a2faba41edbfe3af5a Author: Kent Fredric gmail com> AuthorDate: Thu Jul 26 01:53:11 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Jul 26 01:53:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=66b20301 [newversion] Log-Contextual-0.4.201 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4) --- dev-perl/Log-Contextual/ChangeLog | 6 +++ .../Log-Contextual/Log-Contextual-0.4.201.ebuild | 44 ++++++++++++++++++++ 2 files changed, 50 insertions(+), 0 deletions(-) diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog index 7cdff82..2de6bdf 100644 --- a/dev-perl/Log-Contextual/ChangeLog +++ b/dev-perl/Log-Contextual/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Log-Contextual-0.4.201 (26 Jul 2012) + + 26 Jul 2012; Kent Fredric + +Log-Contextual-0.4.201.ebuild: + Version Bump + *Log-Contextual-0.4.100 (06 Apr 2012) 06 Apr 2012; Kent Fredric diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild new file mode 100644 index 0000000..25faa08 --- /dev/null +++ b/dev-perl/Log-Contextual/Log-Contextual-0.4.201.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=4 +MODULE_AUTHOR=FREW +MODULE_VERSION=0.004201 +inherit perl-module + +DESCRIPTION='Simple logging interface with a contextual log' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +perl_meta_configure() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 +} +perl_meta_build() { + # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 + # Test::Fatal + echo dev-perl/Test-Fatal +} +perl_meta_runtime() { + # Carp + # echo virtual/perl-Carp + # Data::Dumper::Concise + echo dev-perl/Data-Dumper-Concise + # Exporter::Declare 0.105 ( 0.105.0 ) + echo \>=dev-perl/Exporter-Declare-0.105.0 + # Scalar::Util + echo virtual/perl-Scalar-List-Utils + # perl v5.6.0 ( 5.6.0 ) + echo \>=dev-lang/perl-5.6.0 +} +DEPEND=" + $(perl_meta_configure) + $(perl_meta_build) + $(perl_meta_runtime) +" +RDEPEND=" + $(perl_meta_runtime) +" +SRC_TEST="do"