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 8DEEA1387FD for ; Sat, 5 Apr 2014 23:06:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F11E0998; Sat, 5 Apr 2014 23:06:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C62E4E0998 for ; Sat, 5 Apr 2014 23:06:26 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70A3833FE71 for ; Sat, 5 Apr 2014 23:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8F3A8188FE for ; Sat, 5 Apr 2014 23:06:23 +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: <1396736940.839e789910c02a2d5c87e7da5bfce8b346ca6da6.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Fennec/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Fennec/ChangeLog dev-perl/Fennec/Fennec-1.12.0.ebuild dev-perl/Fennec/Fennec-1.15.0.ebuild X-VCS-Directories: dev-perl/Fennec/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 839e789910c02a2d5c87e7da5bfce8b346ca6da6 X-VCS-Branch: master Date: Sat, 5 Apr 2014 23:06:23 +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: e3465d3d-3eb3-49ed-aacc-034bed59c1ce X-Archives-Hash: 488d78841ceb4d8eca32565fe15ec2c3 commit: 839e789910c02a2d5c87e7da5bfce8b346ca6da6 Author: Kent Fredric gmail com> AuthorDate: Sat Apr 5 22:29:00 2014 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Apr 5 22:29:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=839e7899 [cpanclean] dev-perl/Fennec-1.1{2,5} Package-Manager: portage-2.2.7 Manifest-Sign-Key: E854324B1366A820 --- dev-perl/Fennec/ChangeLog | 4 +++ dev-perl/Fennec/Fennec-1.12.0.ebuild | 47 ------------------------------------ dev-perl/Fennec/Fennec-1.15.0.ebuild | 47 ------------------------------------ 3 files changed, 4 insertions(+), 94 deletions(-) diff --git a/dev-perl/Fennec/ChangeLog b/dev-perl/Fennec/ChangeLog index 181570c..509439f 100644 --- a/dev-perl/Fennec/ChangeLog +++ b/dev-perl/Fennec/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 05 Apr 2014; Kent Fredric -Fennec-1.12.0.ebuild, + -Fennec-1.15.0.ebuild: + Gone on CPAN + *Fennec-2.16.0 (05 Apr 2014) 05 Apr 2014; Kent Fredric +Fennec-2.16.0.ebuild, diff --git a/dev-perl/Fennec/Fennec-1.12.0.ebuild b/dev-perl/Fennec/Fennec-1.12.0.ebuild deleted file mode 100644 index d4111ae..0000000 --- a/dev-perl/Fennec/Fennec-1.12.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=EXODIST -MODULE_VERSION=1.012 -inherit perl-module - -DESCRIPTION='A test helper providing RSPEC, Workflows, Parallelization, and Encapsulation.' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # Module::Build 0.38 ( 0.380.0 ) - echo \>=virtual/perl-Module-Build-0.380.0 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Exporter::Declare - echo dev-perl/Exporter-Declare - # List::Util - echo virtual/perl-Scalar-List-Utils - # Mock::Quick 1.000 ( 1.0.0 ) - echo \>=dev-perl/Mock-Quick-1.0.0 - # Parallel::Runner 0.011 ( 0.11.0 ) - echo \>=dev-perl/Parallel-Runner-0.11.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # TAP::Parser - echo virtual/perl-Test-Harness - # Test::Exception 0.29 ( 0.290.0 ) - echo \>=dev-perl/Test-Exception-0.290.0 - # Test::Simple 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Warn - echo dev-perl/Test-Warn -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Fennec/Fennec-1.15.0.ebuild b/dev-perl/Fennec/Fennec-1.15.0.ebuild deleted file mode 100644 index c1b72ae..0000000 --- a/dev-perl/Fennec/Fennec-1.15.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=EXODIST -MODULE_VERSION=1.015 -inherit perl-module - -DESCRIPTION='A test helper providing RSPEC, Workflows, Parallelization, and Encapsulation.' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # Module::Build 0.40 ( 0.400.0 ) - echo \>=virtual/perl-Module-Build-0.400.0 -} -perl_meta_runtime() { - # Carp - echo dev-lang/perl - # Exporter::Declare - echo dev-perl/Exporter-Declare - # List::Util - echo virtual/perl-Scalar-List-Utils - # Mock::Quick 1.000 ( 1.0.0 ) - echo \>=dev-perl/Mock-Quick-1.0.0 - # Parallel::Runner 0.013 ( 0.13.0 ) - echo \>=dev-perl/Parallel-Runner-0.13.0 - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # TAP::Parser - echo virtual/perl-Test-Harness - # Test::Exception 0.29 ( 0.290.0 ) - echo \>=dev-perl/Test-Exception-0.290.0 - # Test::Simple 0.88 ( 0.880.0 ) - echo \>=virtual/perl-Test-Simple-0.88 - # Test::Warn - echo dev-perl/Test-Warn -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do parallel"