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-extra/thunar-vfs: ChangeLog thunar-vfs-0_p20100324.ebuild
Date: Mon, 26 Jul 2010 17:34:28
Message-Id: 20100726173420.CDD942CE15@corvid.gentoo.org
1 ssuominen 10/07/26 17:34:20
2
3 Modified: ChangeLog thunar-vfs-0_p20100324.ebuild
4 Log:
5 Remove USE="hal" from thunar-vfs because latest thunar and thunar-volman are using udev instead.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 xfce-extra/thunar-vfs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 26 Mar 2010 09:19:56 -0000 1.3
22 +++ ChangeLog 26 Jul 2010 17:34:20 -0000 1.4
23 @@ -1,6 +1,11 @@
24 # ChangeLog for xfce-extra/thunar-vfs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.3 2010/03/26 09:19:56 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.4 2010/07/26 17:34:20 ssuominen Exp $
28 +
29 + 26 Jul 2010; Samuli Suominen <ssuominen@g.o>
30 + thunar-vfs-0_p20100324.ebuild:
31 + Remove USE="hal" from thunar-vfs because latest thunar and thunar-volman
32 + are using udev instead.
33
34 26 Mar 2010; Samuli Suominen <ssuominen@g.o>
35 +files/thunar-vfs-libpng14.patch, thunar-vfs-0_p20100324.ebuild:
36
37
38
39 1.5 xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild?r1=1.4&r2=1.5
44
45 Index: thunar-vfs-0_p20100324.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- thunar-vfs-0_p20100324.ebuild 26 Mar 2010 09:19:56 -0000 1.4
52 +++ thunar-vfs-0_p20100324.ebuild 26 Jul 2010 17:34:20 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild,v 1.4 2010/03/26 09:19:56 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100324.ebuild,v 1.5 2010/07/26 17:34:20 ssuominen Exp $
58
59 EAPI=2
60 EAUTORECONF=yes
61 @@ -13,7 +13,7 @@
62 LICENSE="LGPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 -IUSE="dbus debug doc gnome hal startup-notification"
66 +IUSE="dbus debug doc gnome startup-notification"
67
68 RDEPEND=">=xfce-base/exo-0.5.1
69 >=dev-libs/glib-2.12:2
70 @@ -24,8 +24,6 @@
71 >=media-libs/jpeg-6b:0
72 dbus? ( >=dev-libs/dbus-glib-0.34 )
73 gnome? ( >=gnome-base/gconf-2 )
74 - hal? ( >=dev-libs/dbus-glib-0.34
75 - sys-apps/hal )
76 startup-notification? ( >=x11-libs/startup-notification-0.4 )
77 !<xfce-base/thunar-1.1.0"
78 DEPEND="${RDEPEND}
79 @@ -46,13 +44,8 @@
80 $(use_enable startup-notification)
81 $(use_enable doc xsltproc)
82 $(use_enable debug)
83 - --with-html-dir=/usr/share/doc/${PF}/html"
84 -
85 - if use hal; then
86 - XFCONF="${XFCONF} --enable-dbus --with-volume-manager=hal"
87 - else
88 - XFCONF="${XFCONF} --with-volume-manager=none"
89 - fi
90 + --with-html-dir=/usr/share/doc/${PF}/html
91 + --with-volume-manager=none"
92
93 PATCHES=( "${FILESDIR}/${PN}-libpng14.patch" )
94 }