mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-09 04:31:40 +01:00
dev-perl/PerlIO-utf8_strict: Add from Gentoo
It's from Gentoo commit 0ad96e879b651cc7e8214159d5841d6b633bef8a. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
daee4fefeb
commit
014157ba4b
1
sdk_container/src/third_party/portage-stable/dev-perl/PerlIO-utf8_strict/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/dev-perl/PerlIO-utf8_strict/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST PerlIO-utf8_strict-0.010.tar.gz 141471 BLAKE2B 8af17a289aa2c299e8675cf71fe4e6d42373c9672208c35edf9c9990ccb2343143d1902c214271ea76adbc214aaf3a2a1fc6da194393c76ab9225c787a001423 SHA512 623d7ba2f80f87196c172ce2b9ad789b14455cdb18ef8dd388af357e50e299128d9f631a1a034d671e46c6c72770c5900f18c83be4b2796285bb7f56afaa76a0
|
||||
@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=LEONT
|
||||
DIST_VERSION=0.010
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Fast and correct UTF-8 IO"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
|
||||
RDEPEND="
|
||||
virtual/perl-XSLoader
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
test? (
|
||||
virtual/perl-Carp
|
||||
virtual/perl-Exporter
|
||||
virtual/perl-File-Spec
|
||||
virtual/perl-IO
|
||||
dev-perl/Test-Exception
|
||||
>=virtual/perl-Test-Simple-0.880.0
|
||||
)
|
||||
"
|
||||
12
sdk_container/src/third_party/portage-stable/dev-perl/PerlIO-utf8_strict/metadata.xml
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/dev-perl/PerlIO-utf8_strict/metadata.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>perl@gentoo.org</email>
|
||||
<name>Gentoo Perl Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="cpan">PerlIO-utf8_strict</remote-id>
|
||||
<remote-id type="cpan-module">PerlIO::utf8_strict</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user