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/Math-Complex/
Date: Mon, 27 Feb 2012 00:21:22
Message-Id: 1330298496.e234475d309ef863e75a7a29493506a22dba3d78.kent@gentoo
1 commit: e234475d309ef863e75a7a29493506a22dba3d78
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 26 23:21:36 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 26 23:21:36 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e234475d
7
8 [newversion] Math-Complex-1.590.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Math-Complex/ChangeLog | 8 +++-
14 perl-core/Math-Complex/Math-Complex-1.590.0.ebuild | 48 ++++++++++++++++++++
15 2 files changed, 55 insertions(+), 1 deletions(-)
16
17 diff --git a/perl-core/Math-Complex/ChangeLog b/perl-core/Math-Complex/ChangeLog
18 index 59478de..2492675 100644
19 --- a/perl-core/Math-Complex/ChangeLog
20 +++ b/perl-core/Math-Complex/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for perl-core/Math-Complex
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 +*Math-Complex-1.590.0 (26 Feb 2012)
28 +
29 + 26 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Math-Complex-1.590.0.ebuild:
31 + Version Bump
32 +
33 *Math-Complex-1.580.0 (03 Aug 2011)
34
35 03 Aug 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild b/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild
38 new file mode 100644
39 index 0000000..25b21d7
40 --- /dev/null
41 +++ b/perl-core/Math-Complex/Math-Complex-1.590.0.ebuild
42 @@ -0,0 +1,48 @@
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=ZEFRAM
48 +MODULE_VERSION=1.59
49 +inherit perl-module
50 +
51 +DESCRIPTION='Math-Complex'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker
58 + echo virtual/perl-ExtUtils-MakeMaker
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker
62 + echo virtual/perl-ExtUtils-MakeMaker
63 +}
64 +perl_meta_runtime() {
65 + # Config
66 + #echo unresolved
67 + # Exporter
68 + echo virtual/perl-Exporter
69 + # ExtUtils::MakeMaker
70 + echo virtual/perl-ExtUtils-MakeMaker
71 + # Scalar::Util 1.11 ( 1.110.0 )
72 + echo \>=virtual/perl-Scalar-List-Utils-1.110.0
73 + # Test::More
74 + echo virtual/perl-Test-Simple
75 + # overload
76 + echo dev-lang/perl
77 + # strict
78 + echo dev-lang/perl
79 + # warnings
80 + echo dev-lang/perl
81 +}
82 +DEPEND="
83 + $(perl_meta_configure)
84 + $(perl_meta_build)
85 + $(perl_meta_runtime)
86 +"
87 +RDEPEND="
88 + $(perl_meta_runtime)
89 +"
90 +SRC_TEST="do"