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/Math-Factor-XS/
Date: Mon, 27 Feb 2012 21:03:40
Message-Id: 1330368329.2006c4ca8404691b77361e4736aa3ab46c581e10.kent@gentoo
1 commit: 2006c4ca8404691b77361e4736aa3ab46c581e10
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 18:45:29 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 18:45:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2006c4ca
7
8 [newversion] Math-Factor-XS-0.390.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Math-Factor-XS/ChangeLog | 8 +++-
14 .../Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild | 48 ++++++++++++++++++++
15 2 files changed, 55 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Math-Factor-XS/ChangeLog b/dev-perl/Math-Factor-XS/ChangeLog
18 index 24c3427..6d134dc 100644
19 --- a/dev-perl/Math-Factor-XS/ChangeLog
20 +++ b/dev-perl/Math-Factor-XS/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Math-Factor-XS
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-Factor-XS-0.390.0 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Math-Factor-XS-0.390.0.ebuild:
31 + Version Bump
32 +
33 *Math-Factor-XS-0.380.0 (17 Oct 2011)
34
35 17 Oct 2011; Torsten Veller <tove@g.o> +Math-Factor-XS-0.380.0.ebuild,
36
37 diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.390.0.ebuild
38 new file mode 100644
39 index 0000000..d0588eb
40 --- /dev/null
41 +++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.390.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=KRYDE
48 +MODULE_VERSION=0.39
49 +inherit perl-module
50 +
51 +DESCRIPTION='Factorize numbers and calculate matching multiplications'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # Module::Build 0.38 ( 0.380.0 )
58 + echo \>=virtual/perl-Module-Build-0.380.0
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::CBuilder
62 + echo virtual/perl-ExtUtils-CBuilder
63 + # Test::More
64 + echo virtual/perl-Test-Simple
65 +}
66 +perl_meta_runtime() {
67 + # Carp
68 + # echo virtual/perl-Carp
69 + # Exporter
70 + echo virtual/perl-Exporter
71 + # List::MoreUtils
72 + echo dev-perl/List-MoreUtils
73 + # Params::Validate
74 + echo dev-perl/Params-Validate
75 + # Scalar::Util
76 + echo virtual/perl-Scalar-List-Utils
77 + # XSLoader
78 + echo virtual/perl-XSLoader
79 + # boolean
80 + echo dev-perl/boolean
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"