summaryrefslogtreecommitdiff
path: root/dev-perl/MogileFS-Client-Async
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/MogileFS-Client-Async')
-rw-r--r--dev-perl/MogileFS-Client-Async/Manifest3
-rw-r--r--dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild34
-rw-r--r--dev-perl/MogileFS-Client-Async/metadata.xml17
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-perl/MogileFS-Client-Async/Manifest b/dev-perl/MogileFS-Client-Async/Manifest
deleted file mode 100644
index 564d55178d1d..000000000000
--- a/dev-perl/MogileFS-Client-Async/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST MogileFS-Client-Async-0.030.tar.gz 24988 BLAKE2B b5b6ed607df8404114bd5e2a9e75171c3d126211564bbcb332d8264d80f9306b3a44f42ff10051f2812d16215e54353b723f0ea4fdee7ecf87ad637e042e6b5f SHA512 32746207f12723171815cdc2e8b401b594b7de34b30a4bc1315575e20cd908ec7ff85b79c9bb501c6f343ed6469ffb80192ae1bdb08c7d76ed53e8d2ef40fcb2
-EBUILD MogileFS-Client-Async-0.030.0-r1.ebuild 752 BLAKE2B 4a9e8ba8a8806e06426905270b7b7fd419fdc533ff8154147ba580fe5a97de19086583e1b71139ac3b9df9f3c26c130b25a45684c35ad85416fb88b8a3125d44 SHA512 76a222aa9ac22fb28bbf98fa94052b0f8e638902e1a0b271bd3422cc3bf001c32453ebc635835001156b6f69ea3d2524e3f501ba81636594bc44b6128da55299
-MISC metadata.xml 648 BLAKE2B 146a2454e8c0984fe099f703f7bce05df5bf25b865246cb3157140803f8ed40f452f3bcda0b9d89c40f3f4bea7a560704f107051a9aaa54504fc38e2c2d2043b SHA512 c42010953dd8b8042be59b5c039102fe18a1b809b34acd4e41a1298021d196181bf45ea5489544e6aee1c109b85f1a539405ec27a6ed5b4ea5aad226b7884645
diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
deleted file mode 100644
index 47d6e47d6dee..000000000000
--- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.030.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DLAMBLEY
-DIST_VERSION=${PV%.0}
-inherit perl-module
-
-DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/IO-AIO
- dev-perl/AnyEvent
- dev-perl/AnyEvent-HTTP
- dev-perl/File-Slurp
- >=dev-perl/MogileFS-Client-1.16
- dev-perl/Try-Tiny
- dev-perl/namespace-clean
-"
-DEPEND="${RDEPEND}"
-
-# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
-DIST_TEST=skip
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
diff --git a/dev-perl/MogileFS-Client-Async/metadata.xml b/dev-perl/MogileFS-Client-Async/metadata.xml
deleted file mode 100644
index 361695263c32..000000000000
--- a/dev-perl/MogileFS-Client-Async/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>robbat2@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">MogileFS-Client-Async</remote-id>
- <remote-id type="cpan-module">MogileFS::Client::Async</remote-id>
- <remote-id type="cpan-module">MogileFS::Client::Callback</remote-id>
- <remote-id type="cpan-module">MogileFS::Client::CallbackFile</remote-id>
- </upstream>
-</pkgmetadata>