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 648D71381F3 for ; Sun, 28 Apr 2013 16:45:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26020E09D8; Sun, 28 Apr 2013 16:45:31 +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 74F4EE0A02 for ; Sun, 28 Apr 2013 16:45:30 +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 5A5AD33DEEA for ; Sun, 28 Apr 2013 16:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2DBAE41E2 for ; Sun, 28 Apr 2013 16:45:27 +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: <1367158504.309f9dbfd9da2a17f7fc1493823a7cc5c319e248.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/MooseX-LazyRequire/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/MooseX-LazyRequire/ChangeLog dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild X-VCS-Directories: dev-perl/MooseX-LazyRequire/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 309f9dbfd9da2a17f7fc1493823a7cc5c319e248 X-VCS-Branch: master Date: Sun, 28 Apr 2013 16:45:27 +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: fd8acac9-5cef-4da8-a811-35834ae6be96 X-Archives-Hash: 788c2f93d813ddbb7296b80a8653e190 commit: 309f9dbfd9da2a17f7fc1493823a7cc5c319e248 Author: Kent Fredric gmail com> AuthorDate: Sun Apr 28 14:15:04 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Sun Apr 28 14:15:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=309f9dbf [cpanclean] MooseX-LazyRequire-0.90.0 Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/MooseX-LazyRequire/ChangeLog | 4 ++ .../MooseX-LazyRequire-0.90.0.ebuild | 56 -------------------- 2 files changed, 4 insertions(+), 56 deletions(-) diff --git a/dev-perl/MooseX-LazyRequire/ChangeLog b/dev-perl/MooseX-LazyRequire/ChangeLog index 4c1b2bd..a57db31 100644 --- a/dev-perl/MooseX-LazyRequire/ChangeLog +++ b/dev-perl/MooseX-LazyRequire/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 28 Apr 2013; Kent Fredric + -MooseX-LazyRequire-0.90.0.ebuild: + Gone on CPAN + *MooseX-LazyRequire-0.100.0 (28 Apr 2013) 28 Apr 2013; Kent Fredric diff --git a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild b/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild deleted file mode 100644 index 1d7844c..0000000 --- a/dev-perl/MooseX-LazyRequire/MooseX-LazyRequire-0.90.0.ebuild +++ /dev/null @@ -1,56 +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.09 -inherit perl-module - -DESCRIPTION='Required attributes which fail only when trying to use them' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.30 ( 6.300.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Moose 0.94 ( 0.940.0 ) - echo \>=dev-perl/Moose-0.940.0 - # Moose::Exporter - echo dev-perl/Moose - # Moose::Role - echo dev-perl/Moose - # aliased 0.30 ( 0.300.0 ) - echo \>=dev-perl/aliased-0.300.0 - # namespace::autoclean - echo dev-perl/namespace-autoclean -} -perl_meta_test() { - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # Test::CheckDeps 0.002 ( 0.2.0 ) - echo \>=dev-perl/Test-CheckDeps-0.2.0 - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"