diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-22 09:55:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-22 09:55:18 +0000 |
commit | 72d89e0fe1c41ea6d1c8330c1dd794d64410970a (patch) | |
tree | e251cb3f9ea8763c77072a5180b59b1f1042b0aa /dev-python | |
parent | make sure portage doesnt clean hack dir #39016 (diff) | |
download | gentoo-2-72d89e0fe1c41ea6d1c8330c1dd794d64410970a.tar.gz gentoo-2-72d89e0fe1c41ea6d1c8330c1dd794d64410970a.tar.bz2 gentoo-2-72d89e0fe1c41ea6d1c8330c1dd794d64410970a.zip |
version bump. bumped logilab-common dep
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylint/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pylint/files/digest-pylint-0.3.3 | 1 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.3.3.ebuild | 15 |
4 files changed, 25 insertions, 2 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index af40d239ea01..d5fb5c74d916 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pylint # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.4 2004/02/22 09:55:18 liquidx Exp $ + +*pylint-0.3.3 (22 Feb 2004) + + 22 Feb 2004; Alastair Tse <liquidx@gentoo.org> pylint-0.3.3.ebuild: + version bump. bumped logilab-common dep *pylint-0.3.2 (17 Feb 2004) diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 2e52ad4e59f0..99836e0d3387 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,6 +1,8 @@ -MD5 9b00c54eac0e335372b2ba7170d85c5b pylint-0.2.1.ebuild 774 MD5 034421db4548758bd4598728ef8ae305 ChangeLog 649 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 9b00c54eac0e335372b2ba7170d85c5b pylint-0.2.1.ebuild 774 MD5 ced772e667acf91b8762d705ef33400c pylint-0.3.2.ebuild 551 +MD5 7dcfbc237d2ec0ce116e039bb65c2eb1 pylint-0.3.3.ebuild 551 MD5 06d7e2ad54115c6365b7edff39960f2b files/digest-pylint-0.2.1 63 MD5 a74c4f7c055d5d5c413585ac47be38c5 files/digest-pylint-0.3.2 63 +MD5 098cb11aaada760aec77ee73ed91a6c3 files/digest-pylint-0.3.3 63 diff --git a/dev-python/pylint/files/digest-pylint-0.3.3 b/dev-python/pylint/files/digest-pylint-0.3.3 new file mode 100644 index 000000000000..da835e0d0fc3 --- /dev/null +++ b/dev-python/pylint/files/digest-pylint-0.3.3 @@ -0,0 +1 @@ +MD5 1161cabce77c44f938206ea5611fd551 pylint-0.3.3.tar.gz 62233 diff --git a/dev-python/pylint/pylint-0.3.3.ebuild b/dev-python/pylint/pylint-0.3.3.ebuild new file mode 100644 index 000000000000..a5679baf7065 --- /dev/null +++ b/dev-python/pylint/pylint-0.3.3.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.3.ebuild,v 1.1 2004/02/22 09:55:18 liquidx 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.4.4" |