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/Const-Fast/
Date: Mon, 27 Feb 2012 02:00:27
Message-Id: 1330306373.2546eb6eb1a45c4a43098a28e242e2a6b99d1df8.kent@gentoo
1 commit: 2546eb6eb1a45c4a43098a28e242e2a6b99d1df8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 01:32:53 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 01:32:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2546eb6e
7
8 [added] Const-Fast-0.11.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Const-Fast/ChangeLog | 10 +++++
14 dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild | 54 ++++++++++++++++++++++++++
15 dev-perl/Const-Fast/metadata.xml | 12 ++++++
16 3 files changed, 76 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog
19 new file mode 100644
20 index 0000000..736ec74
21 --- /dev/null
22 +++ b/dev-perl/Const-Fast/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Const-Fast
25 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Const-Fast-0.11.0 (27 Feb 2012)
29 +
30 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Const-Fast-0.11.0.ebuild,
31 + +metadata.xml:
32 + Added for Method::Signatures
33 +
34
35 diff --git a/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
36 new file mode 100644
37 index 0000000..7701095
38 --- /dev/null
39 +++ b/dev-perl/Const-Fast/Const-Fast-0.11.0.ebuild
40 @@ -0,0 +1,54 @@
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=LEONT
46 +MODULE_VERSION=0.011
47 +inherit perl-module
48 +
49 +DESCRIPTION='Facility for creating read-only scalars, arrays, and hashes'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # Carp
60 + # echo dev-perl/Carp
61 + # Scalar::Util
62 + echo virtual/perl-Scalar-List-Utils
63 + # Storable
64 + echo virtual/perl-Storable
65 + # Sub::Exporter
66 + echo dev-perl/Sub-Exporter
67 + # perl 5.008 ( 5.8.0 )
68 + echo \>=dev-lang/perl-5.8.0
69 + # strict
70 + echo dev-lang/perl
71 + # warnings
72 + echo dev-lang/perl
73 +}
74 +perl_meta_test() {
75 + # Data::Dumper
76 + echo virtual/perl-Data-Dumper
77 + # File::Find
78 + echo dev-lang/perl
79 + # File::Temp
80 + echo virtual/perl-File-Temp
81 + # Test::Exception
82 + echo dev-perl/Test-Exception
83 + # Test::More 0.88 ( 0.880.0 )
84 + echo \>=virtual/perl-Test-Simple-0.88
85 +}
86 +DEPEND="
87 + $(perl_meta_configure)
88 + $(perl_meta_runtime)
89 + test? ( $(perl_meta_test) )
90 +"
91 +RDEPEND="
92 + $(perl_meta_runtime)
93 +"
94 +SRC_TEST="do"
95
96 diff --git a/dev-perl/Const-Fast/metadata.xml b/dev-perl/Const-Fast/metadata.xml
97 new file mode 100644
98 index 0000000..3863412
99 --- /dev/null
100 +++ b/dev-perl/Const-Fast/metadata.xml
101 @@ -0,0 +1,12 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 + <herd>perl</herd>
106 + <maintainer>
107 + <email>kentfredric@×××××.com</email>
108 + <name>Kent Fredric</name>
109 + </maintainer>
110 + <upstream>
111 + <remote-id type="cpan">Const-Fast</remote-id>
112 + </upstream>
113 +</pkgmetadata>