diff options
author | 2005-11-08 17:08:46 +0000 | |
---|---|---|
committer | 2005-11-08 17:08:46 +0000 | |
commit | 6ce181868d835511e726e5a9da7b069076a1d1a5 (patch) | |
tree | a28d2f67aba8d53affe0ead1b3590a6cab5b6024 /dev-python/pylint | |
parent | Initial commit. New dep for pylint (diff) | |
download | gentoo-2-6ce181868d835511e726e5a9da7b069076a1d1a5.tar.gz gentoo-2-6ce181868d835511e726e5a9da7b069076a1d1a5.tar.bz2 gentoo-2-6ce181868d835511e726e5a9da7b069076a1d1a5.zip |
Added new dep on dev-python astng
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/Manifest | 10 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.8.1.ebuild | 7 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index e773a8ec8bf9..2709fcaad616 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.19 2005/11/07 18:05:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.20 2005/11/08 17:08:46 pythonhead Exp $ + + 08 Nov 2005; Rob Cakebread <pythonhead@gentoo.org> pylint-0.8.1.ebuild: + Added new dependency on dev-python/astng. *pylint-0.8.1 (07 Nov 2005) diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest index db249dd9148f..3733de0b2909 100644 --- a/dev-python/pylint/Manifest +++ b/dev-python/pylint/Manifest @@ -1,11 +1,11 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 a4e0a8318fb2ec891e6b60884ab612d2 ChangeLog 2588 +MD5 705ac6c51fc3ef9ecc069cfe18d7b98f ChangeLog 2707 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 71029c2683e4c6292583fa2a51b055d4 pylint-0.4.0.ebuild 561 MD5 9133bf532408e4246fdef24fd5457038 pylint-0.7.0.ebuild 618 -MD5 26b92f0c04f42bce4c7b45f190e567ad pylint-0.8.1.ebuild 620 +MD5 3eae81530e2e28f13bf39f0947826810 pylint-0.8.1.ebuild 626 MD5 edddecc290a5a1f3dbfc2e19ec4a2af2 pylint-0.6.4.ebuild 617 MD5 7dc504c0fc2deb503cde73e6c3b60578 files/digest-pylint-0.4.0 63 MD5 2a7e58da5e8b5efe228c4a1775b21698 files/digest-pylint-0.7.0 64 @@ -14,7 +14,7 @@ MD5 09d4c3f716af850083a78c62dde806ed files/digest-pylint-0.6.4 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDb5eKHOCQyz1WCXYRAqZ7AKCt1k8Sz79sXvvNDbHF+UUzh2cePQCfYbr9 -207JCohGl+Wu9WXji9KI600= -=Tkgy +iD8DBQFDcNuQTry2jroju7wRAu/PAJ45xAlLsu+3lSKMb2zWWk3Wl/QIGQCfRjDr +IP/oPd8FPn+CpPLFZFkURT8= +=Pd1e -----END PGP SIGNATURE----- diff --git a/dev-python/pylint/pylint-0.8.1.ebuild b/dev-python/pylint/pylint-0.8.1.ebuild index 62dbe047ec34..df25db1ce183 100644 --- a/dev-python/pylint/pylint-0.8.1.ebuild +++ b/dev-python/pylint/pylint-0.8.1.ebuild @@ -1,6 +1,6 @@ # 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.8.1.ebuild,v 1.1 2005/11/07 18:05:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.8.1.ebuild,v 1.2 2005/11/08 17:08:46 pythonhead Exp $ inherit distutils @@ -10,10 +10,11 @@ HOMEPAGE="http://www.logilab.org/projects/pylint/" IUSE="" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~x86" LICENSE="GPL-2" DEPEND="|| ( >=dev-python/optik-1.4 >=dev-lang/python-2.3 ) - >=dev-python/logilab-common-0.9.3" + >=dev-python/logilab-common-0.9.3 + >=dev-python/astng-0.13.1" DOCS="doc/*.txt" |