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-Daemonize/
Date: Sat, 16 Jul 2011 07:13:43
Message-Id: 1f04dc6bc0e9ef75a756f3d990370b8cc14d3f91.kent@gentoo
1 commit: 1f04dc6bc0e9ef75a756f3d990370b8cc14d3f91
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 06:54:45 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 16 06:54:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1f04dc6b
7
8 [cpanclean] MooseX-Daemonize-0.90.0
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/MooseX-Daemonize/ChangeLog | 4 +++
14 .../MooseX-Daemonize-0.90.0.ebuild | 27 --------------------
15 2 files changed, 4 insertions(+), 27 deletions(-)
16
17 diff --git a/dev-perl/MooseX-Daemonize/ChangeLog b/dev-perl/MooseX-Daemonize/ChangeLog
18 index f60ade3..d1a0cec 100644
19 --- a/dev-perl/MooseX-Daemonize/ChangeLog
20 +++ b/dev-perl/MooseX-Daemonize/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
26 + -MooseX-Daemonize-0.90.0.ebuild:
27 + GOne on CPAN
28 +
29 *MooseX-Daemonize-0.130.0 (16 Jul 2011)
30
31 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.90.0.ebuild b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.90.0.ebuild
34 deleted file mode 100644
35 index 1cd905d..0000000
36 --- a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.90.0.ebuild
37 +++ /dev/null
38 @@ -1,27 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=2
43 -MODULE_AUTHOR=PERIGRIN
44 -MODULE_VERSION="0.09"
45 -inherit perl-module
46 -
47 -DESCRIPTION="Role for daemonizing your Moose based application"
48 -LICENSE="|| ( Artistic GPL-2 )"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE=""
52 -COMMON_DEPEND="
53 - >=dev-perl/Moose-0.33
54 - >=dev-perl/MooseX-Getopt-0.07
55 - dev-perl/MooseX-Types-Path-Class
56 -"
57 -DEPEND="
58 - ${COMMON_DEPEND}
59 - virtual/perl-Test-Simple
60 -"
61 -RDEPEND="
62 - ${COMMON_DEPEND}
63 -"
64 -# Fails tests in 0.09 , http://rt.cpan.org/Public/Bug/Display.html?id=50754
65 -#SRC_TEST="do"