From 1716b84d99ade43e6ff65df18aa2f42e35fef309 Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 21 Nov 2018 19:57:04 +0800 Subject: [PATCH] msfrpc-client: 1.1.2 bump --- dev-ruby/msfrpc-client/Manifest | 1 + .../msfrpc-client/msfrpc-client-1.1.1.ebuild | 3 +- .../msfrpc-client/msfrpc-client-1.1.2.ebuild | 28 +++++++++++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/msfrpc-client/msfrpc-client-1.1.2.ebuild diff --git a/dev-ruby/msfrpc-client/Manifest b/dev-ruby/msfrpc-client/Manifest index a19df41c2..3abb74914 100644 --- a/dev-ruby/msfrpc-client/Manifest +++ b/dev-ruby/msfrpc-client/Manifest @@ -1 +1,2 @@ DIST msfrpc-client-1.1.1.gem 13312 BLAKE2B 2e6ed33d394e68c14402e123e2a6312900bc5cc1d6342a87ad0c5daa74eac08027476bbd61e3b84b39c6b868a2f8c10aef33c1c163cfacedfab6fd0271d877b3 SHA512 ae34470f6bdb97482075b0cab4b2b261ff1f0dfa3def041f0f9f92457af0d6555ef2c10164a84aadf712d1a320ad2099e59a4b8ed3467a7ec2298c87a7258955 +DIST msfrpc-client-1.1.2.gem 13312 BLAKE2B 3d4710ac4a106a74415f005c1231cda11cc784fa2bcb2b4746e5fbe6c0abe4f9f6fcbc634a547be2cd2073929ba8dabb265a1603d2f26324e8bbd8adbba9b47b SHA512 c831cda3db51e768ca8f543060898bee3c6731eda58161a80347c0ba110e87cf94ef3601b30b5a15e413ac5dc0b3c495f100e13ff5fd6db75b502f3ad42904e5 diff --git a/dev-ruby/msfrpc-client/msfrpc-client-1.1.1.ebuild b/dev-ruby/msfrpc-client/msfrpc-client-1.1.1.ebuild index 356d5bdd3..a1bdfb0a9 100644 --- a/dev-ruby/msfrpc-client/msfrpc-client-1.1.1.ebuild +++ b/dev-ruby/msfrpc-client/msfrpc-client-1.1.1.ebuild @@ -3,7 +3,8 @@ EAPI=6 -USE_RUBY="ruby23 ruby24" +#fails to install with ruby24 +USE_RUBY="ruby23" RUBY_FAKEGEM_TASK_DOC="yard" RUBY_FAKEGEM_DOCDIR="doc" diff --git a/dev-ruby/msfrpc-client/msfrpc-client-1.1.2.ebuild b/dev-ruby/msfrpc-client/msfrpc-client-1.1.2.ebuild new file mode 100644 index 000000000..bc7dca12c --- /dev/null +++ b/dev-ruby/msfrpc-client/msfrpc-client-1.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +#fails to install with ruby24 +USE_RUBY="ruby23" + +RUBY_FAKEGEM_TASK_DOC="yard" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_TASK_TEST="spec" + +inherit ruby-fakegem + +DESCRIPTION="Ruby client API to access the Rapid7 Metasploit Pro RPC service" +HOMEPAGE="http://rubygems.org/gems/msfrpc-client" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +# Tests fail with load errors, possibly due to unfulfilled +# dependencies. Needs ot be investigated before moved to main tree. +RESTRICT="test" + +ruby_add_rdepend "=dev-ruby/msgpack-1*"