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 DF469138CC5 for ; Thu, 26 Mar 2015 01:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55532E087E; Thu, 26 Mar 2015 01:03:28 +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 E8EFCE087C for ; Thu, 26 Mar 2015 01:03:22 +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 1655F340974 for ; Thu, 26 Mar 2015 01:03:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EC9A148AE for ; Thu, 26 Mar 2015 01:03:16 +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: <1427328741.c02c77b8d117d46cc67d3fa66ea70cb17b7df035.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Data-Handle/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Data-Handle/Data-Handle-0.20.10.10.ebuild X-VCS-Directories: dev-perl/Data-Handle/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: c02c77b8d117d46cc67d3fa66ea70cb17b7df035 X-VCS-Branch: master Date: Thu, 26 Mar 2015 01:03:16 +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: 663746e0-8efd-425b-9250-6848fc8c6e7c X-Archives-Hash: 877318f91f8668ab804172d4fb00e688 commit: c02c77b8d117d46cc67d3fa66ea70cb17b7df035 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 00:12:21 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 00:12:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=c02c77b8 [cleanup] Data-Handle: Remove old versions Package-Manager: portage-2.2.17 dev-perl/Data-Handle/Data-Handle-0.20.10.10.ebuild | 71 ---------------------- 1 file changed, 71 deletions(-) diff --git a/dev-perl/Data-Handle/Data-Handle-0.20.10.10.ebuild b/dev-perl/Data-Handle/Data-Handle-0.20.10.10.ebuild deleted file mode 100644 index 5db6953..0000000 --- a/dev-perl/Data-Handle/Data-Handle-0.20.10.10.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=KENTNL -MODULE_VERSION=0.02001001 -inherit perl-module - -DESCRIPTION='A Very simple interface to the __DATA__ file handle.' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -perl_meta_configure() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=virtual/perl-Module-Build-0.36.01 -} -perl_meta_build() { - # Module::Build 0.3601 ( 0.360.100 ) - echo \>=virtual/perl-Module-Build-0.36.01 -} -perl_meta_runtime() { - # Carp 1.22 ( 1.220.0 ) - echo \>=virtual/perl-Carp-1.220.0 - # IO::File - echo virtual/perl-IO - # Package::Stash - echo dev-perl/Package-Stash - # Scalar::Util - echo virtual/perl-Scalar-List-Utils - # Symbol - echo dev-lang/perl - # Term::ANSIColor - echo virtual/perl-Term-ANSIColor - # Try::Tiny - echo dev-perl/Try-Tiny - # overload - echo dev-lang/perl - # parent - echo virtual/perl-parent - # perl 5.008 ( 5.8.0 ) - echo \>=dev-lang/perl-5.8.0 - # strict - echo dev-lang/perl - # warnings - echo dev-lang/perl -} -perl_meta_test() { - # Data::Dumper - echo virtual/perl-Data-Dumper - # File::Find - echo dev-lang/perl - # File::Temp - echo virtual/perl-File-Temp - # IO::Handle - echo virtual/perl-IO - # Test::Fatal - echo dev-perl/Test-Fatal - # Test::More 0.96 ( 0.960.0 ) - echo \>=virtual/perl-Test-Simple-0.96 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"