| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.9 2012/10/07 16:49:41 armin76 Exp $ |
| 4 |
|
| 5 |
EAPI=3 |
| 6 |
|
| 7 |
USE_RUBY="ruby18 ruby19 ree18 jruby" |
| 8 |
|
| 9 |
RUBY_FAKEGEM_TASK_TEST="none" |
| 10 |
RUBY_FAKEGEM_TASK_DOC="" |
| 11 |
|
| 12 |
RUBY_FAKEGEM_EXTRADOC="README.md" |
| 13 |
|
| 14 |
inherit ruby-fakegem |
| 15 |
|
| 16 |
DESCRIPTION="A Text Progress Bar Library for Ruby" |
| 17 |
HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" |
| 18 |
|
| 19 |
LICENSE="|| ( Ruby GPL-2 )" |
| 20 |
SLOT="0" |
| 21 |
KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd" |
| 22 |
|
| 23 |
IUSE="test" |
| 24 |
|
| 25 |
each_ruby_test() { |
| 26 |
${RUBY} -I. test.rb || die "test failed" |
| 27 |
} |