| 1 |
ranger |
1.9 |
# Copyright 1999-2011 Gentoo Foundation
|
| 2 |
graaff |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
jer |
1.11 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.0.5-r1.ebuild,v 1.10 2011/01/22 20:39:24 xarthisius Exp $
|
| 4 |
graaff |
1.1 |
|
| 5 |
|
|
EAPI=2
|
| 6 |
|
|
USE_RUBY="ruby18 ree18"
|
| 7 |
|
|
|
| 8 |
|
|
RUBY_FAKEGEM_TASK_DOC=""
|
| 9 |
|
|
RUBY_FAKEGEM_TASK_TEST="tests"
|
| 10 |
|
|
RUBY_FAKEGEM_EXTRADOC="CHANGES README"
|
| 11 |
|
|
|
| 12 |
|
|
# don't install a cdiff wrapper, collides with app-misc/colordiff (bug
|
| 13 |
|
|
# #310073).
|
| 14 |
|
|
RUBY_FAKEGEM_BINWRAP="decolor"
|
| 15 |
|
|
|
| 16 |
|
|
inherit ruby-fakegem
|
| 17 |
|
|
|
| 18 |
|
|
DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
|
| 19 |
|
|
HOMEPAGE="http://term-ansicolor.rubyforge.org/"
|
| 20 |
|
|
LICENSE="GPL-2"
|
| 21 |
|
|
|
| 22 |
jer |
1.11 |
KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
| 23 |
graaff |
1.1 |
SLOT="0"
|
| 24 |
|
|
IUSE="examples"
|
| 25 |
|
|
|
| 26 |
|
|
all_ruby_install() {
|
| 27 |
|
|
all_fakegem_install
|
| 28 |
|
|
|
| 29 |
|
|
use examples && docinto examples && dodoc examples/*
|
| 30 |
|
|
}
|