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 36484138CD3 for ; Tue, 9 Jun 2015 08:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 553DBE0872; Tue, 9 Jun 2015 08:14:58 +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 DEE18E0880 for ; Tue, 9 Jun 2015 08:14:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0E99340A76 for ; Tue, 9 Jun 2015 08:14:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EF10A34 for ; Tue, 9 Jun 2015 08:14:55 +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: <1433830312.90cafce3c5aa7cd474501d9854c13d25da6e4a20.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Search-GIN-Extract-ClassMap/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Search-GIN-Extract-ClassMap/Search-GIN-Extract-ClassMap-0.10.608.150.ebuild X-VCS-Directories: dev-perl/Search-GIN-Extract-ClassMap/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 90cafce3c5aa7cd474501d9854c13d25da6e4a20 X-VCS-Branch: master Date: Tue, 9 Jun 2015 08:14:55 +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: baa36ccf-0a8d-4dc5-ab6b-a790b2bd66cc X-Archives-Hash: 08205bedbd29b2f4f7f92029e42000f7 commit: 90cafce3c5aa7cd474501d9854c13d25da6e4a20 Author: Kent Fredric gmail com> AuthorDate: Tue Jun 9 06:11:52 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Jun 9 06:11:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=90cafce3 [cleanup] Search-GIN-Extract-ClassMap: Remove old versions Package-Manager: portage-2.2.17 ...Search-GIN-Extract-ClassMap-0.10.608.150.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/dev-perl/Search-GIN-Extract-ClassMap/Search-GIN-Extract-ClassMap-0.10.608.150.ebuild b/dev-perl/Search-GIN-Extract-ClassMap/Search-GIN-Extract-ClassMap-0.10.608.150.ebuild deleted file mode 100644 index a7ffe3a..0000000 --- a/dev-perl/Search-GIN-Extract-ClassMap/Search-GIN-Extract-ClassMap-0.10.608.150.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=KENTNL -MODULE_VERSION="0.01060815" -inherit perl-module - -DESCRIPTION="Delegate Extraction based on class" -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -comment() { echo ''; } -COMMON_DEPEND=" - >=dev-perl/Moose-0.900.0 - $(comment Moose::Role) - dev-perl/MooseX-Types - $(comment MooseX::Types::Moose) - dev-perl/Search-GIN - $(comment Search::GIN::Extract) - $(comment Search::GIN::Extract::Attributes) - $(comment Search::GIN::Extract::Callback) - dev-perl/aliased - dev-perl/namespace-autoclean -" -DEPEND=" - ${COMMON_DEPEND} - $(comment virtual/perl-English) - $(comment virtual/perl-File-FInd) - virtual/perl-File-Temp - >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100) - >=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0) -" -RDEPEND=" - ${COMMON_DEPEND} -" -SRC_TEST="do"