From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B5D913829C for ; Mon, 13 Jun 2016 04:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF77EE0A7D; Mon, 13 Jun 2016 04:37:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DC9DE0A63 for ; Mon, 13 Jun 2016 04:37:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E6A13405BB for ; Mon, 13 Jun 2016 04:37:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87524233C for ; Mon, 13 Jun 2016 04:37:29 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1465792604.8bc51db262b40331200731494b7368930a114d39.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/metasploit/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/metasploit/metasploit-9999.ebuild X-VCS-Directories: net-analyzer/metasploit/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 8bc51db262b40331200731494b7368930a114d39 X-VCS-Branch: master Date: Mon, 13 Jun 2016 04:37:29 +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-Archives-Salt: a71e254c-29d2-4abf-8c7f-54b9df7cdcf2 X-Archives-Hash: c1dd21fef1ede4e475959d75444c7307 commit: 8bc51db262b40331200731494b7368930a114d39 Author: Zero_Chaos gentoo org> AuthorDate: Sun Jun 12 21:53:33 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Jun 13 04:36:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bc51db2 net-analyzer/metasploit: Package-Manager: portage-2.3.0_rc1 net-analyzer/metasploit/metasploit-9999.ebuild | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/net-analyzer/metasploit/metasploit-9999.ebuild b/net-analyzer/metasploit/metasploit-9999.ebuild index ac969a0..75cb3e1 100644 --- a/net-analyzer/metasploit/metasploit-9999.ebuild +++ b/net-analyzer/metasploit/metasploit-9999.ebuild @@ -37,9 +37,9 @@ IUSE="development +java oracle +pcap test" RESTRICT="test" RUBY_COMMON_DEPEND="virtual/ruby-ssl - >=dev-ruby/activesupport-4.0.9:4.0 - >=dev-ruby/actionpack-4.0.9:4.0 - >=dev-ruby/activerecord-4.0.9:4.0 + >=dev-ruby/activesupport-4.2.6:4.2 + >=dev-ruby/actionpack-4.2.6:4.2 + >=dev-ruby/activerecord-4.2.6:4.2 dev-ruby/bcrypt-ruby dev-ruby/builder:3 dev-ruby/bundler @@ -50,14 +50,17 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl dev-ruby/metasm:1.0.2 dev-ruby/metasploit_data_models:1.2.10 dev-ruby/meterpreter_bins:0.0.22 - dev-ruby/metasploit-payloads:1.0.22 - dev-ruby/metasploit-credential:1.0.1 - >=dev-ruby/metasploit-concern-1.0.0:1.0 - >=dev-ruby/metasploit-model-1.0.0:1.0 + dev-ruby/metasploit-payloads:1.1.11 + >=dev-ruby/metasploit-credential-2.0.0 + >=dev-ruby/metasploit-concern-2.0.0 + >=dev-ruby/metasploit-model-2.0.0 dev-ruby/msgpack dev-ruby/nokogiri + dev-ruby/octokit dev-ruby/openssl-ccm:1.2.1 + dev-ruby/patch_finder dev-ruby/recog:2.0.14 + dev-ruby/redcarpet =dev-ruby/rkelly-remix-0.0.6 dev-ruby/sqlite3 >=dev-ruby/pg-0.11 @@ -65,6 +68,7 @@ RUBY_COMMON_DEPEND="virtual/ruby-ssl >=dev-ruby/rubyzip-1.1 dev-ruby/rb-readline-r7 dev-ruby/robots + dev-ruby/tzinfo java? ( dev-ruby/rjb ) oracle? ( dev-ruby/ruby-oci8 ) pcap? ( dev-ruby/pcaprub:* @@ -188,6 +192,9 @@ all_ruby_prepare() { #probably a better way to fix this... if I care at some point sed -i -e "/^ spec.files/,/^ }/d" metasploit-framework.gemspec || die + #https://bugs.gentoo.org/show_bug.cgi?id=584522 no tzinfo-data by choice in gentoo + sed -i '/tzinfo-data/d' metasploit-framework.gemspec + #let's bogart msfupdate rm msfupdate echo "#!/bin/sh" > msfupdate