diff options
author | 2003-10-14 18:25:02 +0000 | |
---|---|---|
committer | 2003-10-14 18:25:02 +0000 | |
commit | 7c8e5a500d764652ef993f777deca063bec3b307 (patch) | |
tree | 55e4c1960f1467b9e5b557ac3cd29d292bc87d9f /dev-python | |
parent | initial ebuild for for pylint (diff) | |
download | gentoo-2-7c8e5a500d764652ef993f777deca063bec3b307.tar.gz gentoo-2-7c8e5a500d764652ef993f777deca063bec3b307.tar.bz2 gentoo-2-7c8e5a500d764652ef993f777deca063bec3b307.zip |
fix whitespace
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.2.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index c33f3ff21575..ba79da7214e4 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,4 +1,4 @@ MD5 3b81762df44740d8fcbc522c67d11338 ChangeLog 357 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 6340036fffc2ad57c5bcd7dc760694b4 pylint-0.2.1.ebuild 719 +MD5 0cfc6523e8086a468c1b4f9e27785130 pylint-0.2.1.ebuild 717 MD5 06d7e2ad54115c6365b7edff39960f2b files/digest-pylint-0.2.1 63 diff --git a/dev-python/pylint/pylint-0.2.1.ebuild b/dev-python/pylint/pylint-0.2.1.ebuild index b3f089364963..9544fc07be39 100644 --- a/dev-python/pylint/pylint-0.2.1.ebuild +++ b/dev-python/pylint/pylint-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.2.1.ebuild,v 1.1 2003/10/14 18:23:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.2.1.ebuild,v 1.2 2003/10/14 18:24:57 liquidx Exp $ inherit distutils @@ -18,8 +18,8 @@ DOCS="doc/*" src_install() { distutils_src_install - + # prevent multiple packages owning this dummy package - python_version + python_version rm -f ${D}/usr/lib/python${PYVER}/site-packages/logilab/__init__.py } |