summaryrefslogtreecommitdiff
path: root/dev-perl/Mixin-Linewise
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Mixin-Linewise
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Mixin-Linewise')
-rw-r--r--dev-perl/Mixin-Linewise/Manifest3
-rw-r--r--dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild32
-rw-r--r--dev-perl/Mixin-Linewise/metadata.xml14
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-perl/Mixin-Linewise/Manifest b/dev-perl/Mixin-Linewise/Manifest
new file mode 100644
index 000000000000..8dc5967fa549
--- /dev/null
+++ b/dev-perl/Mixin-Linewise/Manifest
@@ -0,0 +1,3 @@
+DIST Mixin-Linewise-0.108.tar.gz 19151 BLAKE2B 14a4670c9d1080b08bb27950f4a3aa21150e2761ef7069d7b18f0866e10a2450ef84c79aaf170bc62216903dd43efb8d95594dd1d8926c0c99025b85ad609188 SHA512 2789126737e2798a94ab6d90614503717dbc6c4178d19a9dd1e32689869e8e1298ec168fd6ab53580e65b5ad7ff94e065dca4afb7b71c2bb453810da61d29450
+EBUILD Mixin-Linewise-0.108.0.ebuild 674 BLAKE2B f1c8388a02b0f6a14b9b3d2f90b06444a12f77394f8e573b4b1c7b82deca625f5d7eed834fba4d5ed501a5d24adf7ee9308ae1fbaa213e1a51fcb2012d6ee798 SHA512 fab922fcd97f840735aef19ea68ca0bcf7ffd8abcbe0297c1c66fb96c3c0d0a4a0a5eacff0dc2547e6ba859ae5e5b2f991bb5cc452f767c6306d4ec4917d84a5
+MISC metadata.xml 542 BLAKE2B 50e578ad0d411fb55bf8587de9873cfb4f964e4b339d333524973f5c785cf28762690b336592cb8529c09dcd81f06a94e60bc4a014292332c5f367e56d8c558c SHA512 f5ceabc747666b86e67b52d052a8bc2a1b0473706a4fc97ef0fcb286b6ec339c9d6acaa053034a44ef2c708a64d9e17e02cc2ff392dc5dabc75f33c9cd55abbe
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..3fe550190b8f
--- /dev/null
+++ b/dev-perl/Mixin-Linewise/Mixin-Linewise-0.108.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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>