From 22565b10c77d25cb2db9421477a24088192c1201 Mon Sep 17 00:00:00 2001 From: "Kacper Kowalik (Xarthisius)" Date: Sun, 18 Nov 2012 17:54:36 +0100 Subject: Fix DESCRIPTION, drop useless deps that are needed for cucumber tests (disabled for now). Thanks to graaff for review --- dev-vcs/hub/hub-1.10.2.ebuild | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/dev-vcs/hub/hub-1.10.2.ebuild b/dev-vcs/hub/hub-1.10.2.ebuild index 0d08a33..910a7b0 100644 --- a/dev-vcs/hub/hub-1.10.2.ebuild +++ b/dev-vcs/hub/hub-1.10.2.ebuild @@ -6,13 +6,12 @@ EAPI=4 USE_RUBY="ruby18 ruby19" -RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md" inherit ruby-fakegem -DESCRIPTION="Wrapper for git that make working with GitHub easier" +DESCRIPTION="Wrapper for git that makes working with GitHub easier" HOMEPAGE="http://defunkt.io/hub" SRC_URI="https://github.com/defunkt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -25,20 +24,16 @@ DEPEND=">=dev-vcs/git-1.7.3" RDEPEND="${DEPEND}" ruby_add_bdepend "test? ( - dev-ruby/test-unit + dev-ruby/test-unit:2 dev-ruby/webmock )" -ruby_add_rdepend "app-text/ronn - dev-ruby/json - dev-ruby/sinatra - dev-util/aruba - www-servers/thin" - -all_ruby_prepare() { - # Remove bundler support. - rm Gemfile || die -} +# There are optional cucumber tests that require +# dev-ruby/json +# dev-ruby/sinatra +# dev-util/aruba +# but lots of them fails. Disabled for now. +# use RUBY_FAKEGEM_TASK_TEST="test features" to enable them all_ruby_install() { all_fakegem_install -- cgit v1.2.3-65-gdbad