Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML/
Date: Fri, 29 Apr 2016 19:36:27
Message-Id: 1461958559.ef40501d35966b6446b653e91c8352741a4dcfea.dilfridge@gentoo
1 commit: ef40501d35966b6446b653e91c8352741a4dcfea
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 26 13:00:34 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:35:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef40501d
7
8 dev-perl/YAML: Copied from dev-perl/yaml
9
10 Beginning PN=Upstream conversion
11
12 Package-Manager: portage-2.2.28
13 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
14
15 dev-perl/YAML/Manifest | 4 ++++
16 dev-perl/YAML/YAML-0.840.0-r1.ebuild | 17 +++++++++++++++++
17 dev-perl/YAML/YAML-0.900.0.ebuild | 17 +++++++++++++++++
18 dev-perl/YAML/YAML-1.140.0.ebuild | 23 +++++++++++++++++++++++
19 dev-perl/YAML/YAML-1.150.0.ebuild | 23 +++++++++++++++++++++++
20 dev-perl/YAML/metadata.xml | 35 +++++++++++++++++++++++++++++++++++
21 6 files changed, 119 insertions(+)
22
23 diff --git a/dev-perl/YAML/Manifest b/dev-perl/YAML/Manifest
24 new file mode 100644
25 index 0000000..238e9dd
26 --- /dev/null
27 +++ b/dev-perl/YAML/Manifest
28 @@ -0,0 +1,4 @@
29 +DIST YAML-0.84.tar.gz 121150 SHA256 0a351f0a771526ca4a448c573a781614debdd5296fd0832396fc89f1854d640c SHA512 e892db21b94e374fdada74c8cb36a4c7a565fc935c8e1a81301f4820d34a26990e6aefe6e3e3d5386a54f29a1a758695bcd1e151b8d6f82fe8f558005a669f0f WHIRLPOOL 6639676718a4ce5d2b62f6326eeec9502e02c71cdfa12e65e143f8f75406bf1daa058702ef354caae2d47d1c07858ba544575c29e07ca4f4957b08346c79225f
30 +DIST YAML-0.90.tar.gz 103192 SHA256 187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d SHA512 9b67681aeadbbb0bc65f9b4f57f1a1d6d4c4fe310f9eecd39310b4c03470dfe5b693f1752d9fca390b2d801cf955cc3e74781dda05448be7ef012697d56610e9 WHIRLPOOL 563164141ec9e5b877ce5acbde1d53fd665f0a36e2e2640af1e4dd6b8d2185ce9c2fc225454d55a8c9bb64f2cd119480bc510a562904fb687a33ea2d7ab38c99
31 +DIST YAML-1.14.tar.gz 80688 SHA256 6c9a4368b50cfebbbc7c69c9d78e5d4bc3dc55fbc792c1f53cde3e1dfd5c5c6b SHA512 a8281a27a897e86776a5725cdd290537bd3549d12633be6462fec9c5e69d3a9f0bbfdee7dc09ec8ec21918057e83a9091aaeae693e6a12d9b58c13ec6e957669 WHIRLPOOL ed58032ca3c97e840f6017d96fc243f45cebda95bf244ccaf83b3f9558167763cebc497a1f4b77a2a59218e308035e1a7dc6e1eafa6504dce62614cde6dc2c71
32 +DIST YAML-1.15.tar.gz 80702 SHA256 80f495322fa7bde590940f198c203be5e71c420fef844b5bdc6769c1fe0d9d1b SHA512 c1b715c46186009e27e25857c99cbd729fc49a1854dd987dcab53e4279528f19a1b9822dd1ca95162aa2a0b6627cf15ef6a692ad22c659dbd5c251fc3f898b7b WHIRLPOOL 245911e22ceeb88c263a61809c7ce4f3a0817e893fb25204933d3b2ea39a73d1a64a717c2465d2db2a921c0a144895e0321d7b14b709645fd8ebd05ac3a7087f
33
34 diff --git a/dev-perl/YAML/YAML-0.840.0-r1.ebuild b/dev-perl/YAML/YAML-0.840.0-r1.ebuild
35 new file mode 100644
36 index 0000000..a07df65
37 --- /dev/null
38 +++ b/dev-perl/YAML/YAML-0.840.0-r1.ebuild
39 @@ -0,0 +1,17 @@
40 +# Copyright 1999-2016 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Id$
43 +
44 +EAPI=5
45 +
46 +MODULE_AUTHOR=MSTROUT
47 +MODULE_VERSION=0.84
48 +inherit perl-module
49 +
50 +DESCRIPTION="YAML Ain't Markup Language (tm)"
51 +
52 +SLOT="0"
53 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 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"
54 +IUSE=""
55 +
56 +SRC_TEST="do"
57
58 diff --git a/dev-perl/YAML/YAML-0.900.0.ebuild b/dev-perl/YAML/YAML-0.900.0.ebuild
59 new file mode 100644
60 index 0000000..91ef197
61 --- /dev/null
62 +++ b/dev-perl/YAML/YAML-0.900.0.ebuild
63 @@ -0,0 +1,17 @@
64 +# Copyright 1999-2016 Gentoo Foundation
65 +# Distributed under the terms of the GNU General Public License v2
66 +# $Id$
67 +
68 +EAPI=5
69 +
70 +MODULE_AUTHOR=INGY
71 +MODULE_VERSION=0.90
72 +inherit perl-module
73 +
74 +DESCRIPTION="YAML Ain't Markup Language (tm)"
75 +
76 +SLOT="0"
77 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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"
78 +IUSE=""
79 +
80 +SRC_TEST="do"
81
82 diff --git a/dev-perl/YAML/YAML-1.140.0.ebuild b/dev-perl/YAML/YAML-1.140.0.ebuild
83 new file mode 100644
84 index 0000000..b9c42dc
85 --- /dev/null
86 +++ b/dev-perl/YAML/YAML-1.140.0.ebuild
87 @@ -0,0 +1,23 @@
88 +# Copyright 1999-2016 Gentoo Foundation
89 +# Distributed under the terms of the GNU General Public License v2
90 +# $Id$
91 +
92 +EAPI=5
93 +
94 +MODULE_AUTHOR=INGY
95 +MODULE_VERSION=1.14
96 +inherit perl-module
97 +
98 +DESCRIPTION="YAML Ain't Markup Language (tm)"
99 +
100 +SLOT="0"
101 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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"
102 +IUSE="test"
103 +
104 +RDEPEND=""
105 +DEPEND="${RDEPEND}
106 + virtual/perl-ExtUtils-MakeMaker
107 + test? ( dev-perl/Test-YAML )
108 +"
109 +
110 +SRC_TEST="do"
111
112 diff --git a/dev-perl/YAML/YAML-1.150.0.ebuild b/dev-perl/YAML/YAML-1.150.0.ebuild
113 new file mode 100644
114 index 0000000..7454505
115 --- /dev/null
116 +++ b/dev-perl/YAML/YAML-1.150.0.ebuild
117 @@ -0,0 +1,23 @@
118 +# Copyright 1999-2016 Gentoo Foundation
119 +# Distributed under the terms of the GNU General Public License v2
120 +# $Id$
121 +
122 +EAPI=5
123 +
124 +MODULE_AUTHOR=INGY
125 +MODULE_VERSION=1.15
126 +inherit perl-module
127 +
128 +DESCRIPTION="YAML Ain't Markup Language (tm)"
129 +
130 +SLOT="0"
131 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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"
132 +IUSE="test"
133 +
134 +RDEPEND=""
135 +DEPEND="${RDEPEND}
136 + virtual/perl-ExtUtils-MakeMaker
137 + test? ( dev-perl/Test-YAML )
138 +"
139 +
140 +SRC_TEST="do"
141
142 diff --git a/dev-perl/YAML/metadata.xml b/dev-perl/YAML/metadata.xml
143 new file mode 100644
144 index 0000000..89529de
145 --- /dev/null
146 +++ b/dev-perl/YAML/metadata.xml
147 @@ -0,0 +1,35 @@
148 +<?xml version="1.0" encoding="UTF-8"?>
149 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
150 +<pkgmetadata>
151 + <maintainer type="project">
152 + <email>perl@g.o</email>
153 + <name>Gentoo Perl Project</name>
154 + </maintainer>
155 + <upstream>
156 + <remote-id type="cpan">YAML</remote-id>
157 + <remote-id type="cpan-module">Test::YAML</remote-id>
158 + <remote-id type="cpan-module">Test::YAML::Filter</remote-id>
159 + <remote-id type="cpan-module">YAML</remote-id>
160 + <remote-id type="cpan-module">YAML::Any</remote-id>
161 + <remote-id type="cpan-module">YAML::Dumper</remote-id>
162 + <remote-id type="cpan-module">YAML::Dumper::Base</remote-id>
163 + <remote-id type="cpan-module">YAML::Error</remote-id>
164 + <remote-id type="cpan-module">YAML::Loader</remote-id>
165 + <remote-id type="cpan-module">YAML::Loader::Base</remote-id>
166 + <remote-id type="cpan-module">YAML::Marshall</remote-id>
167 + <remote-id type="cpan-module">YAML::Mo</remote-id>
168 + <remote-id type="cpan-module">YAML::Node</remote-id>
169 + <remote-id type="cpan-module">YAML::Tag</remote-id>
170 + <remote-id type="cpan-module">YAML::Type::blessed</remote-id>
171 + <remote-id type="cpan-module">YAML::Type::code</remote-id>
172 + <remote-id type="cpan-module">YAML::Type::glob</remote-id>
173 + <remote-id type="cpan-module">YAML::Type::ref</remote-id>
174 + <remote-id type="cpan-module">YAML::Type::regexp</remote-id>
175 + <remote-id type="cpan-module">YAML::Type::undef</remote-id>
176 + <remote-id type="cpan-module">YAML::Types</remote-id>
177 + <remote-id type="cpan-module">YAML::Warning</remote-id>
178 + <remote-id type="cpan-module">yaml_mapping</remote-id>
179 + <remote-id type="cpan-module">yaml_scalar</remote-id>
180 + <remote-id type="cpan-module">yaml_sequence</remote-id>
181 + </upstream>
182 +</pkgmetadata>