Gentoo Archives: gentoo-commits

From: "Bo Oersted Andresen (zlin)" <zlin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/dolphin: ChangeLog dolphin-4.0.4.ebuild
Date: Fri, 30 May 2008 08:32:41
Message-Id: E1K202N-0004Fl-I8@stork.gentoo.org
1 zlin 08/05/30 08:32:35
2
3 Modified: ChangeLog dolphin-4.0.4.ebuild
4 Log:
5 KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.9 kde-base/dolphin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 15 May 2008 22:38:38 -0000 1.8
22 +++ ChangeLog 30 May 2008 08:32:35 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for kde-base/dolphin
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.8 2008/05/15 22:38:38 ingmar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/ChangeLog,v 1.9 2008/05/30 08:32:35 zlin Exp $
28 +
29 + 30 May 2008; Bo Ørsted Andresen <zlin@g.o> dolphin-4.0.4.ebuild:
30 + KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863.
31
32 *dolphin-4.0.4 (15 May 2008)
33
34
35
36
37 1.2 kde-base/dolphin/dolphin-4.0.4.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild?r1=1.1&r2=1.2
42
43 Index: dolphin-4.0.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- dolphin-4.0.4.ebuild 15 May 2008 22:38:39 -0000 1.1
50 +++ dolphin-4.0.4.ebuild 30 May 2008 08:32:35 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild,v 1.1 2008/05/15 22:38:39 ingmar Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild,v 1.2 2008/05/30 08:32:35 zlin Exp $
56
57 EAPI="1"
58
59 @@ -20,11 +20,11 @@
60 KMEXTRA="apps/doc/${PN}"
61 KMLOADLIBS="libkonq"
62
63 -PATCHES="${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch"
64 +PATCHES=("${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch")
65
66 pkg_setup() {
67 if use semantic-desktop; then
68 - KDE4_BUILT_WITH_USE_CHECK="--missing false kde-base/kdelibs:${SLOT} semantic-desktop"
69 + KDE4_BUILT_WITH_USE_CHECK=("--missing false kde-base/kdelibs:${SLOT} semantic-desktop")
70 fi
71 kde4-meta_pkg_setup
72 }
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list