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: Thu, 23 Aug 2012 12:38:23
Message-Id: 1345717464.f6b5a29c72a90ec7e8485ccef09a404a5e036b10.kent@gentoo
1 commit: f6b5a29c72a90ec7e8485ccef09a404a5e036b10
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 10:24:24 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 10:24:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f6b5a29c
7
8 [newversion] Math-Factor-XS-0.400.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Math-Factor-XS/ChangeLog | 6 +++
14 .../Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild | 48 ++++++++++++++++++++
15 2 files changed, 54 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Math-Factor-XS/ChangeLog b/dev-perl/Math-Factor-XS/ChangeLog
18 index 6d134dc..f064998 100644
19 --- a/dev-perl/Math-Factor-XS/ChangeLog
20 +++ b/dev-perl/Math-Factor-XS/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Math-Factor-XS-0.400.0 (23 Aug 2012)
26 +
27 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Math-Factor-XS-0.400.0.ebuild:
29 + Version Bump
30 +
31 *Math-Factor-XS-0.390.0 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild
36 new file mode 100644
37 index 0000000..9c2e6aa
38 --- /dev/null
39 +++ b/dev-perl/Math-Factor-XS/Math-Factor-XS-0.400.0.ebuild
40 @@ -0,0 +1,48 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=KRYDE
46 +MODULE_VERSION=0.40
47 +inherit perl-module
48 +
49 +DESCRIPTION='Factorize numbers and calculate matching multiplications'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # Module::Build 0.40 ( 0.400.0 )
56 + echo \>=virtual/perl-Module-Build-0.400.0
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::CBuilder
60 + echo virtual/perl-ExtUtils-CBuilder
61 + # Test::More
62 + echo virtual/perl-Test-Simple
63 +}
64 +perl_meta_runtime() {
65 + # Carp
66 + # echo virtual/perl-Carp
67 + # Exporter
68 + echo virtual/perl-Exporter
69 + # List::MoreUtils
70 + echo dev-perl/List-MoreUtils
71 + # Params::Validate
72 + echo dev-perl/Params-Validate
73 + # Scalar::Util
74 + echo virtual/perl-Scalar-List-Utils
75 + # XSLoader
76 + echo virtual/perl-XSLoader
77 + # boolean
78 + echo dev-perl/boolean
79 +}
80 +DEPEND="
81 + $(perl_meta_configure)
82 + $(perl_meta_build)
83 + $(perl_meta_runtime)
84 +"
85 +RDEPEND="
86 + $(perl_meta_runtime)
87 +"
88 +SRC_TEST="do"