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-CPANfile/
Date: Tue, 31 Mar 2015 18:39:31
Message-Id: 1427816368.9629824935fcacae62dc1ae965ebfd58778bc68c.kent@gentoo
1 commit: 9629824935fcacae62dc1ae965ebfd58778bc68c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 31 15:35:29 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 31 15:39:28 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=96298249
7
8 [added] Module-CPANfile-1.100.0 for ExtUtils-MakeMaker-CPANfile for Module-CPANTS-Analyse
9
10 Package-Manager: portage-2.2.17
11
12 .../Module-CPANfile/Module-CPANfile-1.100.0.ebuild | 30 ++++++++++++++++++++++
13 dev-perl/Module-CPANfile/metadata.xml | 13 ++++++++++
14 2 files changed, 43 insertions(+)
15
16 diff --git a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
17 new file mode 100644
18 index 0000000..8c19911
19 --- /dev/null
20 +++ b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
21 @@ -0,0 +1,30 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +
28 +MODULE_AUTHOR=MIYAGAWA
29 +MODULE_VERSION=1.1000
30 +
31 +inherit perl-module
32 +
33 +DESCRIPTION="Parse cpanfile"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~x86"
37 +IUSE="test"
38 +
39 +PERL_RM_FILES=(
40 + t/release-pod-syntax.t
41 +)
42 +RDEPEND="
43 + >=virtual/perl-CPAN-Meta-2.120.910
44 + virtual/perl-parent
45 +"
46 +DEPEND="${RDEPEND}
47 + virtual/perl-ExtUtils-MakeMaker
48 + test? (
49 + >=virtual/perl-Test-Simple-0.880.0
50 + )
51 +"
52
53 diff --git a/dev-perl/Module-CPANfile/metadata.xml b/dev-perl/Module-CPANfile/metadata.xml
54 new file mode 100644
55 index 0000000..8abcc8b
56 --- /dev/null
57 +++ b/dev-perl/Module-CPANfile/metadata.xml
58 @@ -0,0 +1,13 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <herd>perl</herd>
63 + <maintainer>
64 + <email>kentfredric@×××××.com</email>
65 + <name>Kent Fredric</name>
66 + </maintainer>
67 + <upstream>
68 + <remote-id type="cpan">Module-CPANfile</remote-id>
69 + <remote-id type="cpan-module">Module::CPANfile</remote-id>
70 + </upstream>
71 +</pkgmetadata>