summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2005-01-24 00:17:50 +0000
committerBryan Østergaard <kloeri@gentoo.org>2005-01-24 00:17:50 +0000
commit2f21716ca704e93f0aea290f9cad7c16d7ecf0f8 (patch)
tree1fb66af2b8d1eac0688a808a6dcc694c3248c351 /dev-python/pylint
parenttypo (diff)
downloadhistorical-2f21716ca704e93f0aea290f9cad7c16d7ecf0f8.tar.gz
historical-2f21716ca704e93f0aea290f9cad7c16d7ecf0f8.tar.bz2
historical-2f21716ca704e93f0aea290f9cad7c16d7ecf0f8.zip
Version bump.
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-python/pylint')
-rw-r--r--dev-python/pylint/ChangeLog9
-rw-r--r--dev-python/pylint/Manifest4
-rw-r--r--dev-python/pylint/files/digest-pylint-0.6.01
-rw-r--r--dev-python/pylint/pylint-0.4.0.ebuild4
-rw-r--r--dev-python/pylint/pylint-0.4.2.ebuild4
-rw-r--r--dev-python/pylint/pylint-0.6.0.ebuild16
6 files changed, 31 insertions, 7 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog
index 0deb448b5d14..98f03dacf2b2 100644
--- a/dev-python/pylint/ChangeLog
+++ b/dev-python/pylint/ChangeLog
@@ -1,6 +1,11 @@
# 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.13 2004/12/30 23:38:33 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.14 2005/01/24 00:17:50 kloeri Exp $
+
+*pylint-0.6.0 (24 Jan 2005)
+
+ 24 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> +pylint-0.6.0.ebuild:
+ Version bump.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index 64c10cd93163..80d036155eac 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,6 +1,8 @@
-MD5 96c74caf687d660f02f673950a52a0e1 pylint-0.4.0.ebuild 561
MD5 bd2006ef804424a09d73223be7f5ac89 ChangeLog 1801
+MD5 96c74caf687d660f02f673950a52a0e1 pylint-0.4.0.ebuild 561
MD5 de49db4ac5dda36b7186d0dd722ff41a pylint-0.4.2.ebuild 592
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
+MD5 de49db4ac5dda36b7186d0dd722ff41a pylint-0.6.0.ebuild 592
MD5 9ed3489d82701c8d91193821214bd749 files/digest-pylint-0.4.2 63
+MD5 2ec9f544cf8cb5443d65d882fb5b7abd files/digest-pylint-0.6.0 63
MD5 7dc504c0fc2deb503cde73e6c3b60578 files/digest-pylint-0.4.0 63
diff --git a/dev-python/pylint/files/digest-pylint-0.6.0 b/dev-python/pylint/files/digest-pylint-0.6.0
new file mode 100644
index 000000000000..db8fb54978c2
--- /dev/null
+++ b/dev-python/pylint/files/digest-pylint-0.6.0
@@ -0,0 +1 @@
+MD5 8364d56692b76ca8b8ef1f1a801899dc pylint-0.6.0.tar.gz 91122
diff --git a/dev-python/pylint/pylint-0.4.0.ebuild b/dev-python/pylint/pylint-0.4.0.ebuild
index f383f548d88e..fe76972636a6 100644
--- a/dev-python/pylint/pylint-0.4.0.ebuild
+++ b/dev-python/pylint/pylint-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# 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.5 2004/12/20 01:32:28 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.4.0.ebuild,v 1.6 2005/01/24 00:17:50 kloeri Exp $
inherit distutils
diff --git a/dev-python/pylint/pylint-0.4.2.ebuild b/dev-python/pylint/pylint-0.4.2.ebuild
index bac40c591995..2b39d117f9d7 100644
--- a/dev-python/pylint/pylint-0.4.2.ebuild
+++ b/dev-python/pylint/pylint-0.4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.4.2.ebuild,v 1.2 2005/01/24 00:17:50 kloeri Exp $
inherit distutils
diff --git a/dev-python/pylint/pylint-0.6.0.ebuild b/dev-python/pylint/pylint-0.6.0.ebuild
new file mode 100644
index 000000000000..ab5e5268422a
--- /dev/null
+++ b/dev-python/pylint/pylint-0.6.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.6.0.ebuild,v 1.1 2005/01/24 00:17:50 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"