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.0.ebuild
Date: Tue, 04 Aug 2009 01:23:57
Message-Id: E1MY8kt-000676-LS@stork.gentoo.org
1 wired 09/08/04 01:23:55
2
3 Modified: ChangeLog
4 Added: libkworkspace-4.3.0.ebuild
5 Log:
6 Version bump KDE 4.3.0
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.36 kde-base/libkworkspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 14 Jun 2009 11:49:15 -0000 1.35
23 +++ ChangeLog 4 Aug 2009 01:23:55 -0000 1.36
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.35 2009/06/14 11:49:15 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.36 2009/08/04 01:23:55 wired Exp $
29 +
30 +*libkworkspace-4.3.0 (04 Aug 2009)
31 +
32 + 04 Aug 2009; Alex Alexander <wired@g.o>
33 + +libkworkspace-4.3.0.ebuild:
34 + Version bump
35
36 14 Jun 2009; Alexey Shvetsov <alexxy@g.o>
37 -libkworkspace-4.2.3.ebuild, -libkworkspace-4.2.3-r1.ebuild:
38
39
40
41 1.1 kde-base/libkworkspace/libkworkspace-4.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libkworkspace-4.3.0.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.0.ebuild,v 1.1 2009/08/04 01:23:55 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 }