patrick 15/03/22 08:12:18 Modified: pylint-1.4.3.ebuild ChangeLog Removed: pylint-0.23.0.ebuild pylint-0.25.2.ebuild Log: Fix astroid dep, remove old (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 dev-python/pylint/pylint-1.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.3.ebuild?r1=1.1&r2=1.2 Index: pylint-1.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pylint-1.4.3.ebuild 19 Mar 2015 05:28:35 -0000 1.1 +++ pylint-1.4.3.ebuild 22 Mar 2015 08:12:18 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.3.ebuild,v 1.1 2015/03/19 05:28:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.3.ebuild,v 1.2 2015/03/22 08:12:18 patrick Exp $ EAPI=5 @@ -21,7 +21,7 @@ RDEPEND=" >=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}] - >=dev-python/astroid-1.3.3[${PYTHON_USEDEP}] + >=dev-python/astroid-1.3.6[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) 1.122 dev-python/pylint/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.122&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.122&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.121&r2=1.122 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- ChangeLog 19 Mar 2015 05:28:35 -0000 1.121 +++ ChangeLog 22 Mar 2015 08:12:18 -0000 1.122 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.121 2015/03/19 05:28:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.122 2015/03/22 08:12:18 patrick Exp $ + + 22 Mar 2015; Patrick Lauer <[email protected]> -pylint-0.23.0.ebuild, + -pylint-0.25.2.ebuild, pylint-1.4.3.ebuild: + Fix astroid dep, remove old *pylint-1.4.3 (19 Mar 2015)
