summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-04-29 10:17:43 +0200
committerHans de Graaff <graaff@gentoo.org>2018-04-29 11:41:32 +0200
commit708d7fb29e86562565441cda75775da87b44e487 (patch)
tree9fee3f90960883942f72c149151823ba93f2bcf0 /dev-ruby/rex-core/rex-core-0.1.13.ebuild
parentdev-ruby/roadie-rails: add ruby24 (diff)
downloadgentoo-708d7fb29e86562565441cda75775da87b44e487.tar.gz
gentoo-708d7fb29e86562565441cda75775da87b44e487.tar.bz2
gentoo-708d7fb29e86562565441cda75775da87b44e487.zip
dev-ruby/rex-core: add 0.1.13
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/rex-core/rex-core-0.1.13.ebuild')
-rw-r--r--dev-ruby/rex-core/rex-core-0.1.13.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/rex-core/rex-core-0.1.13.ebuild b/dev-ruby/rex-core/rex-core-0.1.13.ebuild
new file mode 100644
index 000000000000..44f7cfba53d6
--- /dev/null
+++ b/dev-ruby/rex-core/rex-core-0.1.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby23 ruby24 ruby25"
+RUBY_FAKEGEM_RECIPE_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Core libraries required for the Ruby Exploitation(Rex) Suite"
+HOMEPAGE="https://rubygems.org/gems/rex-core"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i '/bundler/d' Rakefile
+}