diff options
author | Sam James <sam@gentoo.org> | 2022-06-29 11:20:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-29 14:29:46 +0000 |
commit | 5e5a7becc0b65c1605db273b99b229f0cc2f6374 (patch) | |
tree | 8f0ffc820dd0cd91a8d86b93675873a8a522d46f /dev-perl | |
parent | media-sound/mumble: add myself as a maintainer (diff) | |
download | gentoo-5e5a7becc0b65c1605db273b99b229f0cc2f6374.tar.gz gentoo-5e5a7becc0b65c1605db273b99b229f0cc2f6374.tar.bz2 gentoo-5e5a7becc0b65c1605db273b99b229f0cc2f6374.zip |
dev-perl/Event-RPC: drop 1.100.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild b/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild deleted file mode 100644 index 64d95c1e3f4b..000000000000 --- a/dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ) -" -DEPEND="${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 |