mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
34 lines
694 B
Bash
34 lines
694 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=DLAMBLEY
|
|
DIST_VERSION=0.031
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
RDEPEND="
|
|
dev-perl/AnyEvent
|
|
dev-perl/AnyEvent-HTTP
|
|
dev-perl/File-Slurp
|
|
dev-perl/IO-AIO
|
|
dev-perl/libwww-perl
|
|
>=dev-perl/Linux-PipeMagic-0.30.0
|
|
>=dev-perl/MogileFS-Client-1.160.0
|
|
dev-perl/Try-Tiny
|
|
dev-perl/namespace-clean
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
test? (
|
|
>=dev-perl/Test-Exception-0.310.0
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|
|
|
|
# Tests only available if you have a local mogilefsd on 127.0.0.1:7001
|
|
DIST_TEST=skip
|