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/Module-Build-XSUtil/
Date: Wed, 01 Oct 2014 09:45:06
Message-Id: 1412152910.0b3f1dea1c3ac6fc8d4f0d3d0b305bd7e800bfa2.kent@gentoo
1 commit: 0b3f1dea1c3ac6fc8d4f0d3d0b305bd7e800bfa2
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Oct 1 08:09:47 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Oct 1 08:41:50 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0b3f1dea
7
8 dev-perl/Module-Build-XSUtil: Added for dev-perl/Mouse
9
10 Package-Manager: portage-2.2.14_rc1
11
12 ---
13 .../Module-Build-XSUtil-0.140.0.ebuild | 40 ++++++++++++++++++++++
14 dev-perl/Module-Build-XSUtil/metadata.xml | 13 +++++++
15 2 files changed, 53 insertions(+)
16
17 diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
18 new file mode 100644
19 index 0000000..52fc7e5
20 --- /dev/null
21 +++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.140.0.ebuild
22 @@ -0,0 +1,40 @@
23 +# Copyright 1999-2014 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=5
28 +
29 +MODULE_AUTHOR="HIDEAKIO"
30 +MODULE_VERSION=0.14
31 +inherit perl-module
32 +
33 +DESCRIPTION="A Module::Build class for building XS modules"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="test"
38 +# File::Basename -> perl
39 +RDEPEND="
40 + >=dev-perl/Devel-CheckCompiler-0.20.0
41 + >=virtual/perl-Devel-PPPort-3.190.0
42 + virtual/perl-Exporter
43 + virtual/perl-ExtUtils-CBuilder
44 + virtual/perl-File-Path
45 + >=virtual/perl-XSLoader-0.20.0
46 + virtual/perl-parent
47 +"
48 +# File::Spec::Functions -> virtual/perl-File-Spec
49 +# Test::More -> perl-Test-Simple
50 +DEPEND="
51 + >=virtual/perl-Module-Build-0.400.500
52 + ${RDEPEND}
53 + test? (
54 + dev-perl/Capture-Tiny
55 + dev-perl/Cwd-Guard
56 + dev-perl/File-Copy-Recursive
57 + virtual/perl-File-Spec
58 + virtual/perl-File-Temp
59 + >=virtual/perl-Test-Simple-0.980.0
60 + )
61 +"
62 +SRC_TEST="do parallel"
63
64 diff --git a/dev-perl/Module-Build-XSUtil/metadata.xml b/dev-perl/Module-Build-XSUtil/metadata.xml
65 new file mode 100644
66 index 0000000..c90434b
67 --- /dev/null
68 +++ b/dev-perl/Module-Build-XSUtil/metadata.xml
69 @@ -0,0 +1,13 @@
70 +<?xml version="1.0" encoding="UTF-8"?>
71 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 +<pkgmetadata>
73 + <herd>perl</herd>
74 + <maintainer>
75 + <email>kentfredric@×××××.com</email>
76 + <name>Kent Fredric</name>
77 + </maintainer>
78 + <upstream>
79 + <remote-id type="cpan">Module-Build-XSUtil</remote-id>
80 + <remote-id type="cpan-module">Module::Build::XSUtil</remote-id>
81 + </upstream>
82 +</pkgmetadata>