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/cpan-outdated/
Date: Sun, 30 Aug 2015 10:06:12
Message-Id: 1440926792.70c00f7b4f4132e49aa92621e44c73f12993dd64.kent@gentoo
1 commit: 70c00f7b4f4132e49aa92621e44c73f12993dd64
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 30 09:26:32 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Aug 30 09:26:32 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=70c00f7b
7
8 dev-perl/cpan-outdated: remove old version 0.240.0
9
10 Package-Manager: portage-2.2.17
11
12 .../cpan-outdated/cpan-outdated-0.240.0.ebuild | 51 ----------------------
13 1 file changed, 51 deletions(-)
14
15 diff --git a/dev-perl/cpan-outdated/cpan-outdated-0.240.0.ebuild b/dev-perl/cpan-outdated/cpan-outdated-0.240.0.ebuild
16 deleted file mode 100644
17 index c757de3..0000000
18 --- a/dev-perl/cpan-outdated/cpan-outdated-0.240.0.ebuild
19 +++ /dev/null
20 @@ -1,51 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -EAPI=5
25 -MODULE_AUTHOR=TOKUHIROM
26 -MY_PN=App-cpanoutdated
27 -MODULE_VERSION=0.24
28 -inherit perl-module
29 -
30 -DESCRIPTION='detect outdated CPAN modules in your environment'
31 -LICENSE=" || ( Artistic GPL-2 )"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE=""
35 -perl_meta_configure() {
36 - # ExtUtils::MakeMaker
37 - echo virtual/perl-ExtUtils-MakeMaker
38 -}
39 -perl_meta_build() {
40 - # ExtUtils::MakeMaker
41 - echo virtual/perl-ExtUtils-MakeMaker
42 -}
43 -perl_meta_runtime() {
44 - # CPAN::DistnameInfo 0.1 ( 0.100.0 )
45 - echo \>=dev-perl/CPAN-DistnameInfo-0.100.0
46 - # ExtUtils::MakeMaker 6.56 ( 6.560.0 )
47 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.56
48 - # IO::Zlib
49 - echo virtual/perl-IO-Zlib
50 - # LWP
51 - echo dev-perl/libwww-perl
52 - # Module::CoreList
53 - echo virtual/perl-Module-CoreList
54 - # Module::Metadata 1.000007 ( 1.0.7 )
55 - echo \>=virtual/perl-Module-Metadata-1.0.7
56 - # local::lib 1.006008 ( 1.6.8 )
57 - echo \>=dev-perl/local-lib-1.6.8
58 - # perl 5.008001 ( 5.8.1 )
59 - echo \>=dev-lang/perl-5.8.1
60 - # version
61 - echo virtual/perl-version
62 -}
63 -DEPEND="
64 - $(perl_meta_configure)
65 - $(perl_meta_build)
66 - $(perl_meta_runtime)
67 -"
68 -RDEPEND="
69 - $(perl_meta_runtime)
70 -"
71 -SRC_TEST="do"