dev-perl/PerlIO-utf8_strict: Add w/ version 0.6.0
authorKent Fredric <kentnl@gentoo.org>
Mon, 21 Nov 2016 01:06:29 +0000 (14:06 +1300)
committerKent Fredric <kentnl@gentoo.org>
Mon, 21 Nov 2016 03:36:08 +0000 (16:36 +1300)
This is a requirement for dev-perl/Mixin-Linewise, which is in turn
required for dev-perl/Config-INI, which is in turn required for
dev-perl/Dist-Zilla

Was previously in the ::perl-experimental overlay since April 2014,
maintained by myself.

Package-Manager: portage-2.3.2

dev-perl/PerlIO-utf8_strict/Manifest [new file with mode: 0644]
dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild [new file with mode: 0644]
dev-perl/PerlIO-utf8_strict/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/PerlIO-utf8_strict/Manifest b/dev-perl/PerlIO-utf8_strict/Manifest
new file mode 100644 (file)
index 0000000..ecda7e0
--- /dev/null
@@ -0,0 +1 @@
+DIST PerlIO-utf8_strict-0.006.tar.gz 66240 SHA256 980010e624c43be0a2aac8e1fe5db3fe43035940def75ca70401bb1ca98bd562 SHA512 9c8423d5e60eba54d1c1ad77840d703577e3bb35333e08ef34ada64bebc8c50630e19c6d536243bfbae4197bf8143de82251122af8581813c61428c8a78111de WHIRLPOOL a91f41d0aacfb1d32746d08ae639994ada8f02f65c4adb29b7bb4ffdf2244d4ed81712812b7b7773b5fa87e9dd8f91fc5e680b5850c622310af9b7d00d015469
diff --git a/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild b/dev-perl/PerlIO-utf8_strict/PerlIO-utf8_strict-0.6.0.ebuild
new file mode 100644 (file)
index 0000000..94b313f
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Fast and correct UTF-8 IO"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: strict, warnings -> perl
+RDEPEND="
+       virtual/perl-XSLoader
+"
+# t: File::Spec::Functions -> File-Spec
+# t: IO::File -> IO
+# t: utf8 -> perl
+DEPEND="${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
+       )
+"
+src_compile() {
+       emake OPTIMIZE="${CFLAGS}"
+}
diff --git a/dev-perl/PerlIO-utf8_strict/metadata.xml b/dev-perl/PerlIO-utf8_strict/metadata.xml
new file mode 100644 (file)
index 0000000..e258934
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>