From 3927a5dde9d6b500f8ad7c17da68951d9d53bef6 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 15 Sep 2020 00:56:34 +0800 Subject: [PATCH] metasploit-model: binwrap trick --- ...del-3.0.0.ebuild => metasploit-model-3.0.0-r1.ebuild} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) rename dev-ruby/metasploit-model/{metasploit-model-3.0.0.ebuild => metasploit-model-3.0.0-r1.ebuild} (94%) diff --git a/dev-ruby/metasploit-model/metasploit-model-3.0.0.ebuild b/dev-ruby/metasploit-model/metasploit-model-3.0.0-r1.ebuild similarity index 94% rename from dev-ruby/metasploit-model/metasploit-model-3.0.0.ebuild rename to dev-ruby/metasploit-model/metasploit-model-3.0.0-r1.ebuild index d5a85cdff..f77282356 100644 --- a/dev-ruby/metasploit-model/metasploit-model-3.0.0.ebuild +++ b/dev-ruby/metasploit-model/metasploit-model-3.0.0-r1.ebuild @@ -6,8 +6,9 @@ EAPI=7 USE_RUBY="ruby25 ruby26" inherit ruby-fakegem - RUBY_FAKEGEM_EXTRAINSTALL="app config script spec" +#https://github.com/rapid7/metasploit-model/issues/53 +RUBY_FAKEGEM_BINWRAP="" DESCRIPTION="Common code, such as validators and mixins" HOMEPAGE="https://github.com/rapid7/metasploit-model" @@ -28,10 +29,6 @@ ruby_add_rdepend ">=dev-ruby/railties-5.2.2:5.2 ruby_add_bdepend "dev-ruby/bundler" all_ruby_prepare() { - #TODO FIXME - # define ENGINE_ROOT ENGINE_PATH vars instead - rm -r bin - [ -f Gemfile.lock ] && rm Gemfile.lock #For now, we don't support development or testing at all #if ! use development; then @@ -54,5 +51,3 @@ each_ruby_prepare() { BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die fi } - -