Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ark: ChangeLog ark-4.3.0.ebuild
Date: Mon, 03 Aug 2009 23:13:34
Message-Id: E1MY6ii-0006aX-5g@stork.gentoo.org
1 wired 09/08/03 23:13:32
2
3 Modified: ChangeLog
4 Added: ark-4.3.0.ebuild
5 Log:
6 Version bump KDE 4.3.0
7 (Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.121 kde-base/ark/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ChangeLog?rev=1.121&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ChangeLog?rev=1.121&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ChangeLog?r1=1.120&r2=1.121
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v
19 retrieving revision 1.120
20 retrieving revision 1.121
21 diff -u -r1.120 -r1.121
22 --- ChangeLog 12 Jul 2009 09:50:31 -0000 1.120
23 +++ ChangeLog 3 Aug 2009 23:13:32 -0000 1.121
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/ark
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.120 2009/07/12 09:50:31 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.121 2009/08/03 23:13:32 wired Exp $
29 +
30 +*ark-4.3.0 (03 Aug 2009)
31 +
32 + 03 Aug 2009; Alex Alexander <wired@g.o> +ark-4.3.0.ebuild:
33 + Version bump
34
35 12 Jul 2009; Raúl Porcel <armin76@g.o> ark-3.5.10.ebuild:
36 alpha/ia64/sparc stable wrt #271889
37
38
39
40 1.1 kde-base/ark/ark-4.3.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ark-4.3.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ark/ark-4.3.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ark-4.3.0.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/kde-base/ark/ark-4.3.0.ebuild,v 1.1 2009/08/03 23:13:32 wired Exp $
50
51 EAPI="2"
52
53 KMNAME="kdeutils"
54 inherit kde4-meta
55
56 DESCRIPTION="KDE Archiving tool"
57 KEYWORDS="~amd64 ~x86"
58 IUSE="+archive debug +handbook +zip"
59
60 DEPEND="
61 >=kde-base/libkonq-${PV}:${SLOT}[kdeprefix=]
62 archive? ( >=app-arch/libarchive-2.6.1[bzip2,lzma,zlib] )
63 zip? ( >=dev-libs/libzip-0.8 )
64 "
65 RDEPEND="${DEPEND}"
66
67 src_configure() {
68 mycmakeargs="${mycmakeargs}
69 $(cmake-utils_use_with archive LibArchive)
70 $(cmake-utils_use_with zip LibZip)"
71
72 kde4-meta_src_configure
73 }