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 E1DB6138CC5 for ; Thu, 26 Mar 2015 01:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 822EEE0878; Thu, 26 Mar 2015 01:03:23 +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 16386E0878 for ; Thu, 26 Mar 2015 01:03:23 +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 1367F340916 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 603C8148AF 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: <1427329119.3e965850739432c7336a64a0888ed23e3bd1f15d.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.20.ebuild dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild X-VCS-Directories: dev-perl/Data-Handle/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3e965850739432c7336a64a0888ed23e3bd1f15d 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: 12ccee16-9308-4a40-b8dd-ee293d14fe75 X-Archives-Hash: 29d62f94137ddaac3320be9a4fd30ef8 commit: 3e965850739432c7336a64a0888ed23e3bd1f15d Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 00:18:39 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 00:18:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3e965850 [bump] Data-Handle-1.0.0 Package-Manager: portage-2.2.17 dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild | 71 ---------------------- dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild | 28 +++++++++ 2 files changed, 28 insertions(+), 71 deletions(-) diff --git a/dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild b/dev-perl/Data-Handle/Data-Handle-0.20.10.20.ebuild deleted file mode 100644 index 89bd26d..0000000 --- a/dev-perl/Data-Handle/Data-Handle-0.20.10.20.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.02001002 -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.4002 ( 0.400.200 ) - echo \>=virtual/perl-Module-Build-0.400.200 -} -perl_meta_build() { - # Module::Build 0.4002 ( 0.400.200 ) - echo \>=virtual/perl-Module-Build-0.400.200 -} -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.98 ( 0.980.0 ) - echo \>=virtual/perl-Test-Simple-0.980.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) - test? ( $(perl_meta_test) ) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild b/dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild new file mode 100644 index 0000000..663fdbe --- /dev/null +++ b/dev-perl/Data-Handle/Data-Handle-1.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=KENTNL +MODULE_VERSION=1.000000 +inherit perl-module + +DESCRIPTION='A Very simple interface to the __DATA__ file handle.' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +# IO::File -> IO +# Symbol -> perl +RDEPEND=" + >=virtual/perl-Carp-1.220.0 + virtual/perl-IO + >=dev-perl/Package-Stash-0.15 + virtual/perl-Scalar-List-Utils + virtual/perl-Term-ANSIColor + dev-perl/Try-Tiny + virtual/perl-parent +" +DEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +"