diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-17 20:49:47 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-02-17 20:49:47 +0000 |
commit | ee4a431e23fb04bad96500ab11efb623e9046860 (patch) | |
tree | 04db414c2b7b0cc29a76a95e781503d83f77a041 /dev-python | |
parent | New upstream version. (Manifest recommit) (diff) | |
download | gentoo-2-ee4a431e23fb04bad96500ab11efb623e9046860.tar.gz gentoo-2-ee4a431e23fb04bad96500ab11efb623e9046860.tar.bz2 gentoo-2-ee4a431e23fb04bad96500ab11efb623e9046860.zip |
Version bump.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/pylint/files/digest-pylint-0.3.2 | 1 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.3.2.ebuild | 15 |
3 files changed, 23 insertions, 2 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index e03a35aa83ea..af40d239ea01 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,11 @@ # 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.2 2003/11/06 01:00:51 liquidx Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.3 2004/02/17 20:49:43 kloeri Exp $ + +*pylint-0.3.2 (17 Feb 2004) + + 17 Feb 2004; Bryan Østergaard,,, <kloeri@gentoo.org> pylint-0.3.2.ebuild: + Version bump. 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 diff --git a/dev-python/pylint/files/digest-pylint-0.3.2 b/dev-python/pylint/files/digest-pylint-0.3.2 new file mode 100644 index 000000000000..edf1d0b65480 --- /dev/null +++ b/dev-python/pylint/files/digest-pylint-0.3.2 @@ -0,0 +1 @@ +MD5 625bfccf3505093a6337285663f8d7b1 pylint-0.3.2.tar.gz 60562 diff --git a/dev-python/pylint/pylint-0.3.2.ebuild b/dev-python/pylint/pylint-0.3.2.ebuild new file mode 100644 index 000000000000..f34f6ba1222f --- /dev/null +++ b/dev-python/pylint/pylint-0.3.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.3.2.ebuild,v 1.1 2004/02/17 20:49:43 kloeri Exp $ + +inherit distutils + +DESCRIPTION="PyLint is a python tool that checks if a module satisfy a coding standard" +SRC_URI="ftp://ftp.logilab.org/pub/pylint/${P}.tar.gz" +HOMEPAGE="http://www.logilab.org/projects/pylint/" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" +DEPEND=">=dev-python/optik-1.4 + >=dev-python/logilab-common-0.3.4" |