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/Future/
Date: Thu, 22 Nov 2012 02:21:06
Message-Id: 1353535769.a624f560662ac38ccb71f780c52696861b7f65ad.kent@gentoo
1 commit: a624f560662ac38ccb71f780c52696861b7f65ad
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 21 22:09:29 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 21 22:09:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a624f560
7
8 [added] Future
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Future/ChangeLog | 10 ++++++++++
15 dev-perl/Future/Future-0.40.0.ebuild | 31 +++++++++++++++++++++++++++++++
16 dev-perl/Future/metadata.xml | 13 +++++++++++++
17 3 files changed, 54 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
20 new file mode 100644
21 index 0000000..29e2a3f
22 --- /dev/null
23 +++ b/dev-perl/Future/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-perl/Future
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*Future-0.40.0 (21 Nov 2012)
30 +
31 + 21 Nov 2012; Kent Fredric <kentfredric@×××××.com> +Future-0.40.0.ebuild,
32 + +metadata.xml:
33 + Added for CPS
34 +
35
36 diff --git a/dev-perl/Future/Future-0.40.0.ebuild b/dev-perl/Future/Future-0.40.0.ebuild
37 new file mode 100644
38 index 0000000..557e08a
39 --- /dev/null
40 +++ b/dev-perl/Future/Future-0.40.0.ebuild
41 @@ -0,0 +1,31 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=PEVANS
47 +MODULE_VERSION=0.04
48 +inherit perl-module
49 +
50 +DESCRIPTION='represent an operation awaiting completion'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_build() {
56 + # Test::Fatal
57 + echo dev-perl/Test-Fatal
58 + # Test::Identity
59 + echo dev-perl/Test-Identity
60 + # Test::More 0.88 ( 0.880.0 )
61 + echo \>=virtual/perl-Test-Simple-0.88
62 + # Test::Refcount
63 + echo dev-perl/Test-Refcount
64 +}
65 +DEPEND="
66 + virtual/perl-Module-Build
67 + $(perl_meta_build)
68 +"
69 +RDEPEND="
70 +
71 +"
72 +SRC_TEST="do"
73
74 diff --git a/dev-perl/Future/metadata.xml b/dev-perl/Future/metadata.xml
75 new file mode 100644
76 index 0000000..c391449
77 --- /dev/null
78 +++ b/dev-perl/Future/metadata.xml
79 @@ -0,0 +1,13 @@
80 +<?xml version="1.0" encoding="UTF-8"?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 + <herd>perl</herd>
84 + <maintainer>
85 + <email>kentfredric@×××××.com</email>
86 + <name>Kent Fredric</name>
87 + </maintainer>
88 + <upstream>
89 + <remote-id type="cpan">Future</remote-id>
90 + <remote-id type="cpan-module">Future</remote-id>
91 + </upstream>
92 +</pkgmetadata>