Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-3.9.4b.ebuild
Date: Tue, 02 Jun 2009 11:15:30
Message-Id: E1MBRxo-0003tS-Lb@stork.gentoo.org
1 flameeyes 09/06/02 11:15:28
2
3 Modified: ChangeLog hplip-3.9.4b.ebuild
4 Log:
5 Depend on PyQt4 with X module enabled; closes bug #272178.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.119 net-print/hplip/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/ChangeLog?rev=1.119&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/ChangeLog?rev=1.119&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/ChangeLog?r1=1.118&r2=1.119
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
18 retrieving revision 1.118
19 retrieving revision 1.119
20 diff -u -r1.118 -r1.119
21 --- ChangeLog 28 May 2009 20:07:51 -0000 1.118
22 +++ ChangeLog 2 Jun 2009 11:15:28 -0000 1.119
23 @@ -1,6 +1,9 @@
24 # ChangeLog for net-print/hplip
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.118 2009/05/28 20:07:51 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.119 2009/06/02 11:15:28 flameeyes Exp $
28 +
29 + 02 Jun 2009; Diego E. Pettenò <flameeyes@g.o> hplip-3.9.4b.ebuild:
30 + Depend on PyQt4 with X module enabled; closes bug #272178.
31
32 *hplip-3.9.4b (28 May 2009)
33
34
35
36
37 1.2 net-print/hplip/hplip-3.9.4b.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild?r1=1.1&r2=1.2
42
43 Index: hplip-3.9.4b.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- hplip-3.9.4b.ebuild 28 May 2009 20:07:51 -0000 1.1
50 +++ hplip-3.9.4b.ebuild 2 Jun 2009 11:15:28 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild,v 1.1 2009/05/28 20:07:51 flameeyes Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.9.4b.ebuild,v 1.2 2009/06/02 11:15:28 flameeyes Exp $
56
57 EAPI="2"
58
59 @@ -53,7 +53,7 @@
60 dev-python/reportlab
61 )
62 qt4? ( !qt3? (
63 - dev-python/PyQt4
64 + dev-python/PyQt4[X]
65 dbus? ( dev-python/dbus-python )
66 ) )
67 qt3? (