Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/xfce-utils: xfce-utils-4.7.0.ebuild ChangeLog
Date: Fri, 10 Sep 2010 07:27:55
Message-Id: 20100910072751.C868320051@flycatcher.gentoo.org
1 ssuominen 10/09/10 07:27:51
2
3 Modified: xfce-utils-4.7.0.ebuild ChangeLog
4 Log:
5 Run ck-launch-session again to restore functionality with Thunar disk handling wrt upstream #6690.
6
7 (Portage version: 2.2_rc78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?r1=1.5&r2=1.6
15
16 Index: xfce-utils-4.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- xfce-utils-4.7.0.ebuild 9 Sep 2010 12:31:20 -0000 1.5
23 +++ xfce-utils-4.7.0.ebuild 10 Sep 2010 07:27:51 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.5 2010/09/09 12:31:20 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.6 2010/09/10 07:27:51 ssuominen Exp $
29
30 EAPI=3
31 inherit xfconf
32 @@ -33,7 +33,10 @@
33 sys-devel/gettext"
34
35 pkg_setup() {
36 - PATCHES=( "${FILESDIR}"/${P}-ck-launch-session.patch )
37 + PATCHES=(
38 + "${FILESDIR}"/${P}-ck-launch-session.patch
39 + "${FILESDIR}"/${P}-ck-launch-session-2.patch
40 + )
41 XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF}
42 --disable-dependency-tracking
43 $(use_enable dbus)
44
45
46
47 1.162 xfce-base/xfce-utils/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.162&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.162&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.161&r2=1.162
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
56 retrieving revision 1.161
57 retrieving revision 1.162
58 diff -u -r1.161 -r1.162
59 --- ChangeLog 9 Sep 2010 12:31:20 -0000 1.161
60 +++ ChangeLog 10 Sep 2010 07:27:51 -0000 1.162
61 @@ -1,6 +1,12 @@
62 # ChangeLog for xfce-base/xfce-utils
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.161 2010/09/09 12:31:20 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.162 2010/09/10 07:27:51 ssuominen Exp $
66 +
67 + 10 Sep 2010; Samuli Suominen <ssuominen@g.o>
68 + xfce-utils-4.7.0.ebuild,
69 + +files/xfce-utils-4.7.0-ck-launch-session-2.patch:
70 + Run ck-launch-session again to restore functionality with Thunar disk
71 + handling wrt upstream #6690.
72
73 09 Sep 2010; Samuli Suominen <ssuominen@g.o>
74 xfce-utils-4.7.0.ebuild, +files/xfce-utils-4.7.0-ck-launch-session.patch: