Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-YAML: metadata.xml Test-YAML-1.50.0.ebuild ChangeLog
Date: Wed, 25 Feb 2015 23:39:08
Message-Id: 20150225233903.A2AB8128DC@oystercatcher.gentoo.org
1 dilfridge 15/02/25 23:39:03
2
3 Added: metadata.xml Test-YAML-1.50.0.ebuild ChangeLog
4 Log:
5 New package, split out from dev-perl/yaml
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
8
9 Revision Changes Path
10 1.1 dev-perl/Test-YAML/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-YAML/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-YAML/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>perl</herd>
21 <upstream>
22 <remote-id type="cpan">YAML</remote-id>
23 <remote-id type="cpan-module">Test::YAML</remote-id>
24 <remote-id type="cpan-module">Test::YAML::Filter</remote-id>
25 <remote-id type="cpan-module">YAML</remote-id>
26 <remote-id type="cpan-module">YAML::Any</remote-id>
27 <remote-id type="cpan-module">YAML::Dumper</remote-id>
28 <remote-id type="cpan-module">YAML::Dumper::Base</remote-id>
29 <remote-id type="cpan-module">YAML::Error</remote-id>
30 <remote-id type="cpan-module">YAML::Loader</remote-id>
31 <remote-id type="cpan-module">YAML::Loader::Base</remote-id>
32 <remote-id type="cpan-module">YAML::Marshall</remote-id>
33 <remote-id type="cpan-module">YAML::Mo</remote-id>
34 <remote-id type="cpan-module">YAML::Node</remote-id>
35 <remote-id type="cpan-module">YAML::Tag</remote-id>
36 <remote-id type="cpan-module">YAML::Type::blessed</remote-id>
37 <remote-id type="cpan-module">YAML::Type::code</remote-id>
38 <remote-id type="cpan-module">YAML::Type::glob</remote-id>
39 <remote-id type="cpan-module">YAML::Type::ref</remote-id>
40 <remote-id type="cpan-module">YAML::Type::regexp</remote-id>
41 <remote-id type="cpan-module">YAML::Type::undef</remote-id>
42 <remote-id type="cpan-module">YAML::Types</remote-id>
43 <remote-id type="cpan-module">YAML::Warning</remote-id>
44 <remote-id type="cpan-module">yaml_mapping</remote-id>
45 <remote-id type="cpan-module">yaml_scalar</remote-id>
46 <remote-id type="cpan-module">yaml_sequence</remote-id>
47 </upstream>
48 </pkgmetadata>
49
50
51
52 1.1 dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild?rev=1.1&content-type=text/plain
56
57 Index: Test-YAML-1.50.0.ebuild
58 ===================================================================
59 # Copyright 1999-2015 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-YAML/Test-YAML-1.50.0.ebuild,v 1.1 2015/02/25 23:39:03 dilfridge Exp $
62
63 EAPI=5
64
65 MODULE_AUTHOR=INGY
66 MODULE_VERSION=1.05
67 inherit perl-module
68
69 DESCRIPTION="Testing Module for YAML Implementations"
70
71 SLOT="0"
72 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~s390 ~sh ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
73 IUSE=""
74
75 RDEPEND="
76 >=dev-perl/Test-Base-0.860.0
77 "
78 DEPEND="${RDEPEND}
79 >=virtual/perl-ExtUtils-MakeMaker-6.300.0
80 "
81
82
83
84 1.1 dev-perl/Test-YAML/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-YAML/ChangeLog?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-YAML/ChangeLog?rev=1.1&content-type=text/plain
88
89 Index: ChangeLog
90 ===================================================================
91 # ChangeLog for dev-perl/Test-YAML
92 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
93 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-YAML/ChangeLog,v 1.1 2015/02/25 23:39:03 dilfridge Exp $
94
95 *Test-YAML-1.50.0 (25 Feb 2015)
96
97 25 Feb 2015; Andreas K. Huettel <dilfridge@g.o>
98 +Test-YAML-1.50.0.ebuild, +metadata.xml:
99 New package, split out from dev-perl/yaml