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 E9BDD138CC5 for ; Thu, 26 Mar 2015 06:58:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1EDE0898; Thu, 26 Mar 2015 06:58:42 +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 05421E0898 for ; Thu, 26 Mar 2015 06:58:42 +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 F1AD2340B03 for ; Thu, 26 Mar 2015 06:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24257148F5 for ; Thu, 26 Mar 2015 06:58:35 +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: <1427352353.5f00962459a298fb19f7ba1538d00647e6e2f369.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-PerlTidy/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0.ebuild X-VCS-Directories: dev-perl/Padre-Plugin-PerlTidy/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5f00962459a298fb19f7ba1538d00647e6e2f369 X-VCS-Branch: master Date: Thu, 26 Mar 2015 06:58:35 +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: a11957da-5e3f-4d7e-baab-1e18f2a81c11 X-Archives-Hash: 692efab6e13e652d9b55f1ac3b2057e6 commit: 5f00962459a298fb19f7ba1538d00647e6e2f369 Author: Kent Fredric gmail com> AuthorDate: Thu Mar 26 06:45:53 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Thu Mar 26 06:45:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=5f009624 [fixup] Padre-Plugin-PerlTidy-0.220.0-r1: EAPI5, fixup tests, fixup deps Package-Manager: portage-2.2.17 .../Padre-Plugin-PerlTidy-0.220.0-r1.ebuild | 30 ++++++++++++++++ .../Padre-Plugin-PerlTidy-0.220.0.ebuild | 42 ---------------------- 2 files changed, 30 insertions(+), 42 deletions(-) diff --git a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild new file mode 100644 index 0000000..2fa70b8 --- /dev/null +++ b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=AZAWAWI +MODULE_VERSION=0.22 +VIRTUALX_REQUIRED="test" +inherit perl-module virtualx + +DESCRIPTION='Format perl files using Perl::Tidy' +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=app-editors/padre-0.920.0 + >=dev-perl/Params-Util-1.40.0 + >=dev-perl/perltidy-20101217.0.0 + >=dev-lang/perl-5.8.2 +" +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.620.0 + test? ( + >=virtual/perl-Test-Simple-0.420.0 + ) +" + +src_test() { + VIRTUALX_COMMAND="perl-module_src_test" virtualmake +} diff --git a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0.ebuild b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0.ebuild deleted file mode 100644 index 563cecf..0000000 --- a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=4 -MODULE_AUTHOR=AZAWAWI -MODULE_VERSION=0.22 -inherit perl-module - -DESCRIPTION='Format perl files using Perl::Tidy' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.62 ( 6.620.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.62 ( 6.620.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0 - # Test::More 0.42 ( 0.420.0 ) - echo \>=virtual/perl-Test-Simple-0.42 -} -perl_meta_runtime() { - # Padre::Plugin 0.92 ( 0.920.0 ) - echo \>=app-editors/padre-0.920.0 - # Params::Util 1.04 ( 1.40.0 ) - echo \>=dev-perl/Params-Util-1.40.0 - # Perl::Tidy 20101217 ( 20101217.0.0 ) - echo \>=dev-perl/perltidy-20101217.0.0 - # perl v5.8.2 ( 5.8.2 ) - echo \>=dev-lang/perl-5.8.2 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do"