Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bcat/
Date: Sat, 03 Dec 2016 06:37:43
Message-Id: 1480747037.e27770c2158f6c6ee0943db4d83f4569c55aad92.graaff@gentoo
1 commit: e27770c2158f6c6ee0943db4d83f4569c55aad92
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 06:35:57 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 06:37:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27770c2
7
8 dev-ruby/bcat: cleanup
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/bcat/bcat-0.6.2-r1.ebuild | 43 --------------------------------------
13 1 file changed, 43 deletions(-)
14
15 diff --git a/dev-ruby/bcat/bcat-0.6.2-r1.ebuild b/dev-ruby/bcat/bcat-0.6.2-r1.ebuild
16 deleted file mode 100644
17 index 8affb8e..00000000
18 --- a/dev-ruby/bcat/bcat-0.6.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,43 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -USE_RUBY="ruby20"
27 -
28 -RUBY_FAKEGEM_TASK_DOC="man"
29 -RUBY_FAKEGEM_EXTRADOC="README"
30 -
31 -inherit ruby-fakegem
32 -
33 -DESCRIPTION="Pipe to browser utility for use at the shell and within editors"
34 -HOMEPAGE="https://github.com/rtomayko/bcat"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
39 -IUSE=""
40 -
41 -# Collides on /usr/bin/bcat, bug 418301
42 -RDEPEND="${RDEPEND} !!<app-accessibility/speech-tools-2.1-r3"
43 -
44 -ruby_add_bdepend "doc? ( app-text/ronn )"
45 -
46 -ruby_add_rdepend "dev-ruby/rack"
47 -
48 -each_ruby_prepare() {
49 - sed -i -e "s/a2h/#{ENV['RUBY']} -S a2h/" test/test_bcat_a2h.rb || die
50 -}
51 -
52 -each_ruby_test() {
53 - # The Rakefile uses weird trickery with load path that causes gems
54 - # not to be found. Run tests directly instead and do the trickery
55 - # here to support popen calls for the bins in this package.
56 - RUBY=${RUBY} RUBYLIB=lib:${RUBYLIB} PATH=bin:${PATH} ${RUBY} -S testrb test/test_*.rb || die
57 -}
58 -
59 -all_ruby_install() {
60 - all_fakegem_install
61 -
62 - doman man/*.1
63 -}