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/MooseX-InsideOut/
Date: Sun, 08 Apr 2012 10:52:08
Message-Id: 1333866176.7c8205962f4d982337ab15b2876c79b21865f161.kent@gentoo
1 commit: 7c8205962f4d982337ab15b2876c79b21865f161
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 06:22:56 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 8 06:22:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7c820596
7
8 [cpanclean] MooseX-InsideOut-0.105.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/MooseX-InsideOut/ChangeLog | 6 +++-
14 .../MooseX-InsideOut-0.105.0.ebuild | 29 --------------------
15 2 files changed, 5 insertions(+), 30 deletions(-)
16
17 diff --git a/dev-perl/MooseX-InsideOut/ChangeLog b/dev-perl/MooseX-InsideOut/ChangeLog
18 index eb5716e..a481654 100644
19 --- a/dev-perl/MooseX-InsideOut/ChangeLog
20 +++ b/dev-perl/MooseX-InsideOut/ChangeLog
21 @@ -1,7 +1,11 @@
22 # ChangeLog for dev-perl/MooseX-InsideOut
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 08 Apr 2012; Kent Fredric <kentfredric@×××××.com>
28 + -MooseX-InsideOut-0.105.0.ebuild:
29 + Gone on CPAN
30 +
31 *MooseX-InsideOut-0.106.0 (10 Mar 2011)
32
33 10 Mar 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/MooseX-InsideOut/MooseX-InsideOut-0.105.0.ebuild b/dev-perl/MooseX-InsideOut/MooseX-InsideOut-0.105.0.ebuild
36 deleted file mode 100644
37 index 66f0fa1..0000000
38 --- a/dev-perl/MooseX-InsideOut/MooseX-InsideOut-0.105.0.ebuild
39 +++ /dev/null
40 @@ -1,29 +0,0 @@
41 -# Copyright 1999-2011 Gentoo Foundation
42 -# Distributed under the terms of the GNU General Public License v2
43 -# $Header: $
44 -
45 -EAPI=3
46 -
47 -MODULE_AUTHOR=DOY
48 -MODULE_VERSION="0.105"
49 -inherit perl-module
50 -
51 -DESCRIPTION="inside-out objects with Moose"
52 -
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE=""
56 -
57 -COMMON_DEPEND="
58 - || ( >=dev-perl/Moose-1.990 >=dev-perl/Class-MOP-0.80 )
59 - >=dev-perl/Moose-0.94
60 - dev-perl/Hash-Util-FieldHash-Compat
61 - >=dev-perl/namespace-clean-0.11
62 -"
63 -DEPEND="
64 - ${COMMON_DEPEND}
65 -"
66 -RDEPEND="
67 - ${COMMON_DEPEND}
68 -"
69 -SRC_TEST="do"