diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-11-21 14:10:01 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-11-21 16:36:08 +1300 |
commit | 14884a05c56ec63d6da099c76ccf12181e4c6606 (patch) | |
tree | a3c7003100bbe118cb6ce452bbb8fe617a2b247e /dev-perl/Mixin-Linewise | |
parent | dev-perl/PerlIO-utf8_strict: Add w/ version 0.6.0 (diff) | |
download | gentoo-14884a05c56ec63d6da099c76ccf12181e4c6606.tar.gz gentoo-14884a05c56ec63d6da099c76ccf12181e4c6606.tar.bz2 gentoo-14884a05c56ec63d6da099c76ccf12181e4c6606.zip |
dev-perl/Mixin-Linewise: Add w/ version 0.108.0
Required for dev-perl/Config-INI, and subsequently, dev-perl/Dist-Zilla
Previously maintained in ::perl-experimental since May 2009 by myself,
with some contributions from Torsten Veller
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-perl/Mixin-Linewise')
-rw-r--r-- | dev-perl/Mixin-Linewise/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild | 32 | ||||
-rw-r--r-- | dev-perl/Mixin-Linewise/metadata.xml | 14 |
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-perl/Mixin-Linewise/Manifest b/dev-perl/Mixin-Linewise/Manifest new file mode 100644 index 000000000000..9a40454bbafc --- /dev/null +++ b/dev-perl/Mixin-Linewise/Manifest @@ -0,0 +1 @@ +DIST Mixin-Linewise-0.108.tar.gz 19151 SHA256 7df20678474c0973930a472b0c55e3f8e85b7790b68ab18ef618f9c453c8aef2 SHA512 2789126737e2798a94ab6d90614503717dbc6c4178d19a9dd1e32689869e8e1298ec168fd6ab53580e65b5ad7ff94e065dca4afb7b71c2bb453810da61d29450 WHIRLPOOL 7779e4f0baf8bf4a815f90be308a16830129703fa54a818bff70ddf5a4fc3ddee95c0b0a7ce1232c04e1eff9807a324c3a280a3f442e261ead44742344884108 diff --git a/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild new file mode 100644 index 000000000000..6852064aa84d --- /dev/null +++ b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ +EAPI=6 +DIST_AUTHOR=RJBS +DIST_VERSION=0.108 +inherit perl-module + +DESCRIPTION="write your linewise code for handles; this does the rest" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test minimal" +# r: IO::File -> IO +# r: strict, warnings -> perl +# t: lib, utf8 -> perl +RDEPEND=" + virtual/perl-Carp + virtual/perl-IO + dev-perl/PerlIO-utf8_strict + dev-perl/Sub-Exporter +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + !minimal? ( + >=virtual/perl-CPAN-Meta-2.120.900 + ) + virtual/perl-Encode + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" diff --git a/dev-perl/Mixin-Linewise/metadata.xml b/dev-perl/Mixin-Linewise/metadata.xml new file mode 100644 index 000000000000..80f27cd3ccd0 --- /dev/null +++ b/dev-perl/Mixin-Linewise/metadata.xml @@ -0,0 +1,14 @@ +<?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">Mixin-Linewise</remote-id> + <remote-id type="cpan-module">Mixin::Linewise</remote-id> + <remote-id type="cpan-module">Mixin::Linewise::Readers</remote-id> + <remote-id type="cpan-module">Mixin::Linewise::Writers</remote-id> + </upstream> +</pkgmetadata> |