diff options
author | 2010-02-07 21:07:10 +0000 | |
---|---|---|
committer | 2010-02-07 21:07:10 +0000 | |
commit | 6c9fc635b840db553b66e64c23c3617e82a0e9f6 (patch) | |
tree | 5acb7054e6362ed0e4ec4f94dcffcae27b499caa /dev-python/pylint | |
parent | Add inherit eutils: ebeep is defined there. (diff) | |
download | historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.tar.gz historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.tar.bz2 historical-6c9fc635b840db553b66e64c23c3617e82a0e9f6.zip |
Add inherit eutils: epatch is defined there.
Package-Manager: portage-2.1.7.17/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.18.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index a2d55c1198e2..88f84d8d6325 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.58 2010/01/18 18:24:43 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.59 2010/02/07 20:51:49 pva Exp $ + + 07 Feb 2010; Peter Volkov <pva@gentoo.org> pylint-0.18.1-r1.ebuild: + Add inherit eutils: epatch is defined there. 18 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pylint-0.19.0.ebuild: diff --git a/dev-python/pylint/pylint-0.18.1-r1.ebuild b/dev-python/pylint/pylint-0.18.1-r1.ebuild index 2f253b4781c5..b87cc7619536 100644 --- a/dev-python/pylint/pylint-0.18.1-r1.ebuild +++ b/dev-python/pylint/pylint-0.18.1-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.6 2009/12/05 11:44:07 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.18.1-r1.ebuild,v 1.7 2010/02/07 20:51:49 pva Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -inherit distutils +inherit eutils distutils DESCRIPTION="a tool to check if a Python module satisfies a coding standard" HOMEPAGE="http://www.logilab.org/projects/pylint/" |