| 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/temple/temple-0.4.0.ebuild,v 1.1 2012/08/06 18:06:12 graaff Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
USE_RUBY="ruby18 ruby19 ree18" |
| 7 |
|
| 8 |
RUBY_FAKEGEM_TASK_DOC="" |
| 9 |
RUBY_FAKEGEM_EXTRADOC="CHANGES EXPRESSIONS.md README.md" |
| 10 |
|
| 11 |
RUBY_FAKEGEM_TASK_TEST="" |
| 12 |
|
| 13 |
inherit ruby-fakegem |
| 14 |
|
| 15 |
DESCRIPTION="An abstraction and a framework for compiling templates to pure Ruby." |
| 16 |
HOMEPAGE="http://github.com/judofyr/temple" |
| 17 |
|
| 18 |
LICENSE="MIT" |
| 19 |
SLOT="0" |
| 20 |
KEYWORDS="~amd64" |
| 21 |
IUSE="" |
| 22 |
|
| 23 |
ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/tilt )" |
| 24 |
|
| 25 |
each_ruby_test() { |
| 26 |
${RUBY} -S bacon -Ilib -Itest --automatic --quiet || die |
| 27 |
} |