Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qt-creator: ChangeLog qt-creator-1.2.1.ebuild qt-creator-1.3.1-r1.ebuild
Date: Sun, 01 Aug 2010 10:04:16
Message-Id: 20100801095829.5FA742CE15@corvid.gentoo.org
1 hwoarang 10/08/01 09:58:29
2
3 Modified: ChangeLog qt-creator-1.2.1.ebuild
4 qt-creator-1.3.1-r1.ebuild
5 Log:
6 Remove dbus dependency from qt-gui. Bug #330385
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 dev-util/qt-creator/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 18 Jul 2010 13:53:21 -0000 1.54
23 +++ ChangeLog 1 Aug 2010 09:58:29 -0000 1.55
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/qt-creator
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.54 2010/07/18 13:53:21 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.55 2010/08/01 09:58:29 hwoarang Exp $
29 +
30 + 01 Aug 2010; Markos Chandras <hwoarang@g.o>
31 + qt-creator-1.2.1.ebuild, qt-creator-1.3.1-r1.ebuild:
32 + Remove dbus dependency from qt-gui. Bug #330385
33
34 18 Jul 2010; <nixnut@g.o> qt-creator-1.3.1-r1.ebuild:
35 ppc stable #325041
36
37
38
39 1.9 dev-util/qt-creator/qt-creator-1.2.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild?r1=1.8&r2=1.9
44
45 Index: qt-creator-1.2.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- qt-creator-1.2.1.ebuild 22 Jun 2010 18:41:49 -0000 1.8
52 +++ qt-creator-1.2.1.ebuild 1 Aug 2010 09:58:29 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.8 2010/06/22 18:41:49 arfrever Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.2.1.ebuild,v 1.9 2010/08/01 09:58:29 hwoarang Exp $
58
59 EAPI="2"
60
61 @@ -20,7 +20,7 @@
62
63 DEPEND="app-arch/unzip
64 >=x11-libs/qt-assistant-4.5.0_rc1
65 - >=x11-libs/qt-gui-4.5.0_rc1[dbus,qt3support]"
66 + >=x11-libs/qt-gui-4.5.0_rc1[qt3support]"
67
68 RDEPEND="${DEPEND}
69 >=x11-libs/qt-sql-4.5.0_rc1
70
71
72
73 1.7 dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild?r1=1.6&r2=1.7
78
79 Index: qt-creator-1.3.1-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- qt-creator-1.3.1-r1.ebuild 18 Jul 2010 13:53:21 -0000 1.6
86 +++ qt-creator-1.3.1-r1.ebuild 1 Aug 2010 09:58:29 -0000 1.7
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.6 2010/07/18 13:53:21 nixnut Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.7 2010/08/01 09:58:29 hwoarang Exp $
92
93 EAPI="2"
94 LANGS="de es fr it ja pl ru sl"
95 @@ -19,7 +19,7 @@
96 kde mercurial perforce qml qtscript rss subversion"
97
98 DEPEND=">=x11-libs/qt-assistant-4.6.0:4
99 - >=x11-libs/qt-gui-4.6.0:4[dbus,qt3support]"
100 + >=x11-libs/qt-gui-4.6.0:4[qt3support]"
101
102 RDEPEND="${DEPEND}
103 >=x11-libs/qt-sql-4.6.1:4