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 843AE1381F3 for ; Mon, 14 Oct 2013 14:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 195FBE0AFE; Mon, 14 Oct 2013 14:32:23 +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 42DDEE0AFB for ; Mon, 14 Oct 2013 14:32:22 +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 0F9F433EF79 for ; Mon, 14 Oct 2013 14:32:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B382BE5469 for ; Mon, 14 Oct 2013 14:32:18 +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: <1381726855.fb9029fec6a1aefff988ef9c56c243de729669cc.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Future/ChangeLog dev-perl/Future/Future-0.120.0.ebuild dev-perl/Future/Future-0.130.0.ebuild X-VCS-Directories: dev-perl/Future/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: fb9029fec6a1aefff988ef9c56c243de729669cc X-VCS-Branch: master Date: Mon, 14 Oct 2013 14:32:18 +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: aaaae7ec-3e07-4408-8152-a928a54442fb X-Archives-Hash: 747e390b9237b209d4e035c3a7cc6876 commit: fb9029fec6a1aefff988ef9c56c243de729669cc Author: Kent Fredric gmail com> AuthorDate: Mon Oct 14 05:00:55 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Mon Oct 14 05:00:55 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb9029fe [cpanclean] dev-perl/Future-0.1{2,3}0.0 Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Future/ChangeLog | 4 ++++ dev-perl/Future/Future-0.120.0.ebuild | 33 --------------------------------- dev-perl/Future/Future-0.130.0.ebuild | 33 --------------------------------- 3 files changed, 4 insertions(+), 66 deletions(-) diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog index b5e55e2..ab6c946 100644 --- a/dev-perl/Future/ChangeLog +++ b/dev-perl/Future/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Oct 2013; Kent Fredric -Future-0.120.0.ebuild, + -Future-0.130.0.ebuild: + Gone on CPAN + *Future-0.190.0 (14 Oct 2013) 14 Oct 2013; Kent Fredric +Future-0.190.0.ebuild: diff --git a/dev-perl/Future/Future-0.120.0.ebuild b/dev-perl/Future/Future-0.120.0.ebuild deleted file mode 100644 index 33c3087..0000000 --- a/dev-perl/Future/Future-0.120.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=PEVANS -MODULE_VERSION=0.12 -inherit perl-module - -DESCRIPTION='represent an operation awaiting completion' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_build() { - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::Identity - echo dev-perl/Test-Identity - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Refcount - echo dev-perl/Test-Refcount - # Test::Warn - echo dev-perl/Test-Warn -} -DEPEND=" - virtual/perl-Module-Build - $(perl_meta_build) -" -RDEPEND=" - -" -SRC_TEST="do" diff --git a/dev-perl/Future/Future-0.130.0.ebuild b/dev-perl/Future/Future-0.130.0.ebuild deleted file mode 100644 index 7f5beee..0000000 --- a/dev-perl/Future/Future-0.130.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=PEVANS -MODULE_VERSION=0.13 -inherit perl-module - -DESCRIPTION='represent an operation awaiting completion' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_build() { - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::Identity - echo dev-perl/Test-Identity - # Test::More 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Refcount - echo dev-perl/Test-Refcount - # Test::Warn - echo dev-perl/Test-Warn -} -DEPEND=" - virtual/perl-Module-Build - $(perl_meta_build) -" -RDEPEND=" - -" -SRC_TEST="do parallel"