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: Wed, 03 Aug 2011 06:19:39
Message-Id: 3af8aa50073d5148498a78bd89c8f5a83d055e9f.kent@gentoo
1 commit: 3af8aa50073d5148498a78bd89c8f5a83d055e9f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 3 06:02:00 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 3 06:02:51 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3af8aa50
7
8 [added] perl-core/Math-Complex
9
10 (Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 perl-core/Math-Complex/ChangeLog | 10 +++++++
14 perl-core/Math-Complex/Math-Complex-1.580.0.ebuild | 27 ++++++++++++++++++++
15 perl-core/Math-Complex/metadata.xml | 9 ++++++
16 3 files changed, 46 insertions(+), 0 deletions(-)
17
18 diff --git a/perl-core/Math-Complex/ChangeLog b/perl-core/Math-Complex/ChangeLog
19 new file mode 100644
20 index 0000000..59478de
21 --- /dev/null
22 +++ b/perl-core/Math-Complex/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for perl-core/Math-Complex
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Math-Complex-1.580.0 (03 Aug 2011)
29 +
30 + 03 Aug 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Math-Complex-1.580.0.ebuild, +metadata.xml:
32 + Added as listed as outdated by CPANOUTDATED
33 +
34
35 diff --git a/perl-core/Math-Complex/Math-Complex-1.580.0.ebuild b/perl-core/Math-Complex/Math-Complex-1.580.0.ebuild
36 new file mode 100644
37 index 0000000..f9a0f26
38 --- /dev/null
39 +++ b/perl-core/Math-Complex/Math-Complex-1.580.0.ebuild
40 @@ -0,0 +1,27 @@
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=ZEFRAM
46 +MODULE_VERSION=1.58
47 +inherit perl-module
48 +
49 +DESCRIPTION="complex numbers and associated mathematical functions"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + $(comment virtual/perl-Config)
57 + $(comment virtual/perl-Exporter)
58 + virtual/perl-ExtUtils-MakeMaker
59 + >=virtual/perl-Scalar-List-Utils-1.110.0
60 + virtual/perl-Test-Simple
61 + $(comment virtual/perl-overload)
62 + $(comment virtual/perl-strict)
63 + $(comment virtual/perl-warnings)
64 +"
65 +DEPEND="${COMMON_DEPEND}"
66 +RDEPEND="${COMMON_DEPEND}"
67 +SRC_TEST="do"
68
69 diff --git a/perl-core/Math-Complex/metadata.xml b/perl-core/Math-Complex/metadata.xml
70 new file mode 100644
71 index 0000000..ccc7e0f
72 --- /dev/null
73 +++ b/perl-core/Math-Complex/metadata.xml
74 @@ -0,0 +1,9 @@
75 +<?xml version="1.0" encoding="UTF-8"?>
76 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
77 +<pkgmetadata>
78 + <herd>perl</herd>
79 + <maintainer>
80 + <email>kentfredric@×××××.com</email>
81 + <name>Kent Fredric</name>
82 + </maintainer>
83 +</pkgmetadata>