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/Catalyst-Manual/
Date: Sun, 04 Nov 2012 13:52:46
Message-Id: 1352030751.e5082155d3b9e93ee0b61d60f031be946b0a3832.kent@gentoo
1 commit: e5082155d3b9e93ee0b61d60f031be946b0a3832
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 4 12:05:51 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Nov 4 12:05:51 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e5082155
7
8 [newversion] Catalyst-Manual-5.900.500
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 .../Catalyst-Manual-5.900.500.ebuild | 31 ++++++++++++++++++++
15 dev-perl/Catalyst-Manual/ChangeLog | 6 ++++
16 2 files changed, 37 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild
19 new file mode 100644
20 index 0000000..18b2b92
21 --- /dev/null
22 +++ b/dev-perl/Catalyst-Manual/Catalyst-Manual-5.900.500.ebuild
23 @@ -0,0 +1,31 @@
24 +# Copyright 1999-2012 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +# $Header: $
27 +EAPI=5
28 +MODULE_AUTHOR=ZARQUON
29 +MODULE_VERSION=5.9005
30 +inherit perl-module
31 +
32 +DESCRIPTION='The Catalyst developer'\''s manual'
33 +LICENSE=" || ( Artistic GPL-2 )"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +perl_meta_configure() {
38 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
39 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
40 +}
41 +perl_meta_build() {
42 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
43 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
44 + # Test::More
45 + echo virtual/perl-Test-Simple
46 +}
47 +DEPEND="
48 + $(perl_meta_configure)
49 + $(perl_meta_build)
50 +"
51 +RDEPEND="
52 +
53 +"
54 +SRC_TEST="do"
55
56 diff --git a/dev-perl/Catalyst-Manual/ChangeLog b/dev-perl/Catalyst-Manual/ChangeLog
57 index adc3c93..ac605a6 100644
58 --- a/dev-perl/Catalyst-Manual/ChangeLog
59 +++ b/dev-perl/Catalyst-Manual/ChangeLog
60 @@ -2,6 +2,12 @@
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: $
63
64 +*Catalyst-Manual-5.900.500 (04 Nov 2012)
65 +
66 + 04 Nov 2012; Kent Fredric <kentfredric@×××××.com>
67 + +Catalyst-Manual-5.900.500.ebuild:
68 + Version Bump
69 +
70 *Catalyst-Manual-5.900.400 (06 May 2012)
71
72 06 May 2012; Kent Fredric <kentfredric@×××××.com>