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: thunar-vfs-0_p20100824.ebuild
Date: Thu, 28 Oct 2010 14:57:39
Message-Id: 20101028145732.30B5520051@flycatcher.gentoo.org
1 ssuominen 10/10/28 14:57:32
2
3 Modified: thunar-vfs-0_p20100824.ebuild
4 Log:
5 workaround broken repoman check
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild?r1=1.3&r2=1.4
15
16 Index: thunar-vfs-0_p20100824.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- thunar-vfs-0_p20100824.ebuild 24 Sep 2010 14:08:18 -0000 1.3
23 +++ thunar-vfs-0_p20100824.ebuild 28 Oct 2010 14:57:32 -0000 1.4
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-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.3 2010/09/24 14:08:18 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.4 2010/10/28 14:57:32 ssuominen Exp $
29
30 EAPI=3
31 EAUTORECONF=yes
32 @@ -42,8 +42,8 @@
33 $(use_enable gnome gnome-thumbnailers)
34 $(use_enable startup-notification)
35 $(xfconf_use_debug)
36 - --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html
37 - --with-volume-manager=none"
38 + --with-volume-manager=none
39 + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
40 }
41
42 src_install() {