| 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/coffee-script-source/coffee-script-source-1.3.3.ebuild,v 1.1 2012/06/19 04:44:26 graaff Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
USE_RUBY="ruby18 ruby19 ree18 jruby"
|
| 7 |
|
| 8 |
RUBY_FAKEGEM_TASK_TEST=""
|
| 9 |
RUBY_FAKEGEM_TASK_DOC=""
|
| 10 |
|
| 11 |
inherit ruby-fakegem
|
| 12 |
|
| 13 |
DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler."
|
| 14 |
HOMEPAGE="https://github.com/rails/coffee-rails"
|
| 15 |
|
| 16 |
LICENSE="MIT"
|
| 17 |
SLOT="0"
|
| 18 |
KEYWORDS="~amd64 ~x86 ~x64-macos ~x86-solaris"
|
| 19 |
|
| 20 |
IUSE=""
|