summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-02-17 20:49:47 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-02-17 20:49:47 +0000
commit2805b3fe433c5f08bdfca94d4987fab74b1a9d2c (patch)
tree4f8448d417f4d509d3a9d06b3f0a8e08ac24a094 /dev-python/pylint
parentNew upstream version. (diff)
downloadhistorical-2805b3fe433c5f08bdfca94d4987fab74b1a9d2c.tar.gz
historical-2805b3fe433c5f08bdfca94d4987fab74b1a9d2c.tar.bz2
historical-2805b3fe433c5f08bdfca94d4987fab74b1a9d2c.zip
Version bump.
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/ChangeLog9
-rw-r--r--dev-python/pylint/Manifest6
-rw-r--r--dev-python/pylint/files/digest-pylint-0.3.21
-rw-r--r--dev-python/pylint/pylint-0.3.2.ebuild15
4 files changed, 27 insertions, 4 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/Manifest b/dev-python/pylint/Manifest
index 73b64ecebe07..2e52ad4e59f0 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,4 +1,6 @@
-MD5 b20a72a0d81bf53d8140c079be316a03 ChangeLog 528
-MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
MD5 9b00c54eac0e335372b2ba7170d85c5b pylint-0.2.1.ebuild 774
+MD5 034421db4548758bd4598728ef8ae305 ChangeLog 649
+MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 ced772e667acf91b8762d705ef33400c pylint-0.3.2.ebuild 551
MD5 06d7e2ad54115c6365b7edff39960f2b files/digest-pylint-0.2.1 63
+MD5 a74c4f7c055d5d5c413585ac47be38c5 files/digest-pylint-0.3.2 63
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"