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/PerlIO-utf8_strict/
Date: Thu, 29 Jul 2021 20:01:51
Message-Id: 1627588882.25394381f37ebb8599a64e17826a8ac9825d1ce0.dilfridge@gentoo
1 commit: 25394381f37ebb8599a64e17826a8ac9825d1ce0
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 19:49:52 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 20:01:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25394381
7
8 dev-perl/PerlIO-utf8_strict: Version bump 0.008
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/PerlIO-utf8_strict/Manifest | 1 +
14 .../PerlIO-utf8_strict-0.8.0.ebuild | 28 ++++++++++++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/dev-perl/PerlIO-utf8_strict/Manifest b/dev-perl/PerlIO-utf8_strict/Manifest
18 index b6e5937ebe1..336c73cfa57 100644
19 --- a/dev-perl/PerlIO-utf8_strict/Manifest
20 +++ b/dev-perl/PerlIO-utf8_strict/Manifest
21 @@ -1 +1,2 @@
22 DIST PerlIO-utf8_strict-0.007.tar.gz 67922 BLAKE2B 4d13dc6e6b4cdf7a4bf3cd51ca1e054d82cab4094894f4cee7503201cc11f80ab27951417778f7e179aee03b75b4bbb30e839a498c83d5afd3881db64973d324 SHA512 0d39be9bcbab4cea087f59c67dc1af6773b6258c5e836590ff58cc18bf3392ba6e95c55a0c7ce94236e0be7053802b4b1d6010130355e1a973a3698aaf49af0f
23 +DIST PerlIO-utf8_strict-0.008.tar.gz 95180 BLAKE2B 5e041d619036e589cf3d9272be20f2eaf50066700d5b401e923fec4745ecc2f74107f2a57a9b2c22a4b4ccee908a595b7618a2c5f74000635393ef9fcbeb8507 SHA512 5a54c379925880abca7f85a2b08c19d54e222a03e06490ff366ee38e68018b5f6a4ab0bb8df15f9581b6265eac550090a35f3a4f52c748c008c9c575af41c911
24
25 diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild
26 new file mode 100644
27 index 00000000000..102ba0bf982
28 --- /dev/null
29 +++ b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.8.0.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +DIST_AUTHOR=LEONT
36 +DIST_VERSION=0.008
37 +inherit perl-module
38 +
39 +DESCRIPTION="Fast and correct UTF-8 IO"
40 +
41 +SLOT="0"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
43 +
44 +RDEPEND="
45 + virtual/perl-XSLoader
46 +"
47 +
48 +BDEPEND="${RDEPEND}
49 + virtual/perl-ExtUtils-MakeMaker
50 + test? (
51 + virtual/perl-Carp
52 + virtual/perl-Exporter
53 + virtual/perl-File-Spec
54 + virtual/perl-IO
55 + dev-perl/Test-Exception
56 + >=virtual/perl-Test-Simple-0.880.0
57 + )
58 +"