Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/PyQt4: PyQt4-4.9.6-r1.ebuild ChangeLog
Date: Thu, 27 Dec 2012 04:20:53
Message-Id: 20121227042042.73FA02171D@flycatcher.gentoo.org
1 pesa 12/12/27 04:20:42
2
3 Modified: PyQt4-4.9.6-r1.ebuild ChangeLog
4 Log:
5 Improve pyqt4_use_enable() as suggested by Arfrever.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
8
9 Revision Changes Path
10 1.2 dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: PyQt4-4.9.6-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- PyQt4-4.9.6-r1.ebuild 26 Dec 2012 03:11:43 -0000 1.1
23 +++ PyQt4-4.9.6-r1.ebuild 27 Dec 2012 04:20:42 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild,v 1.1 2012/12/26 03:11:43 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.6-r1.ebuild,v 1.2 2012/12/27 04:20:42 pesa Exp $
29
30 EAPI=5
31
32 @@ -27,7 +27,6 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
34
35 IUSE="X dbus debug declarative doc examples help kde multimedia opengl phonon script scripttools sql svg webkit xmlpatterns"
36 -
37 REQUIRED_USE="
38 declarative? ( X )
39 help? ( X )
40 @@ -103,7 +102,7 @@
41 }
42
43 pyqt4_use_enable() {
44 - use $1 && echo --enable=${2:-Qt$(echo ${1:0:1} | tr '[:lower:]' '[:upper:]')${1:1}}
45 + use $1 && echo --enable=${2:-Qt$(tr 'a-z' 'A-Z' <<< ${1:0:1})${1:1}}
46 }
47
48 src_configure() {
49
50
51
52 1.206 dev-python/PyQt4/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.206&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?rev=1.206&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyQt4/ChangeLog?r1=1.205&r2=1.206
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v
61 retrieving revision 1.205
62 retrieving revision 1.206
63 diff -u -r1.205 -r1.206
64 --- ChangeLog 26 Dec 2012 03:14:58 -0000 1.205
65 +++ ChangeLog 27 Dec 2012 04:20:42 -0000 1.206
66 @@ -1,6 +1,9 @@
67 # ChangeLog for dev-python/PyQt4
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.205 2012/12/26 03:14:58 pesa Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.206 2012/12/27 04:20:42 pesa Exp $
71 +
72 + 27 Dec 2012; Davide Pesavento <pesa@g.o> PyQt4-4.9.6-r1.ebuild:
73 + Improve pyqt4_use_enable() as suggested by Arfrever.
74
75 26 Dec 2012; Davide Pesavento <pesa@g.o> -PyQt4-4.9.5.ebuild:
76 old