Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.4.2.ebuild ChangeLog plasma-workspace-4.4.3.ebuild
Date: Tue, 04 May 2010 00:56:57
Message-Id: 20100504005653.D53672C3CF@corvid.gentoo.org
1 reavertm 10/05/04 00:56:53
2
3 Modified: plasma-workspace-4.4.2.ebuild ChangeLog
4 plasma-workspace-4.4.3.ebuild
5 Log:
6 Fix Xinerama automagic
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild?r1=1.2&r2=1.3
15
16 Index: plasma-workspace-4.4.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- plasma-workspace-4.4.2.ebuild 29 Apr 2010 04:21:21 -0000 1.2
23 +++ plasma-workspace-4.4.2.ebuild 4 May 2010 00:56:53 -0000 1.3
24 @@ -1,6 +1,6 @@
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/plasma-workspace/plasma-workspace-4.4.2.ebuild,v 1.2 2010/04/29 04:21:21 reavertm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild,v 1.3 2010/05/04 00:56:53 reavertm Exp $
29
30 EAPI="3"
31
32 @@ -57,6 +57,10 @@
33
34 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
35
36 +PATCHES=(
37 + "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch"
38 +)
39 +
40 pkg_setup() {
41 python_set_active_version 2
42 kde4-meta_pkg_setup
43 @@ -78,6 +82,7 @@
44 $(cmake-utils_use_with python PyKDE4)
45 $(cmake-utils_use_with rss KdepimLibs)
46 $(cmake-utils_use_with semantic-desktop Nepomuk)
47 + $(cmake-utils_use_with xinerama X11_Xinerama)
48 -DWITH_Xmms=OFF
49 )
50
51
52
53
54 1.65 kde-base/plasma-workspace/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.65&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.65&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.64&r2=1.65
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
63 retrieving revision 1.64
64 retrieving revision 1.65
65 diff -u -r1.64 -r1.65
66 --- ChangeLog 3 May 2010 21:43:31 -0000 1.64
67 +++ ChangeLog 4 May 2010 00:56:53 -0000 1.65
68 @@ -1,6 +1,12 @@
69 # ChangeLog for kde-base/plasma-workspace
70 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.64 2010/05/03 21:43:31 alexxy Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.65 2010/05/04 00:56:53 reavertm Exp $
73 +
74 + 04 May 2010; Maciej Mrozowski <reavertm@g.o>
75 + plasma-workspace-4.4.2.ebuild,
76 + +files/plasma-workspace-4.4.2-xinerama_cmake_automagic.patch,
77 + plasma-workspace-4.4.3.ebuild:
78 + Fix Xinerama automagic
79
80 *plasma-workspace-4.4.3 (03 May 2010)
81
82
83
84
85 1.2 kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild?r1=1.1&r2=1.2
90
91 Index: plasma-workspace-4.4.3.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -u -r1.1 -r1.2
97 --- plasma-workspace-4.4.3.ebuild 3 May 2010 21:43:31 -0000 1.1
98 +++ plasma-workspace-4.4.3.ebuild 4 May 2010 00:56:53 -0000 1.2
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2010 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild,v 1.1 2010/05/03 21:43:31 alexxy Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.3.ebuild,v 1.2 2010/05/04 00:56:53 reavertm Exp $
104
105 EAPI="3"
106
107 @@ -57,6 +57,10 @@
108
109 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
110
111 +PATCHES=(
112 + "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch"
113 +)
114 +
115 pkg_setup() {
116 python_set_active_version 2
117 kde4-meta_pkg_setup
118 @@ -78,6 +82,7 @@
119 $(cmake-utils_use_with python PyKDE4)
120 $(cmake-utils_use_with rss KdepimLibs)
121 $(cmake-utils_use_with semantic-desktop Nepomuk)
122 + $(cmake-utils_use_with xinerama X11_Xinerama)
123 -DWITH_Xmms=OFF
124 )