summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-05-12 09:01:08 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-05-12 09:01:08 +0000
commit3f204cd985a944f14da40c264b73bd38f3ec3877 (patch)
treee4165cdd8964ee698ce0d5d09715c2310c0b74c7 /dev-python/pylint
parentChangeLog fixes (diff)
downloadhistorical-3f204cd985a944f14da40c264b73bd38f3ec3877.tar.gz
historical-3f204cd985a944f14da40c264b73bd38f3ec3877.tar.bz2
historical-3f204cd985a944f14da40c264b73bd38f3ec3877.zip
Version bump.
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/ChangeLog7
-rw-r--r--dev-python/pylint/Manifest2
-rw-r--r--dev-python/pylint/files/digest-pylint-0.4.01
-rw-r--r--dev-python/pylint/pylint-0.4.0.ebuild16
4 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index 19f5a81180d7..140432ea9f35 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.6 2004/05/04 12:15:27 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.7 2004/05/12 09:01:08 kloeri Exp $
+
+*pylint-0.4.0 (12 May 2004)
+
+ 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> +pylint-0.4.0.ebuild:
+ Version bump.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pylint-0.3.3.ebuild:
Add missing IUSE.
diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 31dd0e3affdf..a07a7dea7385 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,4 +1,6 @@
MD5 e44fa45a8a250133b901bdcce8dda773 pylint-0.3.3.ebuild 558
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 a8608b74565f4f761bd0acee487497c5 pylint-0.4.0.ebuild 559
MD5 eac90ad1ffba1099bc0d1d3bc78a9a68 ChangeLog 1055
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.0 b/dev-python/pylint/files/digest-pylint-0.4.0
new file mode 100644
index 000000000000..859c60806a6a
--- /dev/null
+++ b/dev-python/pylint/files/digest-pylint-0.4.0
@@ -0,0 +1 @@
+MD5 4cd5ccbda829a1a966c8cc91840385ba pylint-0.4.0.tar.gz 63519
diff --git a/dev-python/pylint/pylint-0.4.0.ebuild b/dev-python/pylint/pylint-0.4.0.ebuild
new file mode 100644
index 000000000000..ff610a1a4bca
--- /dev/null
+++ b/dev-python/pylint/pylint-0.4.0.ebuild
@@ -0,0 +1,16 @@
+# 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.4.0.ebuild,v 1.1 2004/05/12 09:01:08 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"
+LICENSE="GPL-2"
+DEPEND=">=dev-python/optik-1.4
+ >=dev-python/logilab-common-0.5.0"