Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
Date: Sun, 27 Feb 2011 19:11:57
Message-Id: ddd5d52fffad83efe54114b6401da71d0952345b.tove@gentoo
1 commit: ddd5d52fffad83efe54114b6401da71d0952345b
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 19:04:49 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 19:04:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ddd5d52f
7
8 [bump] dev-perl/Catalyst-Plugin-Log-Dispatch-0.121.0
9
10 (Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 .../Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild | 28 ++++++++++++++++++++
14 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog | 6 ++++
15 2 files changed, 34 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
18 new file mode 100644
19 index 0000000..926387f
20 --- /dev/null
21 +++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
22 @@ -0,0 +1,28 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=3
28 +
29 +MODULE_AUTHOR=SHOT
30 +MODULE_VERSION=0.121
31 +inherit perl-module
32 +
33 +DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + >=dev-perl/log-dispatch-2.13
41 + dev-perl/Log-Dispatch-Config
42 + >=dev-perl/Catalyst-Runtime-5.650
43 + dev-perl/UNIVERSAL-require
44 + virtual/perl-Test-Simple
45 +"
46 +DEPEND="
47 + ${RDEPEND}
48 + virtual/perl-Module-Build
49 +"
50 +SRC_TEST="do"
51
52 diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
53 index bd4c463..07fcbd7 100644
54 --- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
55 +++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
56 @@ -2,6 +2,12 @@
57 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
58 # $Header: $
59
60 +*Catalyst-Plugin-Log-Dispatch-0.121.0 (27 Feb 2011)
61 +
62 + 27 Feb 2011; Torsten Veller <tove@g.o>
63 + +Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild:
64 + Version bump
65 +
66 *Catalyst-Plugin-Log-Dispatch-0.12 (03 Jan 2011)
67
68 03 Jan 2011; Kent Fredric <kentfredric@×××××.com>