diff options
author | 2015-07-25 13:04:04 +0000 | |
---|---|---|
committer | 2015-07-25 13:04:04 +0000 | |
commit | 1ed4a928e15a679c54fcb8261a22b99af315bf4c (patch) | |
tree | ad8def343179c843a3a0c9319f477e0a9e0c500f /dev-ruby/bcat | |
parent | sparc stable wrt bug #542574 (diff) | |
download | gentoo-2-1ed4a928e15a679c54fcb8261a22b99af315bf4c.tar.gz gentoo-2-1ed4a928e15a679c54fcb8261a22b99af315bf4c.tar.bz2 gentoo-2-1ed4a928e15a679c54fcb8261a22b99af315bf4c.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bcat')
-rw-r--r-- | dev-ruby/bcat/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bcat/bcat-0.6.2.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/dev-ruby/bcat/ChangeLog b/dev-ruby/bcat/ChangeLog index d7a2a08bf9db..325e1f1b4997 100644 --- a/dev-ruby/bcat/ChangeLog +++ b/dev-ruby/bcat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bcat # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.38 2015/07/25 12:59:24 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/ChangeLog,v 1.39 2015/07/25 13:04:04 mrueg Exp $ + + 25 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -bcat-0.6.2.ebuild: + Remove old. 25 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> bcat-0.6.2-r1.ebuild: sparc stable wrt bug #542574 diff --git a/dev-ruby/bcat/bcat-0.6.2.ebuild b/dev-ruby/bcat/bcat-0.6.2.ebuild deleted file mode 100644 index e0875b7eba3b..000000000000 --- a/dev-ruby/bcat/bcat-0.6.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bcat/bcat-0.6.2.ebuild,v 1.22 2015/01/25 09:25:47 graaff Exp $ - -EAPI=4 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_DOC="man" -RUBY_FAKEGEM_EXTRADOC="README" - -inherit ruby-fakegem - -DESCRIPTION="A pipe to browser utility for use at the shell and within editors like Vim or Emacs" -HOMEPAGE="http://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 -} |