Gentoo Archives: gentoo-commits

From: "Bo Oersted Andresen (zlin)" <zlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/plasma: ChangeLog plasma-4.0.4.ebuild
Date: Fri, 30 May 2008 09:18:57
Message-Id: E1K20lA-0001ON-91@stork.gentoo.org
1 zlin 08/05/30 09:18:52
2
3 Modified: ChangeLog plasma-4.0.4.ebuild
4 Log:
5 KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.10 kde-base/plasma/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 16 May 2008 00:55:19 -0000 1.9
22 +++ ChangeLog 30 May 2008 09:18:51 -0000 1.10
23 @@ -1,6 +1,9 @@
24 # ChangeLog for kde-base/plasma
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v 1.9 2008/05/16 00:55:19 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/ChangeLog,v 1.10 2008/05/30 09:18:51 zlin Exp $
28 +
29 + 30 May 2008; Bo Ørsted Andresen <zlin@g.o> plasma-4.0.4.ebuild:
30 + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863.
31
32 *plasma-4.0.4 (15 May 2008)
33
34
35
36
37 1.2 kde-base/plasma/plasma-4.0.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild?r1=1.1&r2=1.2
42
43 Index: plasma-4.0.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- plasma-4.0.4.ebuild 16 May 2008 00:55:19 -0000 1.1
50 +++ plasma-4.0.4.ebuild 30 May 2008 09:18:51 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild,v 1.1 2008/05/16 00:55:19 ingmar Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma/plasma-4.0.4.ebuild,v 1.2 2008/05/30 09:18:51 zlin Exp $
56
57 EAPI="1"
58
59 @@ -11,8 +11,7 @@
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug htmlhandbook xcomposite xinerama"
62
63 -COMMONDEPEND="
64 - >=app-misc/strigi-0.5.7
65 +COMMONDEPEND=">=app-misc/strigi-0.5.7
66 >=kde-base/libkworkspace-${PV}:${SLOT}
67 >=kde-base/libtaskmanager-${PV}:${SLOT}
68 >=kde-base/libplasma-${PV}:${SLOT}
69 @@ -27,8 +26,7 @@
70 xinerama? ( x11-proto/xineramaproto )"
71 RDEPEND="${COMMONDEPEND}
72 >=kde-base/kde-menu-icons-${PV}:${SLOT}"
73 -PDEPEND="
74 - kde-base/kdeartwork-iconthemes:${SLOT}"
75 +PDEPEND="kde-base/kdeartwork-iconthemes:${SLOT}"
76
77 KMEXTRACTONLY="krunner/org.freedesktop.ScreenSaver.xml
78 krunner/org.kde.krunner.Interface.xml
79 @@ -37,9 +35,9 @@
80 libs/plasma/"
81 KMLOADLIBS="libplasma"
82
83 -PATCHES="${FILESDIR}/${PN}-4.0.3-kickoff.patch"
84 +PATCHES=("${FILESDIR}/${PN}-4.0.3-kickoff.patch")
85
86 -KDE4_BUILT_WITH_USE_CHECK="app-misc/strigi dbus qt4"
87 +KDE4_BUILT_WITH_USE_CHECK=("app-misc/strigi dbus qt4")
88
89 src_compile() {
90 mycmakeargs="${mycmakeargs}
91
92
93
94 --
95 gentoo-commits@l.g.o mailing list