| 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/uglifier/uglifier-1.2.5.ebuild,v 1.2 2012/07/05 22:03:43 flameeyes Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
USE_RUBY="ruby18 ruby19 ree18"
|
| 7 |
|
| 8 |
# Avoid building documentation to avoid dependencies on bundler and jeweler
|
| 9 |
RUBY_FAKEGEM_TASK_DOC=""
|
| 10 |
|
| 11 |
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
| 12 |
|
| 13 |
RUBY_FAKEGEM_EXTRADOC="README.md"
|
| 14 |
|
| 15 |
inherit ruby-fakegem
|
| 16 |
|
| 17 |
DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor."
|
| 18 |
HOMEPAGE="https://github.com/lautis/uglifier"
|
| 19 |
|
| 20 |
LICENSE="MIT"
|
| 21 |
SLOT="0"
|
| 22 |
KEYWORDS="~amd64 ~x86 ~x64-macos"
|
| 23 |
|
| 24 |
IUSE=""
|
| 25 |
|
| 26 |
# Tests requires additional uglifyjs test code in a vendored git submodule.
|
| 27 |
RESTRICT="test"
|
| 28 |
|
| 29 |
ruby_add_rdepend ">=dev-ruby/execjs-0.3.0 >=dev-ruby/multi_json-1.0.2"
|