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/kaddressbook: ChangeLog kaddressbook-3.5.8.ebuild
Date: Fri, 19 Oct 2007 22:04:11
Message-Id: E1Iizme-0005pU-PT@stork.gentoo.org
1 philantrop 07/10/19 21:53:32
2
3 Modified: ChangeLog
4 Added: kaddressbook-3.5.8.ebuild
5 Log:
6 Bump to KDE 3.5.8.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.80 kde-base/kaddressbook/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kaddressbook/ChangeLog?rev=1.80&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kaddressbook/ChangeLog?rev=1.80&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kaddressbook/ChangeLog?r1=1.79&r2=1.80
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v
19 retrieving revision 1.79
20 retrieving revision 1.80
21 diff -u -r1.79 -r1.80
22 --- ChangeLog 11 Aug 2007 16:57:45 -0000 1.79
23 +++ ChangeLog 19 Oct 2007 21:53:32 -0000 1.80
24 @@ -1,6 +1,12 @@
25 # ChangeLog for kde-base/kaddressbook
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.79 2007/08/11 16:57:45 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.80 2007/10/19 21:53:32 philantrop Exp $
29 +
30 +*kaddressbook-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o>
33 + +kaddressbook-3.5.8.ebuild:
34 + Bump to KDE 3.5.8.
35
36 11 Aug 2007; Raúl Porcel <armin76@g.o> kaddressbook-3.5.7.ebuild:
37 x86 stable wrt #185823
38
39
40
41 1.1 kde-base/kaddressbook/kaddressbook-3.5.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: kaddressbook-3.5.8.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.8.ebuild,v 1.1 2007/10/19 21:53:32 philantrop Exp $
51
52 KMNAME=kdepim
53 MAXKDEVER=$PV
54 KM_DEPRANGE="$PV $MAXKDEVER"
55 inherit kde-meta eutils
56
57 DESCRIPTION="The KDE Address Book"
58 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE="gnokii"
60 DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkdepim)
61 $(deprange $PV $MAXKDEVER kde-base/libkcal)
62 $(deprange $PV $MAXKDEVER kde-base/certmanager)
63 $(deprange $PV $MAXKDEVER kde-base/libkdenetwork)
64 $(deprange $PV $MAXKDEVER kde-base/kontact)
65 gnokii? ( app-mobilephone/gnokii )"
66
67 RDEPEND="${DEPEND}"
68
69 KMCOPYLIB="
70 libkdepim libkdepim
71 libkcal libkcal
72 libkleopatra certmanager/lib/
73 libqgpgme libkdenetwork/qgpgme/
74 libkpinterfaces kontact/interfaces/"
75 KMEXTRACTONLY="
76 libkdepim/
77 libkdenetwork/
78 libkcal/
79 certmanager/
80 kontact/interfaces/
81 akregator
82 kmail/kmailIface.h"
83 KMCOMPILEONLY="
84 libkcal/libical/src/libical/
85 libkcal/libical/src/libicalss/
86 akregator/src/librss"
87 # We add them here because they are standard plugins and programs related to kaddressbook but not a dep of any other kdepim program, so they will be lost if noone install them
88 KMEXTRA="
89 kabc/
90 kfile-plugins/vcf
91 kontact/plugins/kaddressbook"
92
93 src_compile() {
94 myconf="$myconf $(use_with gnokii)"
95 export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure
96 # generate "ical.h"
97 cd "${S}/libkcal/libical/src/libical" && make ical.h
98 # generate "icalss.h"
99 cd "${S}/libkcal/libical/src/libicalss" && make icalss.h
100
101 kde-meta_src_compile "make"
102 }
103
104
105
106 --
107 gentoo-commits@g.o mailing list