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/autobox/
Date: Sun, 31 Jul 2011 04:55:51
Message-Id: b856b92bc36904d0e58ac5318e0a75d581a793ab.kent@gentoo
1 commit: b856b92bc36904d0e58ac5318e0a75d581a793ab
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 04:47:02 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 04:47:02 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b856b92b
7
8 [cpanclean] autobox-2.730.0
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/autobox/ChangeLog | 3 +++
14 dev-perl/autobox/autobox-2.730.0.ebuild | 24 ------------------------
15 2 files changed, 3 insertions(+), 24 deletions(-)
16
17 diff --git a/dev-perl/autobox/ChangeLog b/dev-perl/autobox/ChangeLog
18 index a621c4f..7c73d15 100644
19 --- a/dev-perl/autobox/ChangeLog
20 +++ b/dev-perl/autobox/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com> -autobox-2.730.0.ebuild:
26 + Gone on CPAN
27 +
28 *autobox-2.750.0 (22 Jul 2011)
29
30 22 Jul 2011; Torsten Veller <tove@g.o> +autobox-2.750.0.ebuild:
31
32 diff --git a/dev-perl/autobox/autobox-2.730.0.ebuild b/dev-perl/autobox/autobox-2.730.0.ebuild
33 deleted file mode 100644
34 index 37cf697..0000000
35 --- a/dev-perl/autobox/autobox-2.730.0.ebuild
36 +++ /dev/null
37 @@ -1,24 +0,0 @@
38 -# Copyright 1999-2011 Gentoo Foundation
39 -# Distributed under the terms of the GNU General Public License v2
40 -# $Header: $
41 -
42 -EAPI=3
43 -
44 -MODULE_AUTHOR=CHOCOLATE
45 -MODULE_VERSION=2.73
46 -inherit perl-module
47 -
48 -DESCRIPTION="Call methods on native types"
49 -LICENSE="|| ( Artistic GPL-2 )"
50 -
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -
54 -IUSE=""
55 -RDEPEND="
56 - >=dev-perl/Scope-Guard-0.20
57 -"
58 -DEPEND="
59 - ${RDEPEND}
60 -"
61 -SRC_TEST=do