| # 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,8} ) |
| 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="" |