Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/libkpimexchange: ChangeLog libkpimexchange-3.5.9.ebuild
Date: Wed, 20 Feb 2008 23:31:48
Message-Id: E1JRyPh-0008RF-IK@stork.gentoo.org
1 philantrop 08/02/20 23:31:45
2
3 Modified: ChangeLog
4 Added: libkpimexchange-3.5.9.ebuild
5 Log:
6 Version bump to KDE 3.5.9.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.82 kde-base/libkpimexchange/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkpimexchange/ChangeLog?rev=1.82&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkpimexchange/ChangeLog?rev=1.82&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkpimexchange/ChangeLog?r1=1.81&r2=1.82
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v
19 retrieving revision 1.81
20 retrieving revision 1.82
21 diff -u -r1.81 -r1.82
22 --- ChangeLog 17 Feb 2008 02:20:29 -0000 1.81
23 +++ ChangeLog 20 Feb 2008 23:31:44 -0000 1.82
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/libkpimexchange
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.81 2008/02/17 02:20:29 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.82 2008/02/20 23:31:44 philantrop Exp $
29 +
30 +*libkpimexchange-3.5.9 (20 Feb 2008)
31 +
32 + 20 Feb 2008; Wulf C. Krueger <philantrop@g.o>
33 + +libkpimexchange-3.5.9.ebuild:
34 + Version bump to KDE 3.5.9.
35
36 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o>
37 -libkpimexchange-3.5.5.ebuild, -libkpimexchange-3.5.6.ebuild,
38
39
40
41 1.1 kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libkpimexchange-3.5.9.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.9.ebuild,v 1.1 2008/02/20 23:31:44 philantrop Exp $
51
52 KMNAME=kdepim
53 EAPI="1"
54 inherit kde-meta eutils
55
56 DESCRIPTION="KDE PIM exchange library"
57 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
58 IUSE=""
59
60 DEPEND=">=kde-base/libkcal-${PV}:${SLOT}"
61
62 RDEPEND="${DEPEND}"
63
64 KMCOPYLIB="libkcal libkcal"
65 # libkcal is installed because a lot of headers are needed, but it don't have to be compiled
66 KMEXTRACTONLY="
67 libkcal/"
68 KMCOMPILEONLY="
69 libkcal/libical/src/libical/
70 libkcal/libical/src/libicalss/"
71
72 src_compile() {
73 kde-meta_src_compile myconf configure
74 # generate "ical.h"
75 cd "${S}/libkcal/libical/src/libical" && make ical.h
76 # generate "icalss.h"
77 cd "${S}/libkcal/libical/src/libicalss" && make icalss.h
78
79 kde-meta_src_compile make
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list