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 F0CB7198005 for ; Sat, 23 Feb 2013 22:55:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0709DE0730; Sat, 23 Feb 2013 22:55:04 +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 24469E072E for ; Sat, 23 Feb 2013 22:54:57 +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 156FF33DF19 for ; Sat, 23 Feb 2013 22:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 086A9E4098 for ; Sat, 23 Feb 2013 22:54:53 +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: <1361656414.fb80136f0cbdb518cc055f00845a3c639f13bef5.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-ConfigFromFile/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-ConfigFromFile/ChangeLog dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.70.0.ebuild X-VCS-Directories: dev-perl/MooseX-ConfigFromFile/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fb80136f0cbdb518cc055f00845a3c639f13bef5 X-VCS-Branch: master Date: Sat, 23 Feb 2013 22:54:53 +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: 27377e18-34d8-46b4-bf90-ecfe824d31dc X-Archives-Hash: 182287a0e13fbbbfc62edba068026a15 commit: fb80136f0cbdb518cc055f00845a3c639f13bef5 Author: Kent Fredric gmail com> AuthorDate: Sat Feb 23 21:53:34 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Feb 23 21:53:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb80136f [cpanclean] MooseX-ConfigFromFile-0.70.0 Package-Manager: portage-2.2.0_alpha141 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/MooseX-ConfigFromFile/ChangeLog | 4 ++ .../MooseX-ConfigFromFile-0.70.0.ebuild | 50 -------------------- 2 files changed, 4 insertions(+), 50 deletions(-) diff --git a/dev-perl/MooseX-ConfigFromFile/ChangeLog b/dev-perl/MooseX-ConfigFromFile/ChangeLog index 7db2606..c58374b 100644 --- a/dev-perl/MooseX-ConfigFromFile/ChangeLog +++ b/dev-perl/MooseX-ConfigFromFile/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Feb 2013; Kent Fredric + -MooseX-ConfigFromFile-0.70.0.ebuild: + Gone on CPAN + *MooseX-ConfigFromFile-0.100.0 (23 Feb 2013) 23 Feb 2013; Kent Fredric diff --git a/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.70.0.ebuild b/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.70.0.ebuild deleted file mode 100644 index 982eabe..0000000 --- a/dev-perl/MooseX-ConfigFromFile/MooseX-ConfigFromFile-0.70.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=ETHER -MODULE_VERSION=0.07 -inherit perl-module - -DESCRIPTION='An abstract Moose role for setting attributes from a configfile' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.36 ( 6.360.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.36 - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More 0.42 ( 0.420.0 ) - echo \>=virtual/perl-Test-Simple-0.42 - # Test::NoWarnings 1.04 ( 1.40.0 ) - echo \>=dev-perl/Test-NoWarnings-1.40.0 - # Test::Requires - echo dev-perl/Test-Requires - # Test::Without::Module - echo dev-perl/Test-Without-Module -} -perl_meta_runtime() { - # Moose 0.35 ( 0.350.0 ) - echo \>=dev-perl/Moose-0.350.0 - # MooseX::Types::Path::Tiny - echo dev-perl/MooseX-Types-Path-Tiny - # Try::Tiny - echo dev-perl/Try-Tiny - # namespace::autoclean - echo dev-perl/namespace-autoclean -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"