Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/kword: ChangeLog kword-2.0.1.ebuild
Date: Thu, 25 Jun 2009 12:30:25
Message-Id: E1MJo5v-0000eb-LU@stork.gentoo.org
1 scarabeus 09/06/25 12:30:23
2
3 Modified: ChangeLog
4 Added: kword-2.0.1.ebuild
5 Log:
6 Version bump to 2.0.1
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.123 app-office/kword/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kword/ChangeLog?rev=1.123&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kword/ChangeLog?rev=1.123&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kword/ChangeLog?r1=1.122&r2=1.123
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v
19 retrieving revision 1.122
20 retrieving revision 1.123
21 diff -u -r1.122 -r1.123
22 --- ChangeLog 20 Jun 2009 09:05:31 -0000 1.122
23 +++ ChangeLog 25 Jun 2009 12:30:23 -0000 1.123
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-office/kword
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.122 2009/06/20 09:05:31 tampakrap Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.123 2009/06/25 12:30:23 scarabeus Exp $
29 +
30 +*kword-2.0.1 (25 Jun 2009)
31 +
32 + 25 Jun 2009; Tomáš Chvátal <scarabeus@g.o> +kword-2.0.1.ebuild:
33 + Version bump to 2.0.1
34
35 20 Jun 2009; Theo Chatzimichos <tampakrap@g.o>
36 kword-1.6.3_p20090204.ebuild:
37
38
39
40 1.1 app-office/kword/kword-2.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kword/kword-2.0.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/kword/kword-2.0.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kword-2.0.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.0.1.ebuild,v 1.1 2009/06/25 12:30:23 scarabeus Exp $
50
51 EAPI="2"
52
53 KMNAME="koffice"
54 KMMODULE="${PN}"
55 inherit kde4-meta
56
57 DESCRIPTION="KOffice word processor."
58
59 KEYWORDS="~amd64 ~x86"
60 IUSE="+wpd +wv2"
61
62 DEPEND="
63 app-text/libwpd
64 app-text/wv2
65 "
66 RDEPEND="${DEPEND}"
67
68 KMEXTRA="filters/${KMMODULE}/"
69
70 KMEXTRACTONLY="
71 filters/
72 kspread/
73 libs/
74 plugins/
75 "
76
77 KMLOADLIBS="koffice-libs"
78
79 src_configure() {
80 mycmakeargs="${mycmakeargs}
81 $(cmake-utils_use_with wpd WPD)
82 $(cmake-utils_use_with wv2 WV2)"
83
84 kde4-meta_src_configure
85 }