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/Log-Contextual/
Date: Sun, 31 Jul 2011 17:06:37
Message-Id: 4cdac4ac6227ccb7aa557eff1dbe1b0d5de3d54d.kent@gentoo
1 commit: 4cdac4ac6227ccb7aa557eff1dbe1b0d5de3d54d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 31 10:54:23 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Jul 31 10:54:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4cdac4ac
7
8 [newversion] Log-Contextual-0.3.50
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Log-Contextual/ChangeLog | 6 ++++
14 .../Log-Contextual/Log-Contextual-0.3.50.ebuild | 25 ++++++++++++++++++++
15 2 files changed, 31 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
18 index 135386f..0d0acb2 100644
19 --- a/dev-perl/Log-Contextual/ChangeLog
20 +++ b/dev-perl/Log-Contextual/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Log-Contextual-0.3.50 (31 Jul 2011)
26 +
27 + 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Log-Contextual-0.3.50.ebuild:
29 + Version Bump
30 +
31 20 Apr 2011; Kent Fredric <kentfredric@×××××.com>
32 Log-Contextual-0.3.40.ebuild:
33 Fix: broken due to missing comment function
34
35 diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild
36 new file mode 100644
37 index 0000000..02fda3d
38 --- /dev/null
39 +++ b/dev-perl/Log-Contextual/Log-Contextual-0.3.50.ebuild
40 @@ -0,0 +1,25 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=FREW
46 +MODULE_VERSION=0.00305
47 +inherit perl-module
48 +
49 +DESCRIPTION="Simple logging interface with a contextual log"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + dev-perl/Data-Dumper-Concise
57 +"
58 +DEPEND="
59 + ${COMMON_DEPEND}
60 + >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
61 +"
62 +RDEPEND="
63 + ${COMMON_DEPEND}
64 +"
65 +SRC_TEST="do"