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 | 862a3abd79f7ad2d4458c13f7d6cc40b00912962 (patch) | |
tree | 9a809754690a08a24b82c69e19cd4ea39b2c3d7b /dev-python | |
parent | Fix bug 72594, patch by Fernando Serboncini <fserb@terra.com.br> (diff) | |
download | historical-862a3abd79f7ad2d4458c13f7d6cc40b00912962.tar.gz historical-862a3abd79f7ad2d4458c13f7d6cc40b00912962.tar.bz2 historical-862a3abd79f7ad2d4458c13f7d6cc40b00912962.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 | 16 | ||||
-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, 38 insertions, 3 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..6a539cb96d60 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,6 +1,18 @@ -MD5 a0942c0408c32afd4c28464da488a3ca ChangeLog 1360 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 80e4528d91a2ed951677b1eb383a8650 ChangeLog 1548 +MD5 d9697e39e9c4910e14544c60364a6bc7 pylint-0.4.0.ebuild 564 +MD5 de49db4ac5dda36b7186d0dd722ff41a pylint-0.4.2.ebuild 592 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBxiSEugEuf3OQ0akRAuaxAJ4qexqh3gZ4EHgc1Bb6DxnFzf6u/gCfTNe+ +4Ss9WcmYPqVHBOdvqeeYXpk= +=7Ced +-----END PGP SIGNATURE----- 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" |