summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-11-06 01:01:01 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-11-06 01:01:01 +0000
commita08cc985df497cf18691e2016a24c6fdf79e1842 (patch)
treee0fff1e456bea531389ed1a881533916566afeef /dev-python
parentamd64 keywording (diff)
downloadgentoo-2-a08cc985df497cf18691e2016a24c6fdf79e1842.tar.gz
gentoo-2-a08cc985df497cf18691e2016a24c6fdf79e1842.tar.bz2
gentoo-2-a08cc985df497cf18691e2016a24c6fdf79e1842.zip
add deps
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylint/ChangeLog6
-rw-r--r--dev-python/pylint/Manifest4
-rw-r--r--dev-python/pylint/pylint-0.2.1.ebuild5
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index bf8ffa5a7357..e03a35aa83ea 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pylint
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.1 2003/10/14 18:23:58 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.2 2003/11/06 01:00:51 liquidx Exp $
+
+ 06 Nov 2003; Alastair Tse <liquidx@gentoo.org> pylint-0.2.1.ebuild:
+ oops, forgot the deps in my moment of madness. adding logilab-common and optik
+ to deps (#32820)
*pylint-0.2.1 (14 Oct 2003)
diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index ba79da7214e4..73b64ecebe07 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,4 +1,4 @@
-MD5 3b81762df44740d8fcbc522c67d11338 ChangeLog 357
+MD5 b20a72a0d81bf53d8140c079be316a03 ChangeLog 528
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 0cfc6523e8086a468c1b4f9e27785130 pylint-0.2.1.ebuild 717
+MD5 9b00c54eac0e335372b2ba7170d85c5b pylint-0.2.1.ebuild 774
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 9544fc07be39..f6dac163dcf1 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.2 2003/10/14 18:24:57 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.2.1.ebuild,v 1.3 2003/11/06 01:00:51 liquidx Exp $
inherit distutils
@@ -11,7 +11,8 @@ HOMEPAGE="http://www.logilab.org/projects/pylint/"
SLOT="0"
KEYWORDS="~x86"
LICENSE="GPL-2"
-DEPEND=""
+DEPEND=">=dev-python/optik-1.4
+ >=dev-python/logilab-common-0.3.4"
PYTHON_MODNAME="logilab"
DOCS="doc/*"