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 AC61B138CDE for ; Fri, 5 Jun 2015 13:46:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CF31E0850; Fri, 5 Jun 2015 13:46:01 +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 2F1D2E084F for ; Fri, 5 Jun 2015 13:46:00 +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 3501B340CBF for ; Fri, 5 Jun 2015 13:45:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8450A19 for ; Fri, 5 Jun 2015 13:45:57 +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: <1433497288.1d90d444542186138d107482244d265122dc8946.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Devel-PartialDump/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild X-VCS-Directories: dev-perl/Devel-PartialDump/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 1d90d444542186138d107482244d265122dc8946 X-VCS-Branch: master Date: Fri, 5 Jun 2015 13:45:57 +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: ccf6a3f2-6010-45fe-be51-11312ceba107 X-Archives-Hash: dfd3566d78436719bd64d8367f199348 commit: 1d90d444542186138d107482244d265122dc8946 Author: Kent Fredric gmail com> AuthorDate: Fri Jun 5 09:41:28 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Fri Jun 5 09:41:28 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1d90d444 [bump] Devel-PartialDump Package-Manager: portage-2.2.17 .../Devel-PartialDump-0.150.0.ebuild | 31 ------------------ .../Devel-PartialDump-0.170.0.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild deleted file mode 100644 index 3c35f76..0000000 --- a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.150.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=FLORA -MODULE_VERSION=0.15 -inherit perl-module - -DESCRIPTION="Partial dumping of data structures, optimized for argument printing." -LICENSE="|| ( Artistic GPL-2 )" - -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="test" -comment() { echo ''; } -COMMON_DEPEND=" - dev-perl/Moose - virtual/perl-Scalar-List-Utils $(comment Scalar::Util) - >=dev-perl/namespace-clean-0.200.0 - dev-perl/Sub-Exporter -" -RDEPEND="${COMMON_DEPEND}" -DEPEND=" - ${COMMON_DEPEND} - test? ( - dev-perl/Test-use-ok - >=dev-perl/Test-Warn-0.210.0 - ) -" -SRC_TEST="do" diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild new file mode 100644 index 0000000..abce3bc --- /dev/null +++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.170.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=ETHER +MODULE_VERSION=0.17 +inherit perl-module + +DESCRIPTION="Partial dumping of data structures, optimized for argument printing." + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="test" +# Carp::Heavy -> Carp +# List::Util -> +# Scalar::Util -> Scalar-List-Utils +# File::Spec::Functons -> File-Spec +RDEPEND=" + virtual/perl-Carp + dev-perl/Class-Tiny + virtual/perl-Scalar-List-Utils + dev-perl/Sub-Exporter + dev-perl/namespace-clean +" +DEPEND=" + ${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.30.0 + >=virtual/perl-ExtUtils-MakeMaker-6.300.0 + test? ( + virtual/perl-File-Spec + virtual/perl-Test-Simple + dev-perl/Test-Warn + || ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok ) + virtual/perl-if + ) +"