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/Best/
Date: Mon, 31 Oct 2011 08:47:44
Message-Id: 277b940607f875d03ef04ae9315057d46391af13.kent@gentoo
1 commit: 277b940607f875d03ef04ae9315057d46391af13
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 07:24:28 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 07:24:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=277b9406
7
8 [newversion] Best-0.140.0
9
10 (Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Best/Best-0.140.0.ebuild | 38 +++++++++++++++++++++++++++++++++++++
14 dev-perl/Best/ChangeLog | 5 ++++
15 2 files changed, 43 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Best/Best-0.140.0.ebuild b/dev-perl/Best/Best-0.140.0.ebuild
18 new file mode 100644
19 index 0000000..1c4c03d
20 --- /dev/null
21 +++ b/dev-perl/Best/Best-0.140.0.ebuild
22 @@ -0,0 +1,38 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +EAPI=4
27 +MODULE_AUTHOR=GAAL
28 +MODULE_VERSION=0.14
29 +inherit perl-module
30 +
31 +DESCRIPTION='Fallbackable module loader'
32 +LICENSE=" MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +perl_meta_configure() {
37 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
38 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
39 +}
40 +perl_meta_build() {
41 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
42 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
43 + # Test::Exception
44 + echo dev-perl/Test-Exception
45 + # Test::More
46 + echo virtual/perl-Test-Simple
47 +}
48 +perl_meta_runtime() {
49 + # perl v5.6.0 ( 5.6.0 )
50 + echo \>=dev-lang/perl-5.6.0
51 +}
52 +DEPEND="
53 + $(perl_meta_configure)
54 + $(perl_meta_build)
55 + $(perl_meta_runtime)
56 +"
57 +RDEPEND="
58 + $(perl_meta_runtime)
59 +"
60 +SRC_TEST="do"
61
62 diff --git a/dev-perl/Best/ChangeLog b/dev-perl/Best/ChangeLog
63 index cbfc41d..0e44701 100644
64 --- a/dev-perl/Best/ChangeLog
65 +++ b/dev-perl/Best/ChangeLog
66 @@ -2,6 +2,11 @@
67 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
68 # $Header: $
69
70 +*Best-0.140.0 (31 Oct 2011)
71 +
72 + 31 Oct 2011; Kent Fredric <kentfredric@×××××.com> +Best-0.140.0.ebuild:
73 + Version Bump
74 +
75 *Best-0.120.0 (12 Apr 2011)
76
77 12 Apr 2011; Kent Fredric <kentfredric@×××××.com> -Best-0.120.ebuild,