Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fraqtive: fraqtive-0.4.3.ebuild ChangeLog
Date: Tue, 14 Oct 2008 12:33:07
Message-Id: E1Kpj5F-00029N-Bn@stork.gentoo.org
1 flameeyes 08/10/14 12:33:05
2
3 Modified: fraqtive-0.4.3.ebuild ChangeLog
4 Log:
5 Fix dependencies.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.3 x11-misc/fraqtive/fraqtive-0.4.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild?r1=1.2&r2=1.3
14
15 Index: fraqtive-0.4.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- fraqtive-0.4.3.ebuild 27 Jul 2008 00:44:11 -0000 1.2
22 +++ fraqtive-0.4.3.ebuild 14 Oct 2008 12:33:05 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.2 2008/07/27 00:44:11 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/fraqtive-0.4.3.ebuild,v 1.3 2008/10/14 12:33:05 flameeyes Exp $
28
29 EAPI=1
30
31 @@ -15,10 +15,11 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE="sse2"
34
35 -DEPENDS="|| ( ( x11-libs/qt-core
36 +RDEPEND="|| ( ( x11-libs/qt-core
37 x11-libs/qt-gui
38 x11-libs/qt-opengl )
39 <x11-libs/qt-4.4:4 )"
40 +DEPEND="${RDEPEND}"
41
42 QT4_BUILT_WITH_USE_CHECK="opengl"
43
44
45
46
47 1.5 x11-misc/fraqtive/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.5&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fraqtive/ChangeLog?rev=1.5&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fraqtive/ChangeLog?r1=1.4&r2=1.5
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v
56 retrieving revision 1.4
57 retrieving revision 1.5
58 diff -u -r1.4 -r1.5
59 --- ChangeLog 27 Jul 2008 00:44:11 -0000 1.4
60 +++ ChangeLog 14 Oct 2008 12:33:05 -0000 1.5
61 @@ -1,6 +1,9 @@
62 # ChangeLog for x11-misc/fraqtive
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.4 2008/07/27 00:44:11 carlo Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fraqtive/ChangeLog,v 1.5 2008/10/14 12:33:05 flameeyes Exp $
66 +
67 + 14 Oct 2008; Diego Pettenò <flameeyes@g.o> fraqtive-0.4.3.ebuild:
68 + Fix dependencies.
69
70 27 Jul 2008; Carsten Lohrke <carlo@g.o> fraqtive-0.4.3.ebuild:
71 Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.