| 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/termcolor/termcolor-1.2.1.ebuild,v 1.2 2012/07/14 07:12:51 graaff Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
#*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem.
|
| 8 |
USE_RUBY="ruby18 ruby19 ree18"
|
| 9 |
|
| 10 |
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
| 11 |
|
| 12 |
RUBY_FAKEGEM_TASK_DOC=""
|
| 13 |
RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
|
| 14 |
|
| 15 |
inherit ruby-fakegem
|
| 16 |
|
| 17 |
DESCRIPTION="a library for ANSI color formatting like HTML for output in terminal"
|
| 18 |
HOMEPAGE="http://termcolor.rubyforge.org/"
|
| 19 |
|
| 20 |
LICENSE="MIT"
|
| 21 |
SLOT="0"
|
| 22 |
KEYWORDS="~amd64 ~x86"
|
| 23 |
IUSE=""
|
| 24 |
|
| 25 |
RUBY_PATCHES=( ${P}-fix-spec.patch )
|
| 26 |
|
| 27 |
ruby_add_rdepend ">=dev-ruby/highline-1.5.0"
|