Skip to content

Commit

Permalink
dev-perl/Event-RPC: Bump to version 1.100.0 re bug #661300
Browse files Browse the repository at this point in the history
Upstream:
- Fix tests without '.' in @inc
- Add ::Server->prepare() to give you control over Event loop
- Fix broken(expired) bundled CA certificats for tests

Bug: https://bugs.gentoo.org/661300
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <[email protected]>
  • Loading branch information
kentfredric committed Jul 10, 2019
1 parent 3b699ff commit d391da7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions dev-perl/Event-RPC/Event-RPC-1.100.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2019 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"

# 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
1 change: 1 addition & 0 deletions dev-perl/Event-RPC/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST Event-RPC-1.05.tar.gz 48716 BLAKE2B 3a062b48c4814e4ead8ba5faa54b016b34149895b06e2cca5bab2dcbe437f9f15c9d4dc793137088f558a52593ca17416625ab0fde8e1090ede285abbe2cd13a SHA512 817f3c6efccc9701d091d4ddb3dc6860efbb276150f1534a40315eb668074a77dac099b0f944a7507cda98aef1a59d4a5c460a9d3cef1bd0ffe40f88d1d5b214
DIST Event-RPC-1.08.tar.gz 57504 BLAKE2B 2dcd0c1807ec1c7823ea4a27f7acfc010cc83068152ae054d25d3814021e34aa301e9eb7a8c90468ad05f0f43e3e89c229893c51e012126084014e1519a884d7 SHA512 39de9feb1e958c8834e6492cf7d6d237892e8b4ea54e534af6d0a92dddae9126766872e46b9222f00deb24309981a4459b84cb37bc8ea74e7d62e4112b1fe317
DIST Event-RPC-1.10.tar.gz 51373 BLAKE2B 8c100acbdcdb777239a9e82668ff17201721b346b9646ba144b86ac716095923464f9c0da1ce8012ec5dc87756e881b4c1d4f3ec67bf90e0148980bd816376f1 SHA512 bc824ef779c0814ebac096e4152f239c6d3216e358d20491843e46d33f71d5eda4609abc3ee7ed6b3ae96c3689a8cf23f931630cd15bd660213bd41628a7c479

0 comments on commit d391da7

Please sign in to comment.