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 EB3821381F3 for ; Wed, 1 May 2013 22:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32737E0979; Wed, 1 May 2013 22:23:43 +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 4DD79E0991 for ; Wed, 1 May 2013 22:23:42 +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 274A933E108 for ; Wed, 1 May 2013 22:23:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C374FE475E for ; Wed, 1 May 2013 22:23:39 +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: <1367292763.6c0b60ecc9fd6951198e0d28126d318947177a99.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Test-File-ShareDir/ChangeLog dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild X-VCS-Directories: dev-perl/Test-File-ShareDir/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6c0b60ecc9fd6951198e0d28126d318947177a99 X-VCS-Branch: master Date: Wed, 1 May 2013 22:23:39 +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: d8e463be-1dd3-4c86-8dc0-f84d2bce11ef X-Archives-Hash: e2710fc497481e0236766d25f29235bb commit: 6c0b60ecc9fd6951198e0d28126d318947177a99 Author: Kent Fredric gmail com> AuthorDate: Tue Apr 30 03:32:43 2013 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Apr 30 03:32:43 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6c0b60ec [cpanclean] Test-File-ShareDir-0.2.0 Package-Manager: portage-2.2.0_alpha166 Manifest-Sign-Key: ECD2C675C102CDA4 --- dev-perl/Test-File-ShareDir/ChangeLog | 4 ++ .../Test-File-ShareDir-0.2.0.ebuild | 37 ------------------- .../Test-File-ShareDir-0.3.0.ebuild | 38 -------------------- 3 files changed, 4 insertions(+), 75 deletions(-) diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog index e01b7bd..ff107ed 100644 --- a/dev-perl/Test-File-ShareDir/ChangeLog +++ b/dev-perl/Test-File-ShareDir/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 30 Apr 2013; Kent Fredric + -Test-File-ShareDir-0.2.0.ebuild, -Test-File-ShareDir-0.3.0.ebuild: + Gone on CPAN + *Test-File-ShareDir-0.3.3 (28 Apr 2013) 28 Apr 2013; Kent Fredric diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild deleted file mode 100644 index 8ecc135..0000000 --- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=KENTNL -inherit perl-module - -DESCRIPTION="Create a Fake ShareDir for your modules for testing." -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -comment() { echo ''; } - -COMMON_DEPEND=" - $(comment requires) - $(comment Carp core) - dev-perl/File-Copy-Recursive - >=dev-perl/File-ShareDir-1 - virtual/perl-File-Temp $(comment File::Temp) - dev-perl/Path-Class -" -DEPEND=" - ${COMMON_DEPEND} - $(comment build_requires) - $(comment English core) - $(comment File-Find core) - $(comment FindBin core) - >=virtual/perl-Module-Build-0.360.100 $(comment Module::Build) - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.96 $(comment Test::More) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do" diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild deleted file mode 100644 index 6b03961..0000000 --- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=KENTNL -inherit perl-module - -DESCRIPTION="Create a Fake ShareDir for your modules for testing." -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -comment() { echo ''; } - -COMMON_DEPEND=" - $(comment requires) - $(comment Carp core) - dev-perl/File-Copy-Recursive - >=dev-perl/File-ShareDir-1.0.0 - virtual/perl-File-Temp $(comment File::Temp) - dev-perl/Path-Class $(comment Path::Class::Dir) -" -DEPEND=" - ${COMMON_DEPEND} - $(comment build_requires) - virtual/perl-File-Spec $(comment Cwd) - $(comment English core) - $(comment File-Find core) - $(comment FindBin core) - >=virtual/perl-Module-Build-0.36.01 $(comment Module::Build 0.360.100) - dev-perl/Test-Fatal - >=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"