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/dolphin: ChangeLog dolphin-4.3.3.ebuild
Date: Mon, 02 Nov 2009 20:32:40
Message-Id: E1N53Zt-0001Gn-KM@stork.gentoo.org
1 wired 09/11/02 20:32:37
2
3 Modified: ChangeLog
4 Added: dolphin-4.3.3.ebuild
5 Log:
6 Version bump KDE 4.3.3
7 (Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.47 kde-base/dolphin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 18 Oct 2009 16:45:28 -0000 1.46
23 +++ ChangeLog 2 Nov 2009 20:32:37 -0000 1.47
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/dolphin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.46 2009/10/18 16:45:28 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.47 2009/11/02 20:32:37 wired Exp $
29 +
30 +*dolphin-4.3.3 (02 Nov 2009)
31 +
32 + 02 Nov 2009; Alex Alexander <wired@g.o> +dolphin-4.3.3.ebuild:
33 + Version bump
34
35 18 Oct 2009; Markus Meier <maekke@g.o> dolphin-4.3.1-r1.ebuild:
36 x86 stable, bug #287697
37
38
39
40 1.1 kde-base/dolphin/dolphin-4.3.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.3.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.3.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: dolphin-4.3.3.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/dolphin/dolphin-4.3.3.ebuild,v 1.1 2009/11/02 20:32:37 wired Exp $
50
51 EAPI="2"
52
53 KMNAME="kdebase-apps"
54 inherit kde4-meta
55
56 DESCRIPTION="A KDE filemanager focusing on usability"
57 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
58 IUSE="debug +handbook +semantic-desktop thumbnail"
59
60 DEPEND="
61 $(add_kdebase_dep kdelibs 'semantic-desktop?')
62 $(add_kdebase_dep libkonq)
63 "
64 RDEPEND="${DEPEND}
65 $(add_kdebase_dep keditfiletype)
66 $(add_kdebase_dep kfind)
67 semantic-desktop? ( $(add_kdebase_dep nepomuk) )
68 "
69 PDEPEND="
70 thumbnail? ( $(add_kdebase_dep mplayerthumbs) )
71 "
72
73 KMLOADLIBS="libkonq"
74
75 src_configure() {
76 mycmakeargs="${mycmakeargs}
77 $(cmake-utils_use_with semantic-desktop Nepomuk)
78 $(cmake-utils_use_with semantic-desktop Soprano)"
79
80 kde4-meta_src_configure
81 }