# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.7.0.ebuild,v 1.1 2005/05/27 17:42:46 liquidx Exp $ inherit distutils DESCRIPTION="PyLint is a python tool that checks if a module satisfy a coding standard" SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz" HOMEPAGE="http://www.logilab.org/projects/pylint/" IUSE="" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-2" DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 ) >=dev-python/logilab-common-0.9.3" DOCS="doc/*.txt"