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/thunar: thunar-1.6.3.ebuild ChangeLog
Date: Mon, 02 Jun 2014 17:35:05
Message-Id: 20140602173501.47AA62004E@flycatcher.gentoo.org
1 ssuominen 14/06/02 17:35:01
2
3 Modified: thunar-1.6.3.ebuild ChangeLog
4 Log:
5 Pull in virtual/libgudev.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.10 xfce-base/thunar/thunar-1.6.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild?r1=1.9&r2=1.10
15
16 Index: thunar-1.6.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- thunar-1.6.3.ebuild 19 Apr 2014 17:46:04 -0000 1.9
23 +++ thunar-1.6.3.ebuild 2 Jun 2014 17:35:01 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.9 2014/04/19 17:46:04 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.6.3.ebuild,v 1.10 2014/06/02 17:35:01 ssuominen Exp $
29
30 EAPI=5
31 inherit virtualx xfconf
32 @@ -30,13 +30,16 @@
33 libnotify? ( >=x11-libs/libnotify-0.7 )
34 pcre? ( >=dev-libs/libpcre-6 )
35 startup-notification? ( x11-libs/startup-notification )
36 - udev? ( virtual/udev[gudev] )
37 + udev? ( virtual/libgudev:= )
38 xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.10 )"
39 RDEPEND="${COMMON_DEPEND}
40 >=dev-util/desktop-file-utils-0.20-r1
41 x11-misc/shared-mime-info
42 dbus? ( ${GVFS_DEPEND} )
43 - udev? ( || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] ) )
44 + udev? (
45 + virtual/udev
46 + || ( ${GVFS_DEPEND}[udisks,udev] ${GVFS_DEPEND}[gdu,udev] )
47 + )
48 xfce_plugins_trash? ( ${GVFS_DEPEND} )"
49 DEPEND="${COMMON_DEPEND}
50 dev-util/intltool
51
52
53
54 1.174 xfce-base/thunar/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.174&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.174&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.173&r2=1.174
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
63 retrieving revision 1.173
64 retrieving revision 1.174
65 diff -u -r1.173 -r1.174
66 --- ChangeLog 22 Apr 2014 13:49:36 -0000 1.173
67 +++ ChangeLog 2 Jun 2014 17:35:01 -0000 1.174
68 @@ -1,6 +1,9 @@
69 # ChangeLog for xfce-base/thunar
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.173 2014/04/22 13:49:36 ssuominen Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.174 2014/06/02 17:35:01 ssuominen Exp $
73 +
74 + 02 Jun 2014; Samuli Suominen <ssuominen@g.o> thunar-1.6.3.ebuild:
75 + Pull in virtual/libgudev.
76
77 22 Apr 2014; Samuli Suominen <ssuominen@g.o> -thunar-1.6.2.ebuild:
78 old