summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-07-25 16:13:44 +0000
committerMichał Górny <mgorny@gentoo.org>2015-07-25 16:13:44 +0000
commitf82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d (patch)
tree1cf1af7ae548462de84bac54fa5538671f107091 /dev-util/kdevelop-python
parentFix automagic dep on alsa. https://github.com/gentoo/gentoo-portage-rsync-mir... (diff)
downloadgentoo-2-f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d.tar.gz
gentoo-2-f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d.tar.bz2
gentoo-2-f82bb2f7dcbfe8d525a1a2aef22a9e8d9184998d.zip
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!)
Diffstat (limited to 'dev-util/kdevelop-python')
-rw-r--r--dev-util/kdevelop-python/ChangeLog7
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild14
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild11
-rw-r--r--dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild6
4 files changed, 17 insertions, 21 deletions
diff --git a/dev-util/kdevelop-python/ChangeLog b/dev-util/kdevelop-python/ChangeLog
index b7e8e707d028..384fc0c0f96b 100644
--- a/dev-util/kdevelop-python/ChangeLog
+++ b/dev-util/kdevelop-python/ChangeLog
@@ -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 <mgorny@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)
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild
index 4cb2634ba0af..f4d8e2bab935 100644
--- a/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-1.5.2.ebuild
@@ -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 @@ HOMEPAGE="http://www.kdevelop.org"
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"
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild
index 2f64ebea40a7..7cb5f3f9a17e 100644
--- a/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-1.6.0.ebuild
@@ -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 @@ HOMEPAGE="http://www.kdevelop.org"
LICENSE="GPL-2"
IUSE="debug"
-DEPEND="
- >=dev-util/kdevplatform-${KDEVPLATFORM_VERSION}
-"
+DEPEND=""
RDEPEND="
- ${DEPEND}
- dev-util/kdevelop
+ dev-util/kdevelop:4
"
RESTRICT="test"
diff --git a/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild b/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild
index 3466e141783b..af699e71daf8 100644
--- a/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild
+++ b/dev-util/kdevelop-python/kdevelop-python-1.7.1.ebuild
@@ -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 @@ fi
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
"