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: Thu, 01 Mar 2012 11:52:23
Message-Id: 1330602417.fc7003caf5f6b3572f625b52bce02270ddeb924f.kent@gentoo
1 commit: fc7003caf5f6b3572f625b52bce02270ddeb924f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 11:46:57 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 11:46:57 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fc7003ca
7
8 [cpanclean] Padre-Plugin-PerlTidy-0.{16,19}0.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 | 4 ++
14 .../Padre-Plugin-PerlTidy-0.160.0.ebuild | 20 ----------
15 .../Padre-Plugin-PerlTidy-0.190.0.ebuild | 40 --------------------
16 3 files changed, 4 insertions(+), 60 deletions(-)
17
18 diff --git a/dev-perl/Padre-Plugin-PerlTidy/ChangeLog b/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
19 index bd9ca7d..5f6e3aa 100644
20 --- a/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
21 +++ b/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
27 + -Padre-Plugin-PerlTidy-0.160.0.ebuild, -Padre-Plugin-PerlTidy-0.190.0.ebuild:
28 + Gone on CPAN
29 +
30 *Padre-Plugin-PerlTidy-0.220.0 (28 Feb 2012)
31
32 28 Feb 2012; Kent Fredric <kentfredric@×××××.com>
33
34 diff --git a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.160.0.ebuild b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.160.0.ebuild
35 deleted file mode 100644
36 index 645fc73..0000000
37 --- a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.160.0.ebuild
38 +++ /dev/null
39 @@ -1,20 +0,0 @@
40 -# Copyright 1999-2012 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Header: $
43 -
44 -EAPI=3
45 -
46 -MODULE_AUTHOR=AZAWAWI
47 -MODULE_VERSION=0.16
48 -inherit perl-module
49 -
50 -DESCRIPTION="Format perl files using Perl::Tidy"
51 -
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE=""
55 -
56 -RDEPEND=">=app-editors/padre-0.57
57 - dev-perl/perltidy"
58 -DEPEND=">=dev-perl/Locale-Msgfmt-0.15
59 - >=virtual/perl-Module-Build-0.36.01"
60
61 diff --git a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.190.0.ebuild b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.190.0.ebuild
62 deleted file mode 100644
63 index 199ae3f..0000000
64 --- a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.190.0.ebuild
65 +++ /dev/null
66 @@ -1,40 +0,0 @@
67 -# Copyright 1999-2012 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Header: $
70 -EAPI=4
71 -MODULE_AUTHOR=AZAWAWI
72 -MODULE_VERSION=0.19
73 -inherit perl-module
74 -
75 -DESCRIPTION='Format perl files using Perl::Tidy'
76 -LICENSE=" || ( Artistic GPL-2 )"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~x86"
79 -IUSE=""
80 -perl_meta_configure() {
81 - # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
82 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
83 -}
84 -perl_meta_build() {
85 - # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
86 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
87 - # Test::More 0.42 ( 0.420.0 )
88 - echo \>=virtual/perl-Test-Simple-0.42
89 -}
90 -perl_meta_runtime() {
91 - # Padre::Plugin 0.92 ( 0.920.0 )
92 - echo \>=app-editors/padre-0.920.0
93 - # Params::Util 1.04 ( 1.40.0 )
94 - echo \>=dev-perl/Params-Util-1.40.0
95 - # perl v5.8.2 ( 5.8.2 )
96 - echo \>=dev-lang/perl-5.8.2
97 -}
98 -DEPEND="
99 - $(perl_meta_configure)
100 - $(perl_meta_build)
101 - $(perl_meta_runtime)
102 -"
103 -RDEPEND="
104 - $(perl_meta_runtime)
105 -"
106 -SRC_TEST="do"