Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML-LibYAML/
Date: Tue, 03 Apr 2018 06:42:36
Message-Id: 1522737743.2f3372014b78e484f7a00b76b0cbd17727444db9.kentnl@gentoo
1 commit: 2f3372014b78e484f7a00b76b0cbd17727444db9
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 06:41:43 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 06:42:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f337201
7
8 dev-perl/YAML-LibYAML: Bump to version 0.690.0
9
10 Upstream:
11 - (Security) Add $LoadBlessed option[1] to run on/off loading objects
12 - Fix regex roundtrip [2]
13 - Fix loading of many regex classes [3]
14 - Support tags !!str, !!map and !!seq [4]
15 - Support JSON::PP::Boolean via $YAML::XS::Boolean [5]
16 - Fix Dump modifying inspected values [6]
17
18 [1]
19 Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861958
20 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/45
21 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/73
22 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/74
23 [2]
24 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/69
25 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/70
26 [3]
27 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/64
28 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/71
29 [4]
30 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/67
31 [5]
32 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/66
33 [6]
34 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/issues/32
35 Bug: https://github.com/ingydotnet/yaml-libyaml-pm/pull/55
36 Package-Manager: Portage-2.3.24, Repoman-2.3.6
37
38 dev-perl/YAML-LibYAML/Manifest | 1 +
39 dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild | 20 ++++++++++++++++++++
40 2 files changed, 21 insertions(+)
41
42 diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest
43 index b6211a87e18..7685d8e450e 100644
44 --- a/dev-perl/YAML-LibYAML/Manifest
45 +++ b/dev-perl/YAML-LibYAML/Manifest
46 @@ -1,2 +1,3 @@
47 DIST YAML-LibYAML-0.64.tar.gz 143095 BLAKE2B 9b99e0249629b7ab57a9b407bf0b86e3862a88ef4390d1e524ddd85913f9b82e01c2484740cbf5c1d671c423b598010eb39305ea7441e882940e19ae40f4b211 SHA512 c8d996a9bc86e644c85fa8662b91afb75e0e9bcfeaba88b0a661ef83c9d1dfbcd4464fdba8fcc16269dc3c561c3c5257818f7f15df78bf4331ec2f91a6245faf
48 DIST YAML-LibYAML-0.65.tar.gz 143204 BLAKE2B 5e33f5d9bc1152443b2082c43e95eba34271330aaf279a4ec900185058dfc6fe2f97d0a685367733c1d5abddc3861b9014c02b1f00dad4757bd727e72f166086 SHA512 87998f9d8458476168c06e984696ac562e77f6cfc252c57a8159bb45353bacab7fa159c983275f08fcd54479d7a994feebc2568f51b564d685d99cc66ee87cf0
49 +DIST YAML-LibYAML-0.69.tar.gz 147007 BLAKE2B 05904048fec7feb3120500e5f5d5faca9f4123a23e9f2080077ea1b36ad2f3ec64691e44a097628f6d5ff60726bb5926187d16414afa851ad32d1e3f477b82a8 SHA512 046cc6e8ef6434f6dd20de4b3046bfb7c86dd54b6620922fbd9d6eab204d0ee40667fc6d56079b5b314843ef759344e3d48728baca011d4a6b5a12ba5887704d
50
51 diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild
52 new file mode 100644
53 index 00000000000..a2a134115d2
54 --- /dev/null
55 +++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.690.0.ebuild
56 @@ -0,0 +1,20 @@
57 +# Copyright 1999-2018 Gentoo Foundation
58 +# Distributed under the terms of the GNU General Public License v2
59 +
60 +EAPI=6
61 +
62 +DIST_AUTHOR=TINITA
63 +DIST_VERSION=0.69
64 +inherit perl-module
65 +
66 +DESCRIPTION="Perl YAML Serialization using XS and libyaml"
67 +SLOT="0"
68 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 +IUSE=""
70 +
71 +RDEPEND=""
72 +DEPEND="${RDEPEND}
73 + virtual/perl-ExtUtils-MakeMaker"
74 +export OPTIMIZE="$CFLAGS"
75 +
76 +PERL_RM_FILES=("t/author-pod-syntax.t")