| 1 |
ranger |
1.3 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
graaff |
1.1 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
flameeyes |
1.4 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/treetop/treetop-1.4.10-r1.ebuild,v 1.3 2012/03/11 14:37:10 ranger Exp $ |
| 4 |
graaff |
1.1 |
|
| 5 |
|
|
EAPI=4 |
| 6 |
flameeyes |
1.4 |
|
| 7 |
|
|
# jruby fails tests, not investigated yet. |
| 8 |
graaff |
1.1 |
USE_RUBY="ruby18 ree18 ruby19" |
| 9 |
|
|
|
| 10 |
flameeyes |
1.4 |
RUBY_FAKEGEM_RECIPE_TEST="rspec" |
| 11 |
graaff |
1.1 |
RUBY_FAKEGEM_TASK_DOC="" |
| 12 |
|
|
RUBY_FAKEGEM_DOCDIR="doc" |
| 13 |
|
|
RUBY_FAKEGEM_EXTRADOC="README.md" |
| 14 |
|
|
|
| 15 |
|
|
inherit ruby-fakegem |
| 16 |
|
|
|
| 17 |
|
|
DESCRIPTION="Treetop is a language for describing languages." |
| 18 |
|
|
HOMEPAGE="http://treetop.rubyforge.org/" |
| 19 |
|
|
LICENSE="Ruby" |
| 20 |
|
|
|
| 21 |
ranger |
1.3 |
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 22 |
graaff |
1.1 |
SLOT="0" |
| 23 |
|
|
IUSE="" |
| 24 |
|
|
|
| 25 |
|
|
ruby_add_bdepend "test? ( >=dev-ruby/rr-0.10.2 dev-ruby/rspec:2 dev-ruby/activesupport )" |
| 26 |
|
|
ruby_add_rdepend ">=dev-ruby/polyglot-0.3.1" |
| 27 |
|
|
|
| 28 |
|
|
all_ruby_install() { |
| 29 |
|
|
all_fakegem_install |
| 30 |
|
|
|
| 31 |
|
|
insinto /usr/share/doc/${PF}/examples |
| 32 |
|
|
doins -r examples/* |
| 33 |
|
|
} |