summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-11-22 22:10:47 +1300
committerKent Fredric <kentnl@gentoo.org>2017-11-22 22:13:13 +1300
commitc5ca6eea2b609d4c1357eed1adb4aadba4656d9f (patch)
treedb2caaa8ad0deb0b0a0d50cfb116bc045b552e47
parentdev-perl/MogileFS-Client: EAPI6, enable tests (diff)
downloadgentoo-c5ca6eea2b609d4c1357eed1adb4aadba4656d9f.tar.gz
gentoo-c5ca6eea2b609d4c1357eed1adb4aadba4656d9f.tar.bz2
gentoo-c5ca6eea2b609d4c1357eed1adb4aadba4656d9f.zip
dev-perl/Linux-PipeMagic: Add w/ version 0.30.0
Required by MogileFS-Client-Async Package-Manager: Portage-2.3.14, Repoman-2.3.6
-rw-r--r--dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild21
-rw-r--r--dev-perl/Linux-PipeMagic/Manifest1
-rw-r--r--dev-perl/Linux-PipeMagic/metadata.xml12
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
new file mode 100644
index 000000000000..24510cf7020c
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/Linux-PipeMagic-0.30.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DLAMBLEY
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Perl extension to use the zero copy IO syscalls"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/File-Slurp
+ )
+"
diff --git a/dev-perl/Linux-PipeMagic/Manifest b/dev-perl/Linux-PipeMagic/Manifest
new file mode 100644
index 000000000000..09bef977710e
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/Manifest
@@ -0,0 +1 @@
+DIST Linux-PipeMagic-0.03.tar.gz 50413 BLAKE2B 512be7c90837aec72fd5a6a4d97f8c90ba525637206e292bebfe01acb1388b6b5282817beb32daed0c07e0a6a2223ce3d0c5e07a0c7f02dbe1ff2dd5f3808085 SHA512 cb2b09c03dbfc67b16e0542d332b91a816c69555c12b3ed7a392e6962121c4cbd557139f5329080d9447aed74054e6409c3f0f7b41a1c2d3decff7091da1965e
diff --git a/dev-perl/Linux-PipeMagic/metadata.xml b/dev-perl/Linux-PipeMagic/metadata.xml
new file mode 100644
index 000000000000..f9cd40305505
--- /dev/null
+++ b/dev-perl/Linux-PipeMagic/metadata.xml
@@ -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">Linux-PipeMagic</remote-id>
+ <remote-id type="cpan-module">Linux::PipeMagic</remote-id>
+ </upstream>
+</pkgmetadata>