Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.3.5.ebuild
Date: Mon, 25 Jan 2010 17:22:20
Message-Id: E1NZSdl-0007OK-Pn@stork.gentoo.org
1 scarabeus 10/01/25 17:22:17
2
3 Modified: ChangeLog
4 Added: libkworkspace-4.3.5.ebuild
5 Log:
6 Version bump KDE 4.3.5
7 (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.58 kde-base/libkworkspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.58&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.58&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.57&r2=1.58
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
19 retrieving revision 1.57
20 retrieving revision 1.58
21 diff -u -r1.57 -r1.58
22 --- ChangeLog 23 Jan 2010 17:38:33 -0000 1.57
23 +++ ChangeLog 25 Jan 2010 17:22:17 -0000 1.58
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/libkworkspace
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.57 2010/01/23 17:38:33 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.58 2010/01/25 17:22:17 scarabeus Exp $
29 +
30 +*libkworkspace-4.3.5 (25 Jan 2010)
31 +
32 + 25 Jan 2010; Tomáš Chvátal <scarabeus@g.o>
33 + +libkworkspace-4.3.5.ebuild:
34 + Version bump
35
36 23 Jan 2010; Raúl Porcel <armin76@g.o> libkworkspace-4.3.4.ebuild:
37 Add ~arm
38
39
40
41 1.1 kde-base/libkworkspace/libkworkspace-4.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libkworkspace-4.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.5.ebuild,v 1.1 2010/01/25 17:22:17 scarabeus 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
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 }