Files
gentoo/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild
Andreas K. Hüttel 844a2da135 Revert "dev-perl/Event-RPC: Test workaround"
Better leave it on for debugging
This reverts commit 23c667ce4f.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-05-14 19:54:03 +02:00

46 lines
1.0 KiB
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DIST_AUTHOR=JRED
DIST_VERSION=1.10
DIST_EXAMPLES=("examples/*")
inherit perl-module
DESCRIPTION="Event based transparent Client/Server RPC framework"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
# Note: Storable not listed in final alternation like it is
# upstream as storable alone is inherently insecure, so we force
# availability of at least one secure option
RDEPEND="
|| (
dev-perl/Event
dev-perl/glib-perl
dev-perl/AnyEvent
)
dev-perl/IO-Socket-SSL
dev-perl/Net-SSLeay
|| (
>=dev-perl/Sereal-3.0.0
dev-perl/CBOR-XS
>=dev-perl/JSON-XS-3.0.0
)
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
virtual/perl-Storable
virtual/perl-IO
)
"
# Before disabling test here again, please file a bug and help kentnl
# track it down, so we can at least run some tests where its sensible.
#DIST_TEST=skip