Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Env/
Date: Wed, 01 May 2013 22:24:03
Message-Id: 1367368650.f933fcb6d05ae5a25064bbc44b3dcd8826ea7ffa.kent@gentoo
1 commit: f933fcb6d05ae5a25064bbc44b3dcd8826ea7ffa
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed May 1 00:37:30 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed May 1 00:37:30 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f933fcb6
7
8 [newversion] perl-core/Env-1.40.0
9
10 Package-Manager: portage-2.2.0_alpha173
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 perl-core/Env/ChangeLog | 7 ++++++-
15 perl-core/Env/Env-1.40.0.ebuild | 29 +++++++++++++++++++++++++++++
16 2 files changed, 35 insertions(+), 1 deletions(-)
17
18 diff --git a/perl-core/Env/ChangeLog b/perl-core/Env/ChangeLog
19 index e538f0c..bd0a1e4 100644
20 --- a/perl-core/Env/ChangeLog
21 +++ b/perl-core/Env/ChangeLog
22 @@ -1,7 +1,12 @@
23 # ChangeLog for perl-core/Env
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*Env-1.40.0 (01 May 2013)
29 +
30 + 01 May 2013; Kent Fredric <kentfredric@×××××.com> +Env-1.40.0.ebuild:
31 + Version Bump
32 +
33 *Env-1.30.0 (16 Jul 2011)
34
35 16 Jul 2011; Kent Fredric <kentfredric@×××××.com> +Env-1.30.0.ebuild:
36
37 diff --git a/perl-core/Env/Env-1.40.0.ebuild b/perl-core/Env/Env-1.40.0.ebuild
38 new file mode 100644
39 index 0000000..888b856
40 --- /dev/null
41 +++ b/perl-core/Env/Env-1.40.0.ebuild
42 @@ -0,0 +1,29 @@
43 +# Copyright 1999-2013 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=5
47 +MODULE_AUTHOR=FLORA
48 +MODULE_VERSION=1.04
49 +inherit perl-module
50 +
51 +DESCRIPTION='perl module that imports environment variables as scalars or arrays'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
59 +}
60 +perl_meta_runtime() {
61 + # Tie::Array
62 + echo dev-lang/perl
63 +}
64 +DEPEND="
65 + $(perl_meta_configure)
66 + $(perl_meta_runtime)
67 +"
68 +RDEPEND="
69 + $(perl_meta_runtime)
70 +"
71 +SRC_TEST="do"