Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.3.1.ebuild ChangeLog
Date: Fri, 09 Nov 2007 17:48:02
Message-Id: E1IqXxU-0006eq-Ky@stork.gentoo.org
1 jer 07/11/09 17:47:56
2
3 Modified: PyQt4-4.3.1.ebuild ChangeLog
4 Log:
5 Marked ~hppa (bug #198456). Fixed quoting issues.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.4 dev-python/PyQt4/PyQt4-4.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild?r1=1.3&r2=1.4
14
15 Index: PyQt4-4.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- PyQt4-4.3.1.ebuild 7 Nov 2007 16:41:43 -0000 1.3
22 +++ PyQt4-4.3.1.ebuild 9 Nov 2007 17:47:56 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.3 2007/11/07 16:41:43 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.1.ebuild,v 1.4 2007/11/09 17:47:56 jer Exp $
28
29 inherit distutils qt4
30
31 @@ -11,7 +11,7 @@
32 SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz"
33 SLOT="0"
34 LICENSE="GPL-2"
35 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 IUSE="debug doc examples"
38
39 RDEPEND="=x11-libs/qt-4*
40 @@ -25,10 +25,10 @@
41
42 src_unpack() {
43 unpack ${A}
44 - sed -i -e "s:^[ \t]*check_license():# check_license():" ${S}/configure.py
45 - sed -i -e "s:join(qt_dir, \"mkspecs\":join(\"/usr/share/qt4\", \"mkspecs\":g" ${S}/configure.py
46 - sed -i -e "s:\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include\":\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include/qt4\":g" ${S}/configure.py
47 - sed -i -e "s:\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib\":\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib/qt4\":g" ${S}/configure.py
48 + sed -i -e "s:^[ \t]*check_license():# check_license():" "${S}"/configure.py
49 + sed -i -e "s:join(qt_dir, \"mkspecs\":join(\"/usr/share/qt4\", \"mkspecs\":g" "${S}"/configure.py
50 + sed -i -e "s:\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include\":\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include/qt4\":g" "${S}"/configure.py
51 + sed -i -e "s:\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib\":\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib/qt4\":g" "${S}"/configure.py
52 }
53
54 src_compile() {
55
56
57
58 1.19 dev-python/PyQt4/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.19&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.19&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.18&r2=1.19
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
67 retrieving revision 1.18
68 retrieving revision 1.19
69 diff -u -r1.18 -r1.19
70 --- ChangeLog 7 Nov 2007 16:41:43 -0000 1.18
71 +++ ChangeLog 9 Nov 2007 17:47:56 -0000 1.19
72 @@ -1,6 +1,9 @@
73 # ChangeLog for dev-python/PyQt4
74 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.18 2007/11/07 16:41:43 armin76 Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.19 2007/11/09 17:47:56 jer Exp $
77 +
78 + 09 Nov 2007; Jeroen Roovers <jer@g.o> PyQt4-4.3.1.ebuild:
79 + Marked ~hppa (bug #198456). Fixed quoting issues.
80
81 07 Nov 2007; Raúl Porcel <armin76@g.o> PyQt4-4.3.1.ebuild:
82 Add ~alpha/~ia64/~sparc
83
84
85
86 --
87 gentoo-commits@g.o mailing list