idella4 14/12/15 10:39:06
Modified: pylint-1.4.0.ebuild ChangeLog
Removed: pylint-0.28.0.ebuild pylint-1.2.1.ebuild
pylint-1.1.0.ebuild
Log:
add missing dep, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.2 dev-python/pylint/pylint-1.4.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild?r1=1.1&r2=1.2
Index: pylint-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylint-1.4.0.ebuild 10 Dec 2014 07:51:50 -0000 1.1
+++ pylint-1.4.0.ebuild 15 Dec 2014 10:39:06 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild,v 1.1
2014/12/10 07:51:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.0.ebuild,v 1.2
2014/12/15 10:39:06 idella4 Exp $
EAPI=5
@@ -19,8 +19,10 @@
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux
~x86-linux ~x64-macos ~x86-macos"
IUSE="doc examples test"
-RDEPEND=">=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
- >=dev-python/astroid-1.3[${PYTHON_USEDEP}]"
+RDEPEND="
+ >=dev-python/logilab-common-0.53.0[${PYTHON_USEDEP}]
+ >=dev-python/astroid-1.3[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? ( "${RDEPEND}" )"
1.114 dev-python/pylint/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.114&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?rev=1.114&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylint/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 10 Dec 2014 07:51:50 -0000 1.113
+++ ChangeLog 15 Dec 2014 10:39:06 -0000 1.114
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pylint
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.113
2014/12/10 07:51:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.114
2014/12/15 10:39:06 idella4 Exp $
+
+ 15 Dec 2014; Ian Delaney <[email protected]> -pylint-0.28.0.ebuild,
+ -pylint-1.1.0.ebuild, -pylint-1.2.1.ebuild, pylint-1.4.0.ebuild:
+ add missing dep, rm old
*pylint-1.4.0 (10 Dec 2014)