Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/YAML-LibYAML/
Date: Thu, 07 Oct 2021 23:35:24
Message-Id: 1633649658.00a86cfc79faac4d28ae0234edd33134af1aec51.dilfridge@gentoo
1 commit: 00a86cfc79faac4d28ae0234edd33134af1aec51
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 22:58:01 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 23:34:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a86cfc
7
8 dev-perl/YAML-LibYAML: Version bump 0.83
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/YAML-LibYAML/Manifest | 1 +
14 dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild | 14 ++++++++++++++
15 2 files changed, 15 insertions(+)
16
17 diff --git a/dev-perl/YAML-LibYAML/Manifest b/dev-perl/YAML-LibYAML/Manifest
18 index 2485e6806cc..cd0394a4d62 100644
19 --- a/dev-perl/YAML-LibYAML/Manifest
20 +++ b/dev-perl/YAML-LibYAML/Manifest
21 @@ -1 +1,2 @@
22 DIST YAML-LibYAML-0.69.tar.gz 147007 BLAKE2B 05904048fec7feb3120500e5f5d5faca9f4123a23e9f2080077ea1b36ad2f3ec64691e44a097628f6d5ff60726bb5926187d16414afa851ad32d1e3f477b82a8 SHA512 046cc6e8ef6434f6dd20de4b3046bfb7c86dd54b6620922fbd9d6eab204d0ee40667fc6d56079b5b314843ef759344e3d48728baca011d4a6b5a12ba5887704d
23 +DIST YAML-LibYAML-0.83.tar.gz 152593 BLAKE2B 16fcc52bed1920a6cd99526fe1e2cc5a6168560b144a6d6c812ac81c54999713443476a87bfb96206d2bc9a2261fb74280253cabaf7a4b2b9585717f3bd9deb0 SHA512 4d70846dae3f5e18e96da786037a6cf09cf06ebdc472243406bf828021071ebaf6f9ac0bab6a88c5208ffeb72c7012cbc054ebf5d6be0f562084db68d3de7451
24
25 diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild
26 new file mode 100644
27 index 00000000000..9f1c73a041b
28 --- /dev/null
29 +++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.830.0.ebuild
30 @@ -0,0 +1,14 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=TINITA
37 +DIST_VERSION=0.83
38 +inherit perl-module
39 +
40 +DESCRIPTION="Perl YAML Serialization using XS and libyaml"
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
43 +
44 +PERL_RM_FILES=("t/author-pod-syntax.t")