summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2007-07-11 14:58:46 +0000
committerRob Cakebread <pythonhead@gentoo.org>2007-07-11 14:58:46 +0000
commit37fe157e58f242670639ab709eae7dd90b110ff4 (patch)
tree50bb1882a3474db1bb140533f66d886ee698a70e /dev-python
parentia64/x86 stable (diff)
downloadgentoo-2-37fe157e58f242670639ab709eae7dd90b110ff4.tar.gz
gentoo-2-37fe157e58f242670639ab709eae7dd90b110ff4.tar.bz2
gentoo-2-37fe157e58f242670639ab709eae7dd90b110ff4.zip
Removed test dep for egenix as its only needed for logilab-common
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylint/ChangeLog5
-rw-r--r--dev-python/pylint/pylint-0.13.1.ebuild7
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index 3c1d375d540e..62f72b4d8860 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylint
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.41 2007/07/11 01:23:16 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.42 2007/07/11 14:58:46 pythonhead Exp $
+
+ 11 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> pylint-0.13.1.ebuild:
+ Removed test dep for egenix as its only needed for logilab-common
11 Jul 2007; Rob Cakebread <pythonhead@gentoo.org> pylint-0.13.1.ebuild:
Added USE for test and dep for egenix-mx-base. bug #184839 Santiago M. Mola
diff --git a/dev-python/pylint/pylint-0.13.1.ebuild b/dev-python/pylint/pylint-0.13.1.ebuild
index a8e40ae1d556..417e4c299565 100644
--- a/dev-python/pylint/pylint-0.13.1.ebuild
+++ b/dev-python/pylint/pylint-0.13.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.13.1.ebuild,v 1.7 2007/07/11 01:23:16 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.13.1.ebuild,v 1.8 2007/07/11 14:58:46 pythonhead Exp $
inherit distutils eutils
@@ -8,15 +8,14 @@ DESCRIPTION="PyLint is a tool to check if a Python module satisfies a coding sta
SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz"
HOMEPAGE="http://www.logilab.org/projects/pylint/"
-IUSE="tk test"
+IUSE="tk"
SLOT="0"
KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
LICENSE="GPL-2"
DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 )
>=dev-python/logilab-common-0.21.0
>=dev-python/astng-0.17.0
- tk? ( >=dev-lang/tk-8.4.9 )
- test? ( dev-python/egenix-mx-base )"
+ tk? ( >=dev-lang/tk-8.4.9 )"
DOCS="doc/*.txt"