diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-05-09 21:32:20 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-05-10 10:58:55 -0400 |
commit | dc1421c70ea14739cc7a78b7f42088e7041c142e (patch) | |
tree | 42c41f0e08a5df621e9396b06ec1b806bd7e07ea /dev-ruby/rex-core/rex-core-0.1.9.ebuild | |
parent | dev-ruby/metasploit-payloads: bump (diff) | |
download | gentoo-dc1421c70ea14739cc7a78b7f42088e7041c142e.tar.gz gentoo-dc1421c70ea14739cc7a78b7f42088e7041c142e.tar.bz2 gentoo-dc1421c70ea14739cc7a78b7f42088e7041c142e.zip |
dev-ruby/rex-core: metasploit deps gonna be the death of me
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ruby/rex-core/rex-core-0.1.9.ebuild')
-rw-r--r-- | dev-ruby/rex-core/rex-core-0.1.9.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/rex-core/rex-core-0.1.9.ebuild b/dev-ruby/rex-core/rex-core-0.1.9.ebuild new file mode 100644 index 000000000000..8797f9141a7f --- /dev/null +++ b/dev-ruby/rex-core/rex-core-0.1.9.ebuild @@ -0,0 +1,23 @@ +# 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="architecture specific information for Rex" +HOMEPAGE="https://rubygems.org/gems/rex-arch" + +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +all_ruby_prepare() { + sed -i '/bundler/d' Rakefile +} |