Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/smoke: smoke-4.3.3.ebuild ChangeLog smoke-4.3.4.ebuild
Date: Sat, 02 Jan 2010 21:09:47
Message-Id: E1NRBEG-0004zj-VO@stork.gentoo.org
1 yngwin 10/01/02 21:09:44
2
3 Modified: smoke-4.3.3.ebuild ChangeLog smoke-4.3.4.ebuild
4 Log:
5 Drop no longer needed use dep on qt4
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 kde-base/smoke/smoke-4.3.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.3.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.3.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.3.ebuild?r1=1.5&r2=1.6
14
15 Index: smoke-4.3.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.3.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- smoke-4.3.3.ebuild 10 Dec 2009 17:48:43 -0000 1.5
22 +++ smoke-4.3.3.ebuild 2 Jan 2010 21:09:44 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.3.ebuild,v 1.5 2009/12/10 17:48:43 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.3.ebuild,v 1.6 2010/01/02 21:09:44 yngwin Exp $
29
30 EAPI="2"
31
32 @@ -21,7 +21,7 @@
33 )
34 kdevplatform? ( dev-util/kdevplatform:4 )
35 phonon? ( >=media-sound/phonon-4.3.49[xcb] )
36 - qscintilla? ( x11-libs/qscintilla[qt4] )
37 + qscintilla? ( x11-libs/qscintilla )
38 qwt? ( x11-libs/qwt:5 )
39 semantic-desktop? (
40 dev-libs/soprano
41
42
43
44 1.89 kde-base/smoke/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.89&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?rev=1.89&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/ChangeLog?r1=1.88&r2=1.89
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
53 retrieving revision 1.88
54 retrieving revision 1.89
55 diff -u -r1.88 -r1.89
56 --- ChangeLog 23 Dec 2009 01:41:30 -0000 1.88
57 +++ ChangeLog 2 Jan 2010 21:09:44 -0000 1.89
58 @@ -1,6 +1,10 @@
59 # ChangeLog for kde-base/smoke
60 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.88 2009/12/23 01:41:30 abcd Exp $
62 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.89 2010/01/02 21:09:44 yngwin Exp $
64 +
65 + 02 Jan 2010; Ben de Groot <yngwin@g.o> smoke-4.3.3.ebuild,
66 + smoke-4.3.4.ebuild:
67 + Drop no longer needed use dep on qt4
68
69 23 Dec 2009; Jonathan Callen <abcd@g.o> smoke-4.3.4.ebuild:
70 Pull in changes from overlay
71
72
73
74 1.4 kde-base/smoke/smoke-4.3.4.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild?r1=1.3&r2=1.4
79
80 Index: smoke-4.3.4.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- smoke-4.3.4.ebuild 23 Dec 2009 01:41:30 -0000 1.3
87 +++ smoke-4.3.4.ebuild 2 Jan 2010 21:09:44 -0000 1.4
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2009 Gentoo Foundation
90 +# Copyright 1999-2010 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild,v 1.3 2009/12/23 01:41:30 abcd Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.3.4.ebuild,v 1.4 2010/01/02 21:09:44 yngwin Exp $
94
95 EAPI="2"
96
97 @@ -19,7 +19,7 @@
98 akonadi? ( $(add_kdebase_dep kdepimlibs) )
99 kdevplatform? ( dev-util/kdevplatform:4 )
100 phonon? ( >=media-sound/phonon-4.3.49[xcb] )
101 - qscintilla? ( x11-libs/qscintilla[qt4] )
102 + qscintilla? ( x11-libs/qscintilla )
103 qwt? ( x11-libs/qwt:5 )
104 "
105 # okular? ( kde-base/okular) -- it can't find it anyway