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
Date: Thu, 29 Apr 2010 04:21:35
Message-Id: 20100429042122.61FBC2C04C@corvid.gentoo.org
1 reavertm 10/04/29 04:21:22
2
3 Modified: plasma-workspace-4.4.2.ebuild ChangeLog
4 Log:
5 Fix bug 312661 - restrict python version to 2, thanks for Locke Shinseiko
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild?r1=1.1&r2=1.2
14
15 Index: plasma-workspace-4.4.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- plasma-workspace-4.4.2.ebuild 30 Mar 2010 22:02:12 -0000 1.1
22 +++ plasma-workspace-4.4.2.ebuild 29 Apr 2010 04:21:21 -0000 1.2
23 @@ -1,11 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.4.2.ebuild,v 1.1 2010/03/30 22:02:12 spatz Exp $
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
29 EAPI="3"
30
31 KMNAME="kdebase-workspace"
32 KMMODULE="plasma"
33 +PYTHON_DEPEND="python? 2"
34 inherit python kde4-meta
35
36 DESCRIPTION="Plasma: KDE desktop framework"
37 @@ -56,6 +57,11 @@
38
39 KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
40
41 +pkg_setup() {
42 + python_set_active_version 2
43 + kde4-meta_pkg_setup
44 +}
45 +
46 src_unpack() {
47 if use handbook; then
48 KMEXTRA+=" doc/plasma-desktop"
49
50
51
52 1.63 kde-base/plasma-workspace/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.63&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.63&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.62&r2=1.63
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
61 retrieving revision 1.62
62 retrieving revision 1.63
63 diff -u -r1.62 -r1.63
64 --- ChangeLog 31 Mar 2010 23:30:05 -0000 1.62
65 +++ ChangeLog 29 Apr 2010 04:21:22 -0000 1.63
66 @@ -1,6 +1,10 @@
67 # ChangeLog for kde-base/plasma-workspace
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.62 2010/03/31 23:30:05 spatz Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.63 2010/04/29 04:21:22 reavertm Exp $
71 +
72 + 29 Apr 2010; Maciej Mrozowski <reavertm@g.o>
73 + plasma-workspace-4.4.2.ebuild:
74 + Fix bug 312661 - restrict python version to 2, thanks for Locke Shinseiko
75
76 31 Mar 2010; Dror Levin <spatz@g.o> -plasma-workspace-4.3.4.ebuild,
77 -plasma-workspace-4.4.0.ebuild: