Gentoo Archives: gentoo-commits

From: "Aaron Swenson (titanofold)" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/TAP-Parser-SourceHandler-pgTAP: metadata.xml ChangeLog TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
Date: Sat, 30 Mar 2013 19:15:28
Message-Id: 20130330191523.268EA2171D@flycatcher.gentoo.org
1 titanofold 13/03/30 19:15:23
2
3 Added: metadata.xml ChangeLog
4 TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
5 Log:
6 New ebuild used by dev-db/pgtap.
7
8 (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
9
10 Revision Changes Path
11 1.1 dev-perl/TAP-Parser-SourceHandler-pgTAP/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>perl</herd>
22 <maintainer>
23 <email>titanofold@g.o</email>
24 <name>Aaron W. Swenson</name>
25 </maintainer>
26 <upstream>
27 <remote-id type="cpan">TAP-Parser-SourceHandler-pgTAP</remote-id>
28 <remote-id type="cpan-module">TAP::Parser::SourceHandler::pgTAP</remote-id>
29 </upstream>
30 </pkgmetadata>
31
32
33
34 1.1 dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog?rev=1.1&content-type=text/plain
38
39 Index: ChangeLog
40 ===================================================================
41 # ChangeLog for dev-perl/TAP-Parser-SourceHandler-pgTAP
42 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
43 # $Header: /var/cvsroot/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/ChangeLog,v 1.1 2013/03/30 19:15:22 titanofold Exp $
44
45 *TAP-Parser-SourceHandler-pgTAP-3.29 (30 Mar 2013)
46
47 30 Mar 2013; Aaron W. Swenson <titanofold@g.o>
48 +TAP-Parser-SourceHandler-pgTAP-3.29.ebuild, +metadata.xml:
49 New ebuild used by dev-db/pgtap.
50
51
52
53
54 1.1 dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild?rev=1.1&content-type=text/plain
58
59 Index: TAP-Parser-SourceHandler-pgTAP-3.29.ebuild
60 ===================================================================
61 # Copyright 1999-2013 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: /var/cvsroot/gentoo-x86/dev-perl/TAP-Parser-SourceHandler-pgTAP/TAP-Parser-SourceHandler-pgTAP-3.29.ebuild,v 1.1 2013/03/30 19:15:22 titanofold Exp $
64
65 EAPI=5
66
67 MODULE_AUTHOR=DWHEELER
68 MODULE_VERSION=3.29
69 inherit perl-module
70
71 DESCRIPTION="Stream TAP from pgTAP test scripts"
72
73 SLOT="0"
74 KEYWORDS="~amd64"
75
76 RDEPEND="virtual/perl-Test-Harness"
77 DEPEND="${RDEPEND}
78 dev-perl/Test-Pod
79 dev-perl/Test-Pod-Coverage
80 virtual/perl-Module-Build
81 "
82
83 SRC_TEST="do"