| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/Attic/term-ansicolor-1.0.5-r1.ebuild,v 1.10 2011/01/22 20:39:24 xarthisius Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/Attic/term-ansicolor-1.0.5-r1.ebuild,v 1.11 2011/09/14 16:54:53 jer Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | USE_RUBY="ruby18 ree18" |
6 | USE_RUBY="ruby18 ree18" |
| 7 | |
7 | |
| 8 | RUBY_FAKEGEM_TASK_DOC="" |
8 | RUBY_FAKEGEM_TASK_DOC="" |
| … | |
… | |
| 17 | |
17 | |
| 18 | DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences." |
18 | DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences." |
| 19 | HOMEPAGE="http://term-ansicolor.rubyforge.org/" |
19 | HOMEPAGE="http://term-ansicolor.rubyforge.org/" |
| 20 | LICENSE="GPL-2" |
20 | LICENSE="GPL-2" |
| 21 | |
21 | |
| 22 | KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" |
22 | KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" |
| 23 | SLOT="0" |
23 | SLOT="0" |
| 24 | IUSE="examples" |
24 | IUSE="examples" |
| 25 | |
25 | |
| 26 | all_ruby_install() { |
26 | all_ruby_install() { |
| 27 | all_fakegem_install |
27 | all_fakegem_install |