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/xfdesktop: xfdesktop-4.8.1.ebuild xfdesktop-4.8.3.ebuild ChangeLog
Date: Sat, 29 Oct 2011 19:33:12
Message-Id: 20111029193303.3EF7F2004B@flycatcher.gentoo.org
1 ssuominen 11/10/29 19:33:03
2
3 Modified: xfdesktop-4.8.1.ebuild xfdesktop-4.8.3.ebuild
4 ChangeLog
5 Log:
6 Missing USE="dbus" depend for Thunar integration wrt #388407 by Dean Matzkov
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild?r1=1.9&r2=1.10
16
17 Index: xfdesktop-4.8.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- xfdesktop-4.8.1.ebuild 19 May 2011 22:07:28 -0000 1.9
24 +++ xfdesktop-4.8.1.ebuild 29 Oct 2011 19:33:03 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v 1.9 2011/05/19 22:07:28 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.1.ebuild,v 1.10 2011/10/29 19:33:03 ssuominen Exp $
30
31 EAPI=4
32 inherit xfconf
33 @@ -25,7 +25,7 @@
34 >=xfce-base/xfconf-4.8
35 libnotify? ( >=x11-libs/libnotify-0.4 )
36 thunar? ( >=xfce-base/exo-0.6
37 - >=xfce-base/thunar-1.2
38 + >=xfce-base/thunar-1.2[dbus]
39 >=dev-libs/dbus-glib-0.88 )"
40 DEPEND="${RDEPEND}
41 dev-util/intltool
42
43
44
45 1.2 xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild?r1=1.1&r2=1.2
50
51 Index: xfdesktop-4.8.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- xfdesktop-4.8.3.ebuild 14 Sep 2011 16:25:01 -0000 1.1
58 +++ xfdesktop-4.8.3.ebuild 29 Oct 2011 19:33:03 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.1 2011/09/14 16:25:01 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.2 2011/10/29 19:33:03 ssuominen Exp $
64
65 EAPI=4
66 inherit xfconf
67 @@ -26,8 +26,8 @@
68 >=xfce-base/xfconf-4.8
69 libnotify? ( >=x11-libs/libnotify-0.4 )
70 thunar? ( >=xfce-base/exo-0.6
71 - >=xfce-base/thunar-1.2
72 - >=dev-libs/dbus-glib-0.88 )"
73 + >=xfce-base/thunar-1.2[dbus]
74 + >=dev-libs/dbus-glib-0.88 )" #388407
75 DEPEND="${RDEPEND}
76 dev-util/intltool
77 dev-util/pkgconfig
78
79
80
81 1.196 xfce-base/xfdesktop/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/ChangeLog?rev=1.196&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/ChangeLog?rev=1.196&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/xfdesktop/ChangeLog?r1=1.195&r2=1.196
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v
90 retrieving revision 1.195
91 retrieving revision 1.196
92 diff -u -r1.195 -r1.196
93 --- ChangeLog 14 Sep 2011 16:25:01 -0000 1.195
94 +++ ChangeLog 29 Oct 2011 19:33:03 -0000 1.196
95 @@ -1,6 +1,10 @@
96 # ChangeLog for xfce-base/xfdesktop
97 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.195 2011/09/14 16:25:01 ssuominen Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.196 2011/10/29 19:33:03 ssuominen Exp $
100 +
101 + 29 Oct 2011; Samuli Suominen <ssuominen@g.o> xfdesktop-4.8.1.ebuild,
102 + xfdesktop-4.8.3.ebuild:
103 + Missing USE="dbus" depend for Thunar integration wrt #388407 by Dean Matzkov
104
105 *xfdesktop-4.8.3 (14 Sep 2011)