Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.3.3.ebuild
Date: Mon, 02 Nov 2009 22:02:08
Message-Id: E1N54yT-0007Cz-PY@stork.gentoo.org
1 wired 09/11/02 22:02:05
2
3 Modified: ChangeLog
4 Added: libkworkspace-4.3.3.ebuild
5 Log:
6 Version bump KDE 4.3.3
7 (Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.43 kde-base/libkworkspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 18 Oct 2009 13:21:55 -0000 1.42
23 +++ ChangeLog 2 Nov 2009 22:02:05 -0000 1.43
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/libkworkspace
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.42 2009/10/18 13:21:55 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.43 2009/11/02 22:02:05 wired Exp $
29 +
30 +*libkworkspace-4.3.3 (02 Nov 2009)
31 +
32 + 02 Nov 2009; Alex Alexander <wired@g.o>
33 + +libkworkspace-4.3.3.ebuild:
34 + Version bump
35
36 18 Oct 2009; Markus Meier <maekke@g.o> libkworkspace-4.3.1.ebuild:
37 x86 stable, bug #287697
38
39
40
41 1.1 kde-base/libkworkspace/libkworkspace-4.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libkworkspace-4.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.3.ebuild,v 1.1 2009/11/02 22:02:05 wired Exp $
51
52 EAPI="2"
53
54 KMNAME="kdebase-workspace"
55 KMMODULE="libs/kworkspace"
56 inherit kde4-meta
57
58 DESCRIPTION="A library for KDE desktop applications"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
60 IUSE="debug"
61
62 KMEXTRACTONLY="
63 ksmserver/org.kde.KSMServerInterface.xml
64 kwin/org.kde.KWin.xml
65 "
66
67 KMSAVELIBS="true"
68
69 src_prepare() {
70 sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \
71 libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h"
72
73 kde4-meta_src_prepare
74 }