blob: 44fd7b9f33d1edac95b290a059722b5869c12ec2 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1
DESCRIPTION="A utility that checks JavaScript files for style issues"
HOMEPAGE="https://developers.google.com/closure/utilities/"
SRC_URI="http://closure-linter.googlecode.com/files/closure_linter-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""