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/Test-Refcount/
Date: Thu, 22 Nov 2012 02:20:56
Message-Id: 1353470485.7c543dc627b42ec76a5bd46515ce4b8c8fd16a7d.kent@gentoo
1 commit: 7c543dc627b42ec76a5bd46515ce4b8c8fd16a7d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Nov 21 04:01:25 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 21 04:01:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7c543dc6
7
8 [added] Test-Refcount
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Test-Refcount/ChangeLog | 10 +++++
15 dev-perl/Test-Refcount/Test-Refcount-0.70.0.ebuild | 40 ++++++++++++++++++++
16 dev-perl/Test-Refcount/metadata.xml | 13 ++++++
17 3 files changed, 63 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-perl/Test-Refcount/ChangeLog b/dev-perl/Test-Refcount/ChangeLog
20 new file mode 100644
21 index 0000000..84300bb
22 --- /dev/null
23 +++ b/dev-perl/Test-Refcount/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-perl/Test-Refcount
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*Test-Refcount-0.70.0 (21 Nov 2012)
30 +
31 + 21 Nov 2012; Kent Fredric <kentfredric@×××××.com>
32 + +Test-Refcount-0.70.0.ebuild, +metadata.xml:
33 + Added for CPS
34 +
35
36 diff --git a/dev-perl/Test-Refcount/Test-Refcount-0.70.0.ebuild b/dev-perl/Test-Refcount/Test-Refcount-0.70.0.ebuild
37 new file mode 100644
38 index 0000000..a70a537
39 --- /dev/null
40 +++ b/dev-perl/Test-Refcount/Test-Refcount-0.70.0.ebuild
41 @@ -0,0 +1,40 @@
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.07
48 +inherit perl-module
49 +
50 +DESCRIPTION='assert reference counts on objects'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # Module::Build 0.36 ( 0.360.0 )
57 + echo \>=virtual/perl-Module-Build-0.36.00
58 +}
59 +perl_meta_build() {
60 + # Test::Builder::Tester
61 + echo virtual/perl-Test-Simple
62 + # Test::More
63 + echo virtual/perl-Test-Simple
64 +}
65 +perl_meta_runtime() {
66 + # B
67 + echo dev-lang/perl
68 + # Scalar::Util
69 + echo virtual/perl-Scalar-List-Utils
70 + # Test::Builder
71 + echo virtual/perl-Test-Simple
72 +}
73 +DEPEND="
74 + $(perl_meta_configure)
75 + $(perl_meta_build)
76 + $(perl_meta_runtime)
77 +"
78 +RDEPEND="
79 + $(perl_meta_runtime)
80 +"
81 +SRC_TEST="do"
82
83 diff --git a/dev-perl/Test-Refcount/metadata.xml b/dev-perl/Test-Refcount/metadata.xml
84 new file mode 100644
85 index 0000000..ed51412
86 --- /dev/null
87 +++ b/dev-perl/Test-Refcount/metadata.xml
88 @@ -0,0 +1,13 @@
89 +<?xml version="1.0" encoding="UTF-8"?>
90 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 +<pkgmetadata>
92 + <herd>perl</herd>
93 + <maintainer>
94 + <email>kentfredric@×××××.com</email>
95 + <name>Kent Fredric</name>
96 + </maintainer>
97 + <upstream>
98 + <remote-id type="cpan">Test-Refcount</remote-id>
99 + <remote-id type="cpan-module">Test::Refcount</remote-id>
100 + </upstream>
101 +</pkgmetadata>