Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: dolphin-4.1.4.ebuild ChangeLog
Date: Tue, 13 Jan 2009 21:07:14
Message-Id: E1LMqTa-0000Mz-Ex@stork.gentoo.org
1 alexxy 09/01/13 21:07:06
2
3 Modified: ChangeLog
4 Added: dolphin-4.1.4.ebuild
5 Log:
6 Bump kde to 4.1.4
7 (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.17 kde-base/dolphin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 6 Dec 2008 19:12:56 -0000 1.16
23 +++ ChangeLog 13 Jan 2009 21:07:06 -0000 1.17
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/dolphin
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.16 2008/12/06 19:12:56 patrick Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.17 2009/01/13 21:07:06 alexxy Exp $
30 +
31 +*dolphin-4.1.4 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Alexey Shvetsov <alexxy@g.o> +dolphin-4.1.4.ebuild:
34 + Bump to 4.1.4
35
36 07 Dec 2008; Patrick Lauer <patrick@g.o> dolphin-4.1.3.ebuild:
37 Adding kde-base/kdebase-data to DEPEND, closes #247984
38
39
40
41 1.1 kde-base/dolphin/dolphin-4.1.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.1.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.1.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dolphin-4.1.4.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.1.4.ebuild,v 1.1 2009/01/13 21:07:06 alexxy Exp $
51
52 EAPI="2"
53
54 KMNAME=kdebase
55 KMMODULE=apps/${PN}
56 inherit kde4-meta
57
58 DESCRIPTION="A KDE filemanager focusing on usability"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60 IUSE="debug htmlhandbook +semantic-desktop"
61
62 DEPEND=">=kde-base/libkonq-${PV}:${SLOT}
63 kde-base/kdelibs:${SLOT}[semantic-desktop=]
64 kde-base/kdebase-data:${SLOT}
65 semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT}
66 >=dev-libs/soprano-2.0.7 )"
67 RDEPEND="${DEPEND}"
68
69 KMEXTRA="apps/doc/${PN}"
70 KMLOADLIBS="libkonq"
71
72 src_configure() {
73 mycmakeargs="${mycmakeargs}
74 $(cmake-utils_use_with semantic-desktop Nepomuk)
75 $(cmake-utils_use_with semantic-desktop Soprano)"
76 kde4-meta_src_configure
77 }