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-Tiny/
Date: Tue, 03 Apr 2018 06:55:23
Message-Id: 1522738491.e18f48e20b8a4a81338d8aa1851b4271bb68303a.kentnl@gentoo
1 commit: e18f48e20b8a4a81338d8aa1851b4271bb68303a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 06:54:51 2018 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 06:54:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18f48e2
7
8 dev-perl/YAML-Tiny: Bump to version 1.730.0
9
10 Upstream:
11 - Fix compat with Test::Builder 0.94
12 - Fix stripping of leading whitespace in folded/literal text blocks
13
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 dev-perl/YAML-Tiny/Manifest | 1 +
17 dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild | 35 +++++++++++++++++++++++++++++
18 2 files changed, 36 insertions(+)
19
20 diff --git a/dev-perl/YAML-Tiny/Manifest b/dev-perl/YAML-Tiny/Manifest
21 index ca2f7b97679..3ba4513ac4a 100644
22 --- a/dev-perl/YAML-Tiny/Manifest
23 +++ b/dev-perl/YAML-Tiny/Manifest
24 @@ -1,2 +1,3 @@
25 DIST YAML-Tiny-1.69.tar.gz 71513 BLAKE2B e765df404b786a3cc22927ca47b1706ceb5e6d2518aaf313342987839c4ab5158b7d4bf4d553f91803b9ed5072efbd580ffffe2e92fd1c6ae0958b851530da0f SHA512 64c3428691f78d94bedf7f3b3276f7868d7280ca6d3c9a7a2e8137568d0da2fc94c766f9873f2796898386d6e7d3d1010c790fcc119f3d4d743becfa39d56a2c
26 DIST YAML-Tiny-1.70.tar.gz 72663 BLAKE2B 38fd70deed477341436693a2da78d3e89e9b9dbc72c2872904e6a806b01987a09d875b416d75b2c68fea006e6823f19351dc630ac64968d0a1924c1a7824b405 SHA512 a4d790f8d797170fac819640d23a3ddc62b506ac9467d8922ed2ca8f1abacf5a6ba7604e5312f6539a3c9e4aa8c41ccd91754ca32f74bf8b0d89a9d84e4b4f53
27 +DIST YAML-Tiny-1.73.tar.gz 73708 BLAKE2B 42e9c5cffa2b9babb0dd1453af69866405fd7273c2b340ceb010d78d8fe28db61268b6bb5ad1840b1aa72819ae048150bf5c416bed1b2e518b28f77b2ba978be SHA512 5999e220025aa8076e5e0e9e73e80c2da21660e77f6744d73e8e29962221d02d33a36e9829c44abf7d4f45abae069d8e121c8019bd1600b7e64db5e54efd9987
28
29 diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild
30 new file mode 100644
31 index 00000000000..53eb63321f7
32 --- /dev/null
33 +++ b/dev-perl/YAML-Tiny/YAML-Tiny-1.730.0.ebuild
34 @@ -0,0 +1,35 @@
35 +# Copyright 1999-2018 Gentoo Foundation
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +DIST_AUTHOR=ETHER
41 +DIST_VERSION=1.73
42 +inherit perl-module
43 +
44 +DESCRIPTION="Read/Write YAML files with as little code as possible"
45 +
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~s390 ~sh ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
48 +IUSE="test minimal"
49 +
50 +RDEPEND="
51 + virtual/perl-Carp
52 + virtual/perl-Exporter
53 + virtual/perl-Scalar-List-Utils
54 +"
55 +DEPEND="${RDEPEND}
56 + virtual/perl-ExtUtils-MakeMaker
57 + test? (
58 + !minimal? (
59 + >=virtual/perl-CPAN-Meta-2.120.900
60 + >=dev-perl/JSON-MaybeXS-1.1.0
61 + )
62 + >=virtual/perl-File-Spec-0.80.0
63 + >=virtual/perl-File-Temp-0.190.0
64 + virtual/perl-Getopt-Long
65 + virtual/perl-IO
66 + virtual/perl-JSON-PP
67 + >=virtual/perl-Test-Simple-0.880.0
68 + )
69 +"