From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F461138359 for ; Fri, 14 Aug 2020 18:48:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 470CCE0837; Fri, 14 Aug 2020 18:48:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29006E0837 for ; Fri, 14 Aug 2020 18:48:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23492340A12 for ; Fri, 14 Aug 2020 18:48:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C03162D2 for ; Fri, 14 Aug 2020 18:48:40 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1597430905.477b93aff582226a594678b9869c052ba67b088a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Event-RPC/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild X-VCS-Directories: dev-perl/Event-RPC/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 477b93aff582226a594678b9869c052ba67b088a X-VCS-Branch: master Date: Fri, 14 Aug 2020 18:48:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 520baf50-fc3d-4d64-88a7-379296b63bb7 X-Archives-Hash: 7fb2e333bd4d90ba6b1463a26b68122d commit: 477b93aff582226a594678b9869c052ba67b088a Author: Kent Fredric gentoo org> AuthorDate: Fri Aug 14 18:48:09 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Fri Aug 14 18:48:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477b93af dev-perl/Event-RPC: -r bump for EAPI7 + minor fixes - EAPI7 - Satisfiy BAS-IMP-ebuild_multiple_deps_per_line QA Nit Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild | 45 ++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild b/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild new file mode 100644 index 00000000000..c4aa10e44ed --- /dev/null +++ b/dev-perl/Event-RPC/Event-RPC-1.100.0-r1.ebuild @@ -0,0 +1,45 @@ +# 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