commit: 410dd5314d48fd4f451d7cff70512ed95b90862e
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 03:35:01 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 04:06:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410dd531
dev-ruby/rex-struct2: drop random bins
Package-Manager: portage-2.3.0
dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
index 1af3547..e3b62ac 100644
--- a/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
+++ b/dev-ruby/rex-struct2/rex-struct2-0.1.0.ebuild
@@ -7,6 +7,7 @@ EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
#RUBY_FAKEGEM_RECIPE_TEST="rspec3"
RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_BINWRAP=""
inherit ruby-fakegem
@@ -21,8 +22,3 @@ IUSE=""
# doesn't seem to actually run any tests
RESTRICT=test
-
-all_ruby_install() {
- ruby_fakegem_binwrapper console ${PN}-console
- ruby_fakegem_binwrapper setup ${PN}-setup
-}