diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2016-02-24 16:30:55 -0700 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2016-02-29 13:21:17 -0700 |
commit | ae364fa7992f930352637c99501d37d4261e884a (patch) | |
tree | 523ac9edb1362c3f3c7a7ee8b7924548444f027e /dev-ruby/travis | |
parent | Revert "dev-libs/nspr: version bump to 4.12" (diff) | |
download | gentoo-ae364fa7992f930352637c99501d37d4261e884a.tar.gz gentoo-ae364fa7992f930352637c99501d37d4261e884a.tar.bz2 gentoo-ae364fa7992f930352637c99501d37d4261e884a.zip |
dev-ruby/travis: install bash-comp as well
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/travis')
-rw-r--r-- | dev-ruby/travis/travis-1.8.2-r1.ebuild (renamed from dev-ruby/travis/travis-1.8.2.ebuild) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-ruby/travis/travis-1.8.2.ebuild b/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" +} |