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:02
Message-Id: fe4ec366f20605c50518a97a97d0908178c7964f.kent@gentoo
1 commit: fe4ec366f20605c50518a97a97d0908178c7964f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 06:53:38 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 16 06:53:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fe4ec366
7
8 [newversion] MooseX-Daemonize-0.130.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 | 6 ++++
14 .../MooseX-Daemonize-0.130.0.ebuild | 30 ++++++++++++++++++++
15 2 files changed, 36 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/MooseX-Daemonize/ChangeLog b/dev-perl/MooseX-Daemonize/ChangeLog
18 index d96b26c..f60ade3 100644
19 --- a/dev-perl/MooseX-Daemonize/ChangeLog
20 +++ b/dev-perl/MooseX-Daemonize/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*MooseX-Daemonize-0.130.0 (16 Jul 2011)
26 +
27 + 16 Jul 2011; Kent Fredric <kentfredric@×××××.com>
28 + +MooseX-Daemonize-0.130.0.ebuild:
29 + Version Bump
30 +
31 *MooseX-Daemonize-0.120.0 (16 Jul 2011)
32 *MooseX-Daemonize-0.100.0 (16 Jul 2011)
33 *MooseX-Daemonize-0.90.0 (16 Jul 2011)
34
35 diff --git a/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.130.0.ebuild b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.130.0.ebuild
36 new file mode 100644
37 index 0000000..41b2275
38 --- /dev/null
39 +++ b/dev-perl/MooseX-Daemonize/MooseX-Daemonize-0.130.0.ebuild
40 @@ -0,0 +1,30 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=STEVAN
48 +MODULE_VERSION=0.13
49 +inherit perl-module
50 +
51 +DESCRIPTION="Role for daemonizing your Moose based application"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +comment() { echo ''; }
57 +COMMON_DEPEND="
58 + >=dev-perl/Moose-0.33 $(comment 0.330.0)
59 + >=dev-perl/MooseX-Getopt-0.07 $(comment 0.70.0)
60 + dev-perl/MooseX-Types-Path-Class
61 +"
62 +DEPEND="
63 + ${COMMON_DEPEND}
64 + virtual/perl-Test-Simple $(comment Test::More)
65 + >=dev-perl/Moose-0.25 $(comment Test::Moose first version)
66 +"
67 +RDEPEND="
68 + ${COMMON_DEPEND}
69 +"
70 +SRC_TEST="do"