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/dolphin: ChangeLog dolphin-4.0.2.ebuild
Date: Tue, 11 Mar 2008 02:59:49
Message-Id: E1JYrHl-0000eR-AS@stork.gentoo.org
1 philantrop 08/03/10 23:20:01
2
3 Modified: ChangeLog
4 Added: dolphin-4.0.2.ebuild
5 Log:
6 Version bump to KDE 4.0.2.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 kde-base/dolphin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 17 Feb 2008 02:01:33 -0000 1.4
23 +++ ChangeLog 10 Mar 2008 23:20:00 -0000 1.5
24 @@ -1,6 +1,14 @@
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.4 2008/02/17 02:01:33 ingmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.5 2008/03/10 23:20:00 philantrop Exp $
29 +
30 +*dolphin-4.0.2 (10 Mar 2008)
31 +
32 + 10 Mar 2008; Wulf C. Krueger <philantrop@g.o>
33 + +files/dolphin-4.0.2-linkage.patch,
34 + +files/dolphin-4.0.2-make-semantic-desktop-optional.patch,
35 + +dolphin-4.0.2.ebuild:
36 + Version bump to KDE 4.0.2
37
38 16 Feb 2008; Ingmar Vanhassel <ingmar@g.o>
39 -files/dolphin-4.0.0-linkage.patch,
40
41
42
43 1.1 kde-base/dolphin/dolphin-4.0.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: dolphin-4.0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.2.ebuild,v 1.1 2008/03/10 23:20:00 philantrop Exp $
53
54 EAPI="1"
55
56 KMNAME=kdebase
57 KMMODULE=apps/${PN}
58 inherit kde4-meta
59
60 DESCRIPTION="A KDE filemanager focusing on usability"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="debug htmlhandbook +semantic-desktop"
63
64 DEPEND="
65 >=kde-base/libkonq-${PV}:${SLOT}
66 semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )"
67 RDEPEND="${DEPEND}"
68
69 KMEXTRA="apps/doc/${PN}"
70
71 # Without this patch, things don't link properly,
72 # unless we recompile lib/konq here too.
73 PATCHES="${FILESDIR}/${P}-linkage.patch
74 ${FILESDIR}/${P}-make-semantic-desktop-optional.patch"
75
76 pkg_setup() {
77 if use semantic-desktop; then
78 KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop"
79 fi
80 kde4-meta_pkg_setup
81 }
82
83 src_compile() {
84 mycmakeargs="${mycmakeargs}
85 $(cmake-utils_use_with semantic-desktop Nepomuk)
86 $(cmake-utils_use_with semantic-desktop Soprano)"
87 kde4-meta_src_compile
88 }
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list