diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-20 01:01:44 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-20 01:01:44 +0000 |
commit | 8b5f623a097af8cfe6462af9719b6f43f95dd8a6 (patch) | |
tree | 1aeac1183e8b7c15fe8e704e3c7c20da097e5ac5 /dev-python | |
parent | Fix bug 72594, patch by Fernando Serboncini <fserb@terra.com.br> (Manifest re... (diff) | |
download | gentoo-2-8b5f623a097af8cfe6462af9719b6f43f95dd8a6.tar.gz gentoo-2-8b5f623a097af8cfe6462af9719b6f43f95dd8a6.tar.bz2 gentoo-2-8b5f623a097af8cfe6462af9719b6f43f95dd8a6.zip |
Version bump, updated ebuild by Marien Zwart <m_zwart@123mail.org> in
bug 74371.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pylint/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pylint/files/digest-pylint-0.4.2 | 1 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.4.2.ebuild | 16 |
4 files changed, 27 insertions, 2 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 14acef83d042..9d5764be96e2 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pylint # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.10 2004/10/17 08:00:19 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.11 2004/12/20 01:01:44 kloeri Exp $ + +*pylint-0.4.2 (20 Dec 2004) + + 20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> +pylint-0.4.2.ebuild: + Version bump, updated ebuild by Marien Zwart <m_zwart@123mail.org> in bug + 74371. 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> pylint-0.4.0.ebuild: keywords ~amd64; closes #60988. diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index 767c41b6495c..9a9311a5443d 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,6 +1,8 @@ MD5 a0942c0408c32afd4c28464da488a3ca ChangeLog 1360 +MD5 d9697e39e9c4910e14544c60364a6bc7 pylint-0.4.0.ebuild 564 +MD5 329c6a5cb022fb68b27165ad2029b0c3 pylint-0.4.2.ebuild 594 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 97ba0b67ec50f00b659d7a0099ffe465 pylint-0.3.3.ebuild 551 -MD5 d9697e39e9c4910e14544c60364a6bc7 pylint-0.4.0.ebuild 564 +MD5 9ed3489d82701c8d91193821214bd749 files/digest-pylint-0.4.2 63 MD5 098cb11aaada760aec77ee73ed91a6c3 files/digest-pylint-0.3.3 63 MD5 7dc504c0fc2deb503cde73e6c3b60578 files/digest-pylint-0.4.0 63 diff --git a/dev-python/pylint/files/digest-pylint-0.4.2 b/dev-python/pylint/files/digest-pylint-0.4.2 new file mode 100644 index 000000000000..88b44abc864a --- /dev/null +++ b/dev-python/pylint/files/digest-pylint-0.4.2 @@ -0,0 +1 @@ +MD5 f7e20415bd74e0f6cddd6a03d66212b2 pylint-0.4.2.tar.gz 64257 diff --git a/dev-python/pylint/pylint-0.4.2.ebuild b/dev-python/pylint/pylint-0.4.2.ebuild new file mode 100644 index 000000000000..bac40c591995 --- /dev/null +++ b/dev-python/pylint/pylint-0.4.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.4.2.ebuild,v 1.1 2004/12/20 01:01:44 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/" + +IUSE="" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +LICENSE="GPL-2" +DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 ) + >=dev-python/logilab-common-0.5.0" |