Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Padre-Plugin-PerlTidy/
Date: Tue, 28 Feb 2012 21:55:58
Message-Id: 1330454219.950d90c28ce292c41953dfe5f6731840ec893e49.kent@gentoo
1 commit: 950d90c28ce292c41953dfe5f6731840ec893e49
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 18:36:59 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 18:36:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=950d90c2
7
8 [newversion] Padre-Plugin-PerlTidy 0.220.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Padre-Plugin-PerlTidy/ChangeLog | 6 +++
14 .../Padre-Plugin-PerlTidy-0.220.0.ebuild | 42 ++++++++++++++++++++
15 2 files changed, 48 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Padre-Plugin-PerlTidy/ChangeLog b/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
18 index 1c59552..bd9ca7d 100644
19 --- a/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
20 +++ b/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Padre-Plugin-PerlTidy-0.220.0 (28 Feb 2012)
26 +
27 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Padre-Plugin-PerlTidy-0.220.0.ebuild:
29 + Version Bump
30 +
31 *Padre-Plugin-PerlTidy-0.210.0 (28 Feb 2012)
32 *Padre-Plugin-PerlTidy-0.190.0 (28 Feb 2012)
33
34
35 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
36 new file mode 100644
37 index 0000000..563cecf
38 --- /dev/null
39 +++ b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.220.0.ebuild
40 @@ -0,0 +1,42 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=AZAWAWI
46 +MODULE_VERSION=0.22
47 +inherit perl-module
48 +
49 +DESCRIPTION='Format perl files using Perl::Tidy'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
60 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
61 + # Test::More 0.42 ( 0.420.0 )
62 + echo \>=virtual/perl-Test-Simple-0.42
63 +}
64 +perl_meta_runtime() {
65 + # Padre::Plugin 0.92 ( 0.920.0 )
66 + echo \>=app-editors/padre-0.920.0
67 + # Params::Util 1.04 ( 1.40.0 )
68 + echo \>=dev-perl/Params-Util-1.40.0
69 + # Perl::Tidy 20101217 ( 20101217.0.0 )
70 + echo \>=dev-perl/perltidy-20101217.0.0
71 + # perl v5.8.2 ( 5.8.2 )
72 + echo \>=dev-lang/perl-5.8.2
73 +}
74 +DEPEND="
75 + $(perl_meta_configure)
76 + $(perl_meta_build)
77 + $(perl_meta_runtime)
78 +"
79 +RDEPEND="
80 + $(perl_meta_runtime)
81 +"
82 +SRC_TEST="do"