diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2006-10-13 15:01:21 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2006-10-13 15:01:21 +0000 |
commit | 40abfbdc6278c87f0854442e9bf4161cdf9bc83c (patch) | |
tree | 5f08164e8b35ac7fd5bacf2552eaf03757631faf /dev-python/pylint/pylint-0.9.0.ebuild | |
parent | Remove print USE flag, eog may be used for SVG printing instead (diff) | |
download | historical-40abfbdc6278c87f0854442e9bf4161cdf9bc83c.tar.gz historical-40abfbdc6278c87f0854442e9bf4161cdf9bc83c.tar.bz2 historical-40abfbdc6278c87f0854442e9bf4161cdf9bc83c.zip |
Fixed typos
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'dev-python/pylint/pylint-0.9.0.ebuild')
-rw-r--r-- | dev-python/pylint/pylint-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pylint/pylint-0.9.0.ebuild b/dev-python/pylint/pylint-0.9.0.ebuild index a326e27ff653..bc9e61f5031c 100644 --- a/dev-python/pylint/pylint-0.9.0.ebuild +++ b/dev-python/pylint/pylint-0.9.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.9.0.ebuild,v 1.3 2006/06/11 02:57:49 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.9.0.ebuild,v 1.4 2006/10/13 15:01:21 pythonhead Exp $ inherit distutils eutils -DESCRIPTION="PyLint is a tool to check if a Pyhon module satisfies a coding standard" +DESCRIPTION="PyLint is a tool to check if a Python module satisfies a coding standard" SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz" HOMEPAGE="http://www.logilab.org/projects/pylint/" |