Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkworkspace: ChangeLog libkworkspace-4.2.4.ebuild
Date: Thu, 04 Jun 2009 13:42:49
Message-Id: E1MCDDS-0002d4-Q3@stork.gentoo.org
1 alexxy 09/06/04 13:42:46
2
3 Modified: ChangeLog
4 Added: libkworkspace-4.2.4.ebuild
5 Log:
6 Version bump KDE 4.2.4
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.33 kde-base/libkworkspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.33&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?rev=1.33&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/ChangeLog?r1=1.32&r2=1.33
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v
19 retrieving revision 1.32
20 retrieving revision 1.33
21 diff -u -r1.32 -r1.33
22 --- ChangeLog 3 Jun 2009 18:08:34 -0000 1.32
23 +++ ChangeLog 4 Jun 2009 13:42:46 -0000 1.33
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.32 2009/06/03 18:08:34 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkworkspace/ChangeLog,v 1.33 2009/06/04 13:42:46 alexxy Exp $
29 +
30 +*libkworkspace-4.2.4 (04 Jun 2009)
31 +
32 + 04 Jun 2009; Alexey Shvetsov <alexxy@g.o>
33 + +libkworkspace-4.2.4.ebuild:
34 + Version bump
35
36 03 Jun 2009; Alexey Shvetsov <alexxy@g.o>
37 -libkworkspace-4.2.2.ebuild:
38
39
40
41 1.1 kde-base/libkworkspace/libkworkspace-4.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkworkspace/libkworkspace-4.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libkworkspace-4.2.4.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.2.4.ebuild,v 1.1 2009/06/04 13:42:46 alexxy 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 PATCHES=(
70 "${FILESDIR}/${SLOT}-fix_logoff.patch"
71 )