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/FindBin-libs/
Date: Fri, 06 Apr 2012 20:44:51
Message-Id: 1333720107.b0cc3594d9b9d69ec10df3e0714ad93982c2d344.kent@gentoo
1 commit: b0cc3594d9b9d69ec10df3e0714ad93982c2d344
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 13:48:27 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 13:48:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b0cc3594
7
8 [cpanclean] FindBin-libs-1.630.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/FindBin-libs/ChangeLog | 4 ++
14 dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild | 41 ---------------------
15 2 files changed, 4 insertions(+), 41 deletions(-)
16
17 diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
18 index 709c464..e88a530 100644
19 --- a/dev-perl/FindBin-libs/ChangeLog
20 +++ b/dev-perl/FindBin-libs/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
26 + -FindBin-libs-1.630.0.ebuild:
27 + Gone on CPAN
28 +
29 *FindBin-libs-1.640.0 (27 Mar 2012)
30
31 27 Mar 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild
34 deleted file mode 100644
35 index c9e09a4..0000000
36 --- a/dev-perl/FindBin-libs/FindBin-libs-1.630.0.ebuild
37 +++ /dev/null
38 @@ -1,41 +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=LEMBARK
44 -MODULE_VERSION=1.63
45 -inherit perl-module
46 -
47 -DESCRIPTION='FindBin::libs - locate and a '\''use lib'\'' or export directories based on .'
48 -LICENSE=" || ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -perl_meta_configure() {
53 - # Module::Build 0.38 ( 0.380.0 )
54 - echo \>=virtual/perl-Module-Build-0.380.0
55 -}
56 -perl_meta_runtime() {
57 - # Carp
58 - # echo dev-perl/Carp
59 - # Cwd
60 - echo virtual/perl-File-Spec
61 - # File::Spec
62 - echo virtual/perl-File-Spec
63 - # FindBin
64 - echo dev-lang/perl
65 - # Symbol
66 - echo dev-lang/perl
67 - # Test::More
68 - echo virtual/perl-Test-Simple
69 - # strict
70 - echo dev-lang/perl
71 -}
72 -DEPEND="
73 - $(perl_meta_configure)
74 - $(perl_meta_runtime)
75 -"
76 -RDEPEND="
77 - $(perl_meta_runtime)
78 -"
79 -SRC_TEST="do"