From: Christoph Junghans Date: Wed, 24 Feb 2016 23:30:55 +0000 (-0700) Subject: dev-ruby/travis: install bash-comp as well X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae364fa7992f930352637c99501d37d4261e884a;p=gentoo.git dev-ruby/travis: install bash-comp as well Package-Manager: portage-2.2.26 --- diff --git a/dev-ruby/travis/travis-1.8.2.ebuild b/dev-ruby/travis/travis-1.8.2-r1.ebuild similarity index 84% rename from dev-ruby/travis/travis-1.8.2.ebuild rename to dev-ruby/travis/travis-1.8.2-r1.ebuild index c786ee423a11..6b1eb288cde3 100644 --- a/dev-ruby/travis/travis-1.8.2.ebuild +++ b/dev-ruby/travis/travis-1.8.2-r1.ebuild @@ -7,7 +7,7 @@ USE_RUBY="ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec" -inherit ruby-fakegem +inherit bash-completion-r1 ruby-fakegem DESCRIPTION="Travis CI Client (CLI and Ruby library) " HOMEPAGE="https://github.com/travis-ci/travis.rb" @@ -33,3 +33,9 @@ ruby_add_rdepend " >dev-ruby/pusher-client-0.4 >=dev-ruby/typhoeus-0.6.8 " + +all_ruby_install() { + all_fakegem_install + + newbashcomp "assets/travis.sh" "travis" +}