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/Mock-Quick/
Date: Wed, 01 May 2013 22:24:01
Message-Id: 1367356346.61d334005bb88bff45479e4a9c8a9278067c5928.kent@gentoo
1 commit: 61d334005bb88bff45479e4a9c8a9278067c5928
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 30 21:12:26 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 30 21:12:26 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=61d33400
7
8 [added] Mock-Quick 1.105.0 for Fennec
9
10 Package-Manager: portage-2.2.0_alpha166
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Mock-Quick/ChangeLog | 10 ++++++
15 dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild | 42 +++++++++++++++++++++++++
16 dev-perl/Mock-Quick/metadata.xml | 19 +++++++++++
17 3 files changed, 71 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-perl/Mock-Quick/ChangeLog b/dev-perl/Mock-Quick/ChangeLog
20 new file mode 100644
21 index 0000000..6c2c0f3
22 --- /dev/null
23 +++ b/dev-perl/Mock-Quick/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-perl/Mock-Quick
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*Mock-Quick-1.105.0 (30 Apr 2013)
30 +
31 + 30 Apr 2013; Kent Fredric <kentfredric@×××××.com> +Mock-Quick-1.105.0.ebuild,
32 + +metadata.xml:
33 + Added for Fennec
34 +
35
36 diff --git a/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild b/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild
37 new file mode 100644
38 index 0000000..a9c0ec6
39 --- /dev/null
40 +++ b/dev-perl/Mock-Quick/Mock-Quick-1.105.0.ebuild
41 @@ -0,0 +1,42 @@
42 +# Copyright 1999-2013 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=EXODIST
47 +MODULE_VERSION=1.105
48 +inherit perl-module
49 +
50 +DESCRIPTION='Quickly mock objects and classes, even temporarily replace them,'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # Module::Build 0.40 ( 0.400.0 )
57 + echo \>=virtual/perl-Module-Build-0.400.0
58 +}
59 +perl_meta_build() {
60 + # Fennec::Lite 0.004 ( 0.4.0 )
61 + echo \>=dev-perl/Fennec-Lite-0.4.0
62 + # Test::Exception 0.29 ( 0.290.0 )
63 + echo \>=dev-perl/Test-Exception-0.290.0
64 + # Test::Simple 0.88 ( 0.880.0 )
65 + echo \>=virtual/perl-Test-Simple-0.88
66 +}
67 +perl_meta_runtime() {
68 + # Carp
69 + echo dev-lang/perl
70 + # Exporter::Declare 0.103 ( 0.103.0 )
71 + echo \>=dev-perl/Exporter-Declare-0.103.0
72 + # Scalar::Util
73 + echo virtual/perl-Scalar-List-Utils
74 +}
75 +DEPEND="
76 + $(perl_meta_configure)
77 + $(perl_meta_build)
78 + $(perl_meta_runtime)
79 +"
80 +RDEPEND="
81 + $(perl_meta_runtime)
82 +"
83 +SRC_TEST="do"
84
85 diff --git a/dev-perl/Mock-Quick/metadata.xml b/dev-perl/Mock-Quick/metadata.xml
86 new file mode 100644
87 index 0000000..627c3ef
88 --- /dev/null
89 +++ b/dev-perl/Mock-Quick/metadata.xml
90 @@ -0,0 +1,19 @@
91 +<?xml version="1.0" encoding="UTF-8"?>
92 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
93 +<pkgmetadata>
94 + <herd>perl</herd>
95 + <maintainer>
96 + <email>kentfredric@×××××.com</email>
97 + <name>Kent Fredric</name>
98 + </maintainer>
99 + <upstream>
100 + <remote-id type="cpan">Mock-Quick</remote-id>
101 + <remote-id type="cpan-module">Mock::Quick</remote-id>
102 + <remote-id type="cpan-module">Mock::Quick::Class</remote-id>
103 + <remote-id type="cpan-module">Mock::Quick::Method</remote-id>
104 + <remote-id type="cpan-module">Mock::Quick::Object</remote-id>
105 + <remote-id type="cpan-module">Mock::Quick::Object::Control</remote-id>
106 + <remote-id type="cpan-module">Mock::Quick::Util</remote-id>
107 + <remote-id type="cpan-module">Object::Quick</remote-id>
108 + </upstream>
109 +</pkgmetadata>