mgorny      15/07/25 16:13:44

  Modified:             kdevelop-python-1.7.1.ebuild
                        kdevelop-python-1.6.0.ebuild
                        kdevelop-python-1.5.2.ebuild ChangeLog
  Log:
  Pin dependencies to slot :4, clean up redundant deps. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/174 by a17r.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild?r1=1.1&r2=1.2

Index: kdevelop-python-1.7.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdevelop-python-1.7.1.ebuild        10 Feb 2015 22:11:29 -0000      1.1
+++ kdevelop-python-1.7.1.ebuild        25 Jul 2015 16:13:44 -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-util/kdevelop-python/kdevelop-python-1.7.1.ebuild,v 
1.1 2015/02/10 22:11:29 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild,v 
1.2 2015/07/25 16:13:44 mgorny Exp $
 
 EAPI=5
 
@@ -21,12 +21,10 @@
 DESCRIPTION="Python plugin for KDevelop 4"
 IUSE="debug"
 
-COMMON_DEPEND=">=dev-util/kdevplatform-${PV}:4"
-DEPEND="${COMMON_DEPEND}
+DEPEND="
        ${PYTHON_DEPS}
 "
 RDEPEND="
-       ${COMMON_DEPEND}
        dev-util/kdevelop:4
 "
 



1.3                  dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild?r1=1.2&r2=1.3

Index: kdevelop-python-1.6.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdevelop-python-1.6.0.ebuild        17 Mar 2014 09:54:03 -0000      1.2
+++ kdevelop-python-1.6.0.ebuild        25 Jul 2015 16:13:44 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild,v 
1.2 2014/03/17 09:54:03 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild,v 
1.3 2015/07/25 16:13:44 mgorny Exp $
 
 EAPI=5
 
@@ -28,12 +28,9 @@
 LICENSE="GPL-2"
 IUSE="debug"
 
-DEPEND="
-       >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
-"
+DEPEND=""
 RDEPEND="
-       ${DEPEND}
-       dev-util/kdevelop
+       dev-util/kdevelop:4
 "
 
 RESTRICT="test"



1.4                  dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild?r1=1.3&r2=1.4

Index: kdevelop-python-1.5.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdevelop-python-1.5.2.ebuild        26 Jan 2014 11:39:02 -0000      1.3
+++ kdevelop-python-1.5.2.ebuild        25 Jul 2015 16:13:44 -0000      1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild,v 
1.3 2014/01/26 11:39:02 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild,v 
1.4 2015/07/25 16:13:44 mgorny Exp $
 
 EAPI=5
 
@@ -29,15 +29,11 @@
 LICENSE="GPL-2"
 IUSE="debug"
 
-COMMON_DEPEND="
-       >=dev-util/kdevplatform-1.4.60
-"
-DEPEND="${COMMON_DEPEND}
-       >=dev-util/kdevelop-pg-qt-1.0.0
+DEPEND="
+       >=dev-util/kdevelop-pg-qt-1.0.0:4
 "
 RDEPEND="
-       ${COMMON_DEPEND}
-       dev-util/kdevelop
+       dev-util/kdevelop:4
 "
 
 RESTRICT="test"



1.13                 dev-util/kdevelop-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/kdevelop-python/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Feb 2015 22:11:29 -0000      1.12
+++ ChangeLog   25 Jul 2015 16:13:44 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/kdevelop-python
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.12 
2015/02/10 22:11:29 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdevelop-python/ChangeLog,v 1.13 
2015/07/25 16:13:44 mgorny Exp $
+
+  25 Jul 2015; Michał Górny <mgo...@gentoo.org> kdevelop-python-1.5.2.ebuild,
+  kdevelop-python-1.6.0.ebuild, kdevelop-python-1.7.1.ebuild:
+  Pin dependencies to slot :4, clean up redundant deps.
+  https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/174 by a17r.
 
 *kdevelop-python-1.7.1 (10 Feb 2015)
 




Reply via email to