28 lines
686 B
Bash
28 lines
686 B
Bash
|
# Copyright 1999-2015 Gentoo Foundation
|
||
|
# Distributed under the terms of the GNU General Public License v2
|
||
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uglifier/uglifier-2.7.0.ebuild,v 1.1 2015/01/11 20:36:46 mrueg Exp $
|
||
|
|
||
|
EAPI=5
|
||
|
USE_RUBY="ruby19 ruby20 ruby21"
|
||
|
|
||
|
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||
|
|
||
|
RUBY_FAKEGEM_RECIPE_TEST="rspec"
|
||
|
|
||
|
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
|
||
|
|
||
|
inherit ruby-fakegem
|
||
|
|
||
|
DESCRIPTION="Ruby wrapper for UglifyJS JavaScript compressor"
|
||
|
HOMEPAGE="https://github.com/lautis/uglifier"
|
||
|
|
||
|
LICENSE="MIT"
|
||
|
SLOT="0"
|
||
|
KEYWORDS="~amd64 ~arm ~x86"
|
||
|
|
||
|
IUSE="test"
|
||
|
|
||
|
ruby_add_rdepend ">=dev-ruby/execjs-0.3.0 >=dev-ruby/json-1.8.0"
|
||
|
|
||
|
ruby_add_bdepend "test? ( dev-ruby/source_map )"
|