public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
@ 2010-01-02 15:43 Ben de Groot (yngwin)
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot (yngwin) @ 2010-01-02 15:43 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/01/02 15:43:10

  Modified:             PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
  Log:
  Adding RESTRICT_PYTHON_ABIS for python3. Current PyQt4 versions only work with python2. Fixes bug 292419.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?r1=1.9&r2=1.10

Index: PyQt4-4.5.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- PyQt4-4.5.4-r4.ebuild	13 Dec 2009 15:49:01 -0000	1.9
+++ PyQt4-4.5.4-r4.ebuild	2 Jan 2010 15:43:09 -0000	1.10
@@ -1,9 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.9 2009/12/13 15:49:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.10 2010/01/02 15:43:09 yngwin Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit python qt4 toolchain-funcs
 



1.99                 dev-python/PyQt4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	13 Dec 2009 15:49:01 -0000	1.98
+++ ChangeLog	2 Jan 2010 15:43:09 -0000	1.99
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/PyQt4
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.98 2009/12/13 15:49:01 yngwin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.99 2010/01/02 15:43:09 yngwin Exp $
+
+  02 Jan 2010; Ben de Groot <yngwin@gentoo.org> PyQt4-4.5.4-r4.ebuild,
+  PyQt4-4.6.2.ebuild:
+  Adding RESTRICT_PYTHON_ABIS for python3. Current PyQt4 versions only work
+  with python2. Fixes bug 292419.
 
   13 Dec 2009; Ben de Groot <yngwin@gentoo.org> -PyQt4-4.4.4-r2.ebuild,
   -PyQt4-4.4.4-r5.ebuild, -PyQt4-4.5.2.ebuild, -PyQt4-4.5.4-r3.ebuild,



1.3                  dev-python/PyQt4/PyQt4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?r1=1.2&r2=1.3

Index: PyQt4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PyQt4-4.6.2.ebuild	13 Dec 2009 15:49:01 -0000	1.2
+++ PyQt4-4.6.2.ebuild	2 Jan 2010 15:43:09 -0000	1.3
@@ -1,9 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.2 2009/12/13 15:49:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.3 2010/01/02 15:43:09 yngwin Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
 
 inherit python qt4 toolchain-funcs
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
@ 2010-01-02 17:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-02 17:03 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/01/02 17:03:41

  Modified:             PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
  Log:
  Only restrict Python 3.2.
  (Portage version: 15155-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?r1=1.10&r2=1.11

Index: PyQt4-4.5.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- PyQt4-4.5.4-r4.ebuild	2 Jan 2010 15:43:09 -0000	1.10
+++ PyQt4-4.5.4-r4.ebuild	2 Jan 2010 17:03:41 -0000	1.11
@@ -1,10 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.10 2010/01/02 15:43:09 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.11 2010/01/02 17:03:41 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
 
 inherit python qt4 toolchain-funcs
 
@@ -40,6 +39,7 @@
 	webkit? ( =x11-libs/qt-webkit-${QTVER}:4 )
 	xmlpatterns? ( =x11-libs/qt-xmlpatterns-${QTVER}:4 )"
 RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.2"
 
 S="${WORKDIR}/${MY_P}"
 



1.100                dev-python/PyQt4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	2 Jan 2010 15:43:09 -0000	1.99
+++ ChangeLog	2 Jan 2010 17:03:41 -0000	1.100
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.99 2010/01/02 15:43:09 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.100 2010/01/02 17:03:41 arfrever Exp $
+
+  02 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild:
+  Only restrict Python 3.2.
 
   02 Jan 2010; Ben de Groot <yngwin@gentoo.org> PyQt4-4.5.4-r4.ebuild,
   PyQt4-4.6.2.ebuild:



1.4                  dev-python/PyQt4/PyQt4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?r1=1.3&r2=1.4

Index: PyQt4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- PyQt4-4.6.2.ebuild	2 Jan 2010 15:43:09 -0000	1.3
+++ PyQt4-4.6.2.ebuild	2 Jan 2010 17:03:41 -0000	1.4
@@ -1,10 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.3 2010/01/02 15:43:09 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.4 2010/01/02 17:03:41 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
 
 inherit python qt4 toolchain-funcs
 
@@ -40,6 +39,7 @@
 	webkit? ( >=x11-libs/qt-webkit-${QTVER}:4 )
 	xmlpatterns? ( >=x11-libs/qt-xmlpatterns-${QTVER}:4 )"
 RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.2"
 
 S="${WORKDIR}/${MY_P}"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
@ 2010-01-11 17:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-01-11 17:03 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/01/11 17:03:39

  Modified:             PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
  Log:
  Don't call python_need_rebuild().
  (Portage version: 15191-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?r1=1.11&r2=1.12

Index: PyQt4-4.5.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- PyQt4-4.5.4-r4.ebuild	2 Jan 2010 17:03:41 -0000	1.11
+++ PyQt4-4.5.4-r4.ebuild	11 Jan 2010 17:03:39 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.11 2010/01/02 17:03:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.12 2010/01/11 17:03:39 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -126,8 +126,6 @@
 }
 
 src_install() {
-	python_need_rebuild
-
 	installation() {
 		# INSTALL_ROOT is needed for the QtDesigner module,
 		# the other Makefiles use DESTDIR.



1.102                dev-python/PyQt4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	6 Jan 2010 09:59:22 -0000	1.101
+++ ChangeLog	11 Jan 2010 17:03:39 -0000	1.102
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.101 2010/01/06 09:59:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.102 2010/01/11 17:03:39 arfrever Exp $
+
+  11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild:
+  Don't call python_need_rebuild().
 
   06 Jan 2010; <hwoarang@gentoo.org> PyQt4-4.6.2.ebuild:
   Migrate to qt4-r2 eclass



1.6                  dev-python/PyQt4/PyQt4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?r1=1.5&r2=1.6

Index: PyQt4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PyQt4-4.6.2.ebuild	6 Jan 2010 09:59:22 -0000	1.5
+++ PyQt4-4.6.2.ebuild	11 Jan 2010 17:03:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.5 2010/01/06 09:59:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.6 2010/01/11 17:03:39 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -127,8 +127,6 @@
 }
 
 src_install() {
-	python_need_rebuild
-
 	installation() {
 		# INSTALL_ROOT is needed for the QtDesigner module,
 		# the other Makefiles use DESTDIR.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
@ 2010-02-02  8:10 Alex Alexander (wired)
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Alexander (wired) @ 2010-02-02  8:10 UTC (permalink / raw
  To: gentoo-commits

wired       10/02/02 08:10:12

  Modified:             PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild
  Log:
  updated SRC_URI to use gentoo mirrors, upstream doesn't provide these versions anymore
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild?r1=1.12&r2=1.13

Index: PyQt4-4.5.4-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- PyQt4-4.5.4-r4.ebuild	11 Jan 2010 17:03:39 -0000	1.12
+++ PyQt4-4.5.4-r4.ebuild	2 Feb 2010 08:10:12 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.12 2010/01/11 17:03:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.5.4-r4.ebuild,v 1.13 2010/02/02 08:10:12 wired Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="A set of Python bindings for the Qt toolkit"
 HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/"
-SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="|| ( GPL-2 GPL-3 )"



1.106                dev-python/PyQt4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	31 Jan 2010 16:30:42 -0000	1.105
+++ ChangeLog	2 Feb 2010 08:10:12 -0000	1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/PyQt4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.105 2010/01/31 16:30:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.106 2010/02/02 08:10:12 wired Exp $
+
+  02 Feb 2010; Alex Alexander <wired@gentoo.org> PyQt4-4.5.4-r4.ebuild,
+  PyQt4-4.6.2.ebuild:
+  updated SRC_URI to use gentoo mirrors, upstream doesn't provide these
+  versions anymore
 
   31 Jan 2010; <hwoarang@gentoo.org> PyQt4-4.6.2.ebuild:
   Stable on amd64 wrt bug #300713



1.8                  dev-python/PyQt4/PyQt4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild?r1=1.7&r2=1.8

Index: PyQt4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- PyQt4-4.6.2.ebuild	31 Jan 2010 16:30:42 -0000	1.7
+++ PyQt4-4.6.2.ebuild	2 Feb 2010 08:10:12 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.7 2010/01/31 16:30:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.8 2010/02/02 08:10:12 wired Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -12,7 +12,7 @@
 
 DESCRIPTION="A set of Python bindings for the Qt toolkit"
 HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ http://pypi.python.org/pypi/PyQt"
-SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
 
 SLOT="0"
 LICENSE="|| ( GPL-2 GPL-3 )"






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-02  8:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-02 15:43 [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.5.4-r4.ebuild ChangeLog PyQt4-4.6.2.ebuild Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-02 17:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-11 17:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-02  8:10 Alex Alexander (wired)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox