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 xfce-utils-4.6.2-r1.ebuild
Date: Thu, 28 Oct 2010 16:38:16
Message-Id: 20101028163806.834FD20051@flycatcher.gentoo.org
1 ssuominen 10/10/28 16:38:06
2
3 Modified: xfce-utils-4.7.0.ebuild ChangeLog
4 Removed: xfce-utils-4.6.2-r1.ebuild
5 Log:
6 Don't mess with ck-launch-session from xinitrc.
7
8 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild?r1=1.7&r2=1.8
16
17 Index: xfce-utils-4.7.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- xfce-utils-4.7.0.ebuild 21 Oct 2010 13:57:51 -0000 1.7
24 +++ xfce-utils-4.7.0.ebuild 28 Oct 2010 16:38:06 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.7 2010/10/21 13:57:51 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.7.0.ebuild,v 1.8 2010/10/28 16:38:06 ssuominen Exp $
30
31 EAPI=3
32 inherit xfconf
33 @@ -33,11 +33,7 @@
34 sys-devel/gettext"
35
36 pkg_setup() {
37 - # These patches are bogus, drop them from next version or revision
38 - PATCHES=(
39 - "${FILESDIR}"/${P}-ck-launch-session.patch
40 - "${FILESDIR}"/${P}-ck-launch-session-2.patch
41 - )
42 + PATCHES=( "${FILESDIR}"/${P}-ck-launch-session.patch )
43 XFCONF="--docdir=${EPREFIX}/usr/share/doc/${PF}
44 --disable-dependency-tracking
45 $(use_enable dbus)
46
47
48
49 1.163 xfce-base/xfce-utils/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.163&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?rev=1.163&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfce-utils/ChangeLog?r1=1.162&r2=1.163
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v
58 retrieving revision 1.162
59 retrieving revision 1.163
60 diff -u -r1.162 -r1.163
61 --- ChangeLog 10 Sep 2010 07:27:51 -0000 1.162
62 +++ ChangeLog 28 Oct 2010 16:38:06 -0000 1.163
63 @@ -1,17 +1,15 @@
64 # ChangeLog for xfce-base/xfce-utils
65 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.162 2010/09/10 07:27:51 ssuominen Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.163 2010/10/28 16:38:06 ssuominen Exp $
68
69 - 10 Sep 2010; Samuli Suominen <ssuominen@g.o>
70 - xfce-utils-4.7.0.ebuild,
71 - +files/xfce-utils-4.7.0-ck-launch-session-2.patch:
72 - Run ck-launch-session again to restore functionality with Thunar disk
73 - handling wrt upstream #6690.
74 + 28 Oct 2010; Samuli Suominen <ssuominen@g.o>
75 + -xfce-utils-4.6.2-r1.ebuild,
76 + -files/xfce-utils-4.6.x-ck-launch-session.patch:
77 + Don't mess with ck-launch-session from xinitrc.
78
79 09 Sep 2010; Samuli Suominen <ssuominen@g.o>
80 xfce-utils-4.7.0.ebuild, +files/xfce-utils-4.7.0-ck-launch-session.patch:
81 - Don't run ck-launch-session from xinitrc because latest xfce4-session will
82 - start consolekit session on it's own.
83 + Don't mess with ck-launch-session from xinitrc.
84
85 07 Sep 2010; Samuli Suominen <ssuominen@g.o>
86 xfce-utils-4.7.0.ebuild: