summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-12-26 03:46:58 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-12-26 03:46:58 +0000
commit73c13b92610d171125d8d8332c56bbb3991c3f92 (patch)
tree930c1fa5c3599c6374ab35fa0f084fab4a5a561b /dev-util
parentRemove keepdir /var/run/* (bug #332633). (diff)
downloadgentoo-2-73c13b92610d171125d8d8332c56bbb3991c3f92.tar.gz
gentoo-2-73c13b92610d171125d8d8332c56bbb3991c3f92.tar.bz2
gentoo-2-73c13b92610d171125d8d8332c56bbb3991c3f92.zip
Update PyQt4 deps.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/eric/ChangeLog6
-rw-r--r--dev-util/eric/eric-4.5.6.ebuild5
-rw-r--r--dev-util/eric/eric-4.5.7.ebuild4
-rw-r--r--dev-util/eric/eric-5.2.5.ebuild5
-rw-r--r--dev-util/eric/eric-5.2.6.ebuild4
5 files changed, 15 insertions, 9 deletions
diff --git a/dev-util/eric/ChangeLog b/dev-util/eric/ChangeLog
index b0b269bab6cc..601e1b6a806b 100644
--- a/dev-util/eric/ChangeLog
+++ b/dev-util/eric/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/eric
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.186 2012/11/07 09:09:53 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.187 2012/12/26 03:46:58 pesa Exp $
+
+ 26 Dec 2012; Davide Pesavento <pesa@gentoo.org> eric-4.5.6.ebuild,
+ eric-4.5.7.ebuild, eric-5.2.5.ebuild, eric-5.2.6.ebuild:
+ Update PyQt4 deps.
07 Nov 2012; Davide Pesavento <pesa@gentoo.org> -eric-4.5.4.ebuild,
-eric-5.2.3.ebuild, eric-4.5.6.ebuild, eric-5.2.5.ebuild:
diff --git a/dev-util/eric/eric-4.5.6.ebuild b/dev-util/eric/eric-4.5.6.ebuild
index 4bd09a2b05b0..2a8f9041d1d6 100644
--- a/dev-util/eric/eric-4.5.6.ebuild
+++ b/dev-util/eric/eric-4.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.5.6.ebuild,v 1.3 2012/11/07 09:09:53 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.5.6.ebuild,v 1.4 2012/12/26 03:46:58 pesa Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -26,7 +26,8 @@ IUSE="kde spell"
DEPEND="
>=dev-python/sip-4.12.4
- >=dev-python/PyQt4-4.6[assistant,svg,webkit,X]
+ || ( >=dev-python/PyQt4-4.9.6-r1[X,help,svg,webkit]
+ <dev-python/PyQt4-4.9.6-r1[X,assistant,svg,webkit] )
>=dev-python/qscintilla-python-2.3
kde? ( kde-base/pykde4 )
"
diff --git a/dev-util/eric/eric-4.5.7.ebuild b/dev-util/eric/eric-4.5.7.ebuild
index 86bb761276c3..c15cb9b5b961 100644
--- a/dev-util/eric/eric-4.5.7.ebuild
+++ b/dev-util/eric/eric-4.5.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.5.7.ebuild,v 1.1 2012/10/20 10:13:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.5.7.ebuild,v 1.2 2012/12/26 03:46:58 pesa Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -26,7 +26,7 @@ IUSE="kde spell"
DEPEND="
>=dev-python/sip-4.12.4
- >=dev-python/PyQt4-4.6[assistant,svg,webkit,X]
+ >=dev-python/PyQt4-4.9.6-r1[X,help,svg,webkit]
>=dev-python/qscintilla-python-2.3
kde? ( kde-base/pykde4 )
"
diff --git a/dev-util/eric/eric-5.2.5.ebuild b/dev-util/eric/eric-5.2.5.ebuild
index 569c1c9f820b..b644fd467068 100644
--- a/dev-util/eric/eric-5.2.5.ebuild
+++ b/dev-util/eric/eric-5.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.2.5.ebuild,v 1.3 2012/11/07 09:09:53 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.2.5.ebuild,v 1.4 2012/12/26 03:46:58 pesa Exp $
EAPI="4"
PYTHON_DEPEND="3:3.1"
@@ -25,7 +25,8 @@ IUSE="spell"
DEPEND="
>=dev-python/sip-4.12.4
- >=dev-python/PyQt4-4.8[assistant,svg,webkit,X]
+ || ( >=dev-python/PyQt4-4.9.6-r1[X,help,svg,webkit]
+ <dev-python/PyQt4-4.9.6-r1[X,assistant,svg,webkit] )
>=dev-python/qscintilla-python-2.4
"
RDEPEND="${DEPEND}
diff --git a/dev-util/eric/eric-5.2.6.ebuild b/dev-util/eric/eric-5.2.6.ebuild
index 4bc9325cbee1..7227b7fcb809 100644
--- a/dev-util/eric/eric-5.2.6.ebuild
+++ b/dev-util/eric/eric-5.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.2.6.ebuild,v 1.1 2012/10/20 10:13:20 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-5.2.6.ebuild,v 1.2 2012/12/26 03:46:58 pesa Exp $
EAPI="4"
PYTHON_DEPEND="3:3.1"
@@ -25,7 +25,7 @@ IUSE="spell"
DEPEND="
>=dev-python/sip-4.12.4
- >=dev-python/PyQt4-4.8[assistant,svg,webkit,X]
+ >=dev-python/PyQt4-4.9.6-r1[X,help,svg,webkit]
>=dev-python/qscintilla-python-2.4
"
RDEPEND="${DEPEND}