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 6F887139083 for ; Wed, 10 May 2017 14:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 766A821C0FE; Wed, 10 May 2017 14:59:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4855621C0FE for ; Wed, 10 May 2017 14:59:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 93CD13416C2 for ; Wed, 10 May 2017 14:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FC67745C for ; Wed, 10 May 2017 14:59: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: <1494428358.731be0be13e0690b5e71e70a764d9a0824139c39.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-exploitation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rex-exploitation/Manifest dev-ruby/rex-exploitation/metadata.xml dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild X-VCS-Directories: dev-ruby/rex-exploitation/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 731be0be13e0690b5e71e70a764d9a0824139c39 X-VCS-Branch: master Date: Wed, 10 May 2017 14:59: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: 988da582-ec6b-415f-8658-8915b7da7665 X-Archives-Hash: 0349e0e8782d6438a2640f1d66f30bbb commit: 731be0be13e0690b5e71e70a764d9a0824139c39 Author: Zero_Chaos gentoo org> AuthorDate: Wed May 10 14:47:35 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed May 10 14:59:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731be0be dev-ruby/rex-exploitation: metasploit dep Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-ruby/rex-exploitation/Manifest | 1 + dev-ruby/rex-exploitation/metadata.xml | 14 ++++++++++ .../rex-exploitation-0.1.12.ebuild | 30 ++++++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/dev-ruby/rex-exploitation/Manifest b/dev-ruby/rex-exploitation/Manifest new file mode 100644 index 00000000000..37dddf12ae7 --- /dev/null +++ b/dev-ruby/rex-exploitation/Manifest @@ -0,0 +1 @@ +DIST rex-exploitation-0.1.12.gem 78848 SHA256 087fa124f9c383db8b8cda78e934393800174c06e9b7739dfc4be2b778c29eb8 SHA512 74716b4f23cb490fbc84e37269b12c58ce83ff903cf37b84685bc59838fe6c45f91082db063f9ced5e8270af6b27dad1cc6b836fb470a9a59be7c039f9ed7b2c WHIRLPOOL f3473c07a48d4ab4ea20686602fe4a3ed12e1a98c8170fdb81e95c45889ac27b6fd9214d2a00ad14aafba24d82d8d6e2d8d4e7161403ccf68b126bfebdbd476b diff --git a/dev-ruby/rex-exploitation/metadata.xml b/dev-ruby/rex-exploitation/metadata.xml new file mode 100644 index 00000000000..d75035c6a53 --- /dev/null +++ b/dev-ruby/rex-exploitation/metadata.xml @@ -0,0 +1,14 @@ + + + + + zerochaos@gentoo.org + Rick Farina + + + + + rapid7/rex-exploitation + rex-exploitation + + diff --git a/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild b/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild new file mode 100644 index 00000000000..11171942743 --- /dev/null +++ b/dev-ruby/rex-exploitation/rex-exploitation-0.1.12.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23" +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_BINWRAP="" + +inherit ruby-fakegem + +DESCRIPTION="various helper mechanisms for creating exploits" +HOMEPAGE="https://rubygems.org/gems/rex-exploitation" + +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" +RESTRICT="test" + +ruby_add_rdepend "dev-ruby/jsobfu + dev-ruby/metasm:* + dev-ruby/rex-arch + dev-ruby/rex-encoder + dev-ruby/rex-text" + +all_ruby_prepare() { + sed -i '/bundler/d' Rakefile +}