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: Sun, 26 Feb 2012 00:40:21
Message-Id: 1330212742.84539ce6c5421e39173ae261ce4a3e66f0fca0ab.kent@gentoo
1 commit: 84539ce6c5421e39173ae261ce4a3e66f0fca0ab
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 25 23:32:22 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Feb 25 23:32:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=84539ce6
7
8 [cpanclean] FindBin-libs-1.520.0
9
10 (Portage version: 2.2.0_alpha85/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.520.0.ebuild | 35 ---------------------
15 2 files changed, 4 insertions(+), 35 deletions(-)
16
17 diff --git a/dev-perl/FindBin-libs/ChangeLog b/dev-perl/FindBin-libs/ChangeLog
18 index f6b1d20..8f36fd1 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 + 25 Feb 2012; Kent Fredric <kentfredric@×××××.com>
26 + -FindBin-libs-1.520.0.ebuild:
27 + Gone on CPAN
28 +
29 *FindBin-libs-1.630.0 (23 Feb 2012)
30
31 23 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild b/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild
34 deleted file mode 100644
35 index 363f5b3..0000000
36 --- a/dev-perl/FindBin-libs/FindBin-libs-1.520.0.ebuild
37 +++ /dev/null
38 @@ -1,35 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -
43 -EAPI=4
44 -
45 -MODULE_AUTHOR=LEMBARK
46 -MODULE_VERSION=1.52
47 -inherit perl-module
48 -
49 -DESCRIPTION="Locate and 'use lib' directories along the path of \$FindBin::Bin"
50 -
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -PREREQ_PM() {
55 - #strict
56 -
57 - #warnings
58 -
59 - #Carp
60 -
61 - #Cwd
62 - echo virtual/perl-File-Spec
63 -
64 - #FindBin
65 -
66 - #Symbol
67 -
68 - #File::Spec
69 - echo virtual/perl-File-Spec
70 -}
71 -DEPEND="$(PREREQ_PM)"
72 -RDEPEND="$(PREREQ_PM)"
73 -SRC_TEST="do"