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: Fri, 06 Apr 2012 20:45:54
Message-Id: 1333728524.23480189efc401192dca9a7b9d3904570bf43870.kent@gentoo
1 commit: 23480189efc401192dca9a7b9d3904570bf43870
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 6 16:08:44 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Apr 6 16:08:44 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=23480189
7
8 [newversion] Log-Contextual-0.4.100
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Log-Contextual/ChangeLog | 8 +++-
14 .../Log-Contextual/Log-Contextual-0.4.100.ebuild | 44 ++++++++++++++++++++
15 2 files changed, 51 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Log-Contextual/ChangeLog b/dev-perl/Log-Contextual/ChangeLog
18 index e7bb3a1..7cdff82 100644
19 --- a/dev-perl/Log-Contextual/ChangeLog
20 +++ b/dev-perl/Log-Contextual/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Log-Contextual
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Log-Contextual-0.4.100 (06 Apr 2012)
28 +
29 + 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Log-Contextual-0.4.100.ebuild:
31 + Version Bump
32 +
33 *Log-Contextual-0.4.1 (26 Aug 2011)
34
35 26 Aug 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild b/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild
38 new file mode 100644
39 index 0000000..f46349e
40 --- /dev/null
41 +++ b/dev-perl/Log-Contextual/Log-Contextual-0.4.100.ebuild
42 @@ -0,0 +1,44 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=FREW
48 +MODULE_VERSION=0.004100
49 +inherit perl-module
50 +
51 +DESCRIPTION='Simple logging interface with a contextual log'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
62 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
63 + # Test::Fatal
64 + echo dev-perl/Test-Fatal
65 +}
66 +perl_meta_runtime() {
67 + # Carp
68 + # echo virtual/perl-Carp
69 + # Data::Dumper::Concise
70 + echo dev-perl/Data-Dumper-Concise
71 + # Exporter::Declare 0.105 ( 0.105.0 )
72 + echo \>=dev-perl/Exporter-Declare-0.105.0
73 + # Scalar::Util
74 + echo virtual/perl-Scalar-List-Utils
75 + # perl v5.6.0 ( 5.6.0 )
76 + echo \>=dev-lang/perl-5.6.0
77 +}
78 +DEPEND="
79 + $(perl_meta_configure)
80 + $(perl_meta_build)
81 + $(perl_meta_runtime)
82 +"
83 +RDEPEND="
84 + $(perl_meta_runtime)
85 +"
86 +SRC_TEST="do"