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: Sun, 04 Mar 2012 01:48:39
Message-Id: 1330776325.5af4b95d4b13c7a93d43b53d56478d99bd049d43.kent@gentoo
1 commit: 5af4b95d4b13c7a93d43b53d56478d99bd049d43
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 3 12:05:25 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 3 12:05:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5af4b95d
7
8 [cpanclean] Padre-Plugin-PerlTidy-0.210.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.210.0.ebuild | 40 --------------------
15 2 files changed, 4 insertions(+), 40 deletions(-)
16
17 diff --git a/dev-perl/Padre-Plugin-PerlTidy/ChangeLog b/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
18 index 5f6e3aa..2b6dc1c 100644
19 --- a/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
20 +++ b/dev-perl/Padre-Plugin-PerlTidy/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 03 Mar 2012; Kent Fredric <kentfredric@×××××.com>
26 + -Padre-Plugin-PerlTidy-0.210.0.ebuild:
27 + Gone on CPAN
28 +
29 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
30 -Padre-Plugin-PerlTidy-0.160.0.ebuild, -Padre-Plugin-PerlTidy-0.190.0.ebuild:
31 Gone on CPAN
32
33 diff --git a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.210.0.ebuild b/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.210.0.ebuild
34 deleted file mode 100644
35 index cbb6ddf..0000000
36 --- a/dev-perl/Padre-Plugin-PerlTidy/Padre-Plugin-PerlTidy-0.210.0.ebuild
37 +++ /dev/null
38 @@ -1,40 +0,0 @@
39 -# Copyright 1999-2012 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=4
43 -MODULE_AUTHOR=AZAWAWI
44 -MODULE_VERSION=0.21
45 -inherit perl-module
46 -
47 -DESCRIPTION='Format perl files using Perl::Tidy'
48 -LICENSE=" || ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -perl_meta_configure() {
53 - # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
54 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
55 -}
56 -perl_meta_build() {
57 - # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
58 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
59 - # Test::More 0.42 ( 0.420.0 )
60 - echo \>=virtual/perl-Test-Simple-0.42
61 -}
62 -perl_meta_runtime() {
63 - # Padre::Plugin 0.92 ( 0.920.0 )
64 - echo \>=app-editors/padre-0.920.0
65 - # Params::Util 1.04 ( 1.40.0 )
66 - echo \>=dev-perl/Params-Util-1.40.0
67 - # perl v5.8.2 ( 5.8.2 )
68 - echo \>=dev-lang/perl-5.8.2
69 -}
70 -DEPEND="
71 - $(perl_meta_configure)
72 - $(perl_meta_build)
73 - $(perl_meta_runtime)
74 -"
75 -RDEPEND="
76 - $(perl_meta_runtime)
77 -"
78 -SRC_TEST="do"