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/kontact-specialdates: ChangeLog kontact-specialdates-4.2.0.ebuild
Date: Tue, 27 Jan 2009 17:39:02
Message-Id: E1LRrts-0007EX-Tl@stork.gentoo.org
1 alexxy 09/01/27 17:39:00
2
3 Modified: ChangeLog
4 Added: kontact-specialdates-4.2.0.ebuild
5 Log:
6 Bump shiny new KDE 4.2.0
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.92 kde-base/kontact-specialdates/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact-specialdates/ChangeLog?rev=1.92&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact-specialdates/ChangeLog?rev=1.92&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact-specialdates/ChangeLog?r1=1.91&r2=1.92
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/ChangeLog,v
19 retrieving revision 1.91
20 retrieving revision 1.92
21 diff -u -r1.91 -r1.92
22 --- ChangeLog 13 Sep 2008 23:59:20 -0000 1.91
23 +++ ChangeLog 27 Jan 2009 17:39:00 -0000 1.92
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kontact-specialdates
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/ChangeLog,v 1.91 2008/09/13 23:59:20 carlo Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/ChangeLog,v 1.92 2009/01/27 17:39:00 alexxy Exp $
30 +
31 +*kontact-specialdates-4.2.0 (27 Jan 2009)
32 +
33 + 27 Jan 2009; Alexey Shvetsov <alexxy@g.o>
34 + +kontact-specialdates-4.2.0.ebuild:
35 + Bump KDE-4.2.0
36
37 *kontact-specialdates-3.5.10 (13 Sep 2008)
38
39
40
41
42 1.1 kde-base/kontact-specialdates/kontact-specialdates-4.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact-specialdates/kontact-specialdates-4.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kontact-specialdates/kontact-specialdates-4.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: kontact-specialdates-4.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/kontact-specialdates/kontact-specialdates-4.2.0.ebuild,v 1.1 2009/01/27 17:39:00 alexxy Exp $
52
53 EAPI="2"
54
55 KMNAME="kdepim"
56 KMNOMODULE="true"
57 inherit kde4-meta
58
59 DESCRIPTION="Special Dates plugin for Kontact: displays a summary of important holidays and calendar events"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="debug"
62
63 DEPEND=">=kde-base/libkdepim-${PV}:${SLOT}
64 >=kde-base/kontact-${PV}:${SLOT}
65 >=kde-base/kaddressbook-${PV}:${SLOT}
66 >=kde-base/korganizer-${PV}:${SLOT}
67 >=kde-base/libkholidays-${PV}:${SLOT}"
68 RDEPEND="${DEPEND}
69 >=kde-base/libkdepim-${PV}:${SLOT}"
70 KMEXTRACTONLY="libkholidays
71 kontactinterfaces/
72 kaddressbook
73 korganizer
74 libkdepim"
75 KMEXTRA="kontact/plugins/specialdates"
76
77 src_prepare() {
78 # Fix target_link_libraries for now
79 sed -i -e's/korganizer_calendar kaddressbookprivate)/korganizer_calendar)/' \
80 kontact/plugins/specialdates/CMakeLists.txt \
81 || die "Failed to remove kaddressbookprivate from link"
82
83 kde4-meta_src_prepare
84 }