diff options
author | Hans de Graaff <graaff@gentoo.org> | 2016-12-03 07:35:57 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2016-12-03 07:37:17 +0100 |
commit | e27770c2158f6c6ee0943db4d83f4569c55aad92 (patch) | |
tree | 0863f188e6309600a011312d542cf8e1cb9f3785 /dev-ruby/bcat | |
parent | dev-util/cucumber: add ruby21 (diff) | |
download | gentoo-e27770c2158f6c6ee0943db4d83f4569c55aad92.tar.gz gentoo-e27770c2158f6c6ee0943db4d83f4569c55aad92.tar.bz2 gentoo-e27770c2158f6c6ee0943db4d83f4569c55aad92.zip |
dev-ruby/bcat: cleanup
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/bcat')
-rw-r--r-- | dev-ruby/bcat/bcat-0.6.2-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-ruby/bcat/bcat-0.6.2-r1.ebuild b/dev-ruby/bcat/bcat-0.6.2-r1.ebuild deleted file mode 100644 index 8affb8eb58a2..000000000000 --- a/dev-ruby/bcat/bcat-0.6.2-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -RUBY_FAKEGEM_TASK_DOC="man" -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="Pipe to browser utility for use at the shell and within editors" -HOMEPAGE="https://github.com/rtomayko/bcat" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -# Collides on /usr/bin/bcat, bug 418301 -RDEPEND="${RDEPEND} !!<app-accessibility/speech-tools-2.1-r3" - -ruby_add_bdepend "doc? ( app-text/ronn )" - -ruby_add_rdepend "dev-ruby/rack" - -each_ruby_prepare() { - sed -i -e "s/a2h/#{ENV['RUBY']} -S a2h/" test/test_bcat_a2h.rb || die -} - -each_ruby_test() { - # The Rakefile uses weird trickery with load path that causes gems - # not to be found. Run tests directly instead and do the trickery - # here to support popen calls for the bins in this package. - RUBY=${RUBY} RUBYLIB=lib:${RUBYLIB} PATH=bin:${PATH} ${RUBY} -S testrb test/test_*.rb || die -} - -all_ruby_install() { - all_fakegem_install - - doman man/*.1 -} |