Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-vfs: gnome-vfs-2.24.4.ebuild
Date: Wed, 29 Dec 2010 03:22:11
Message-Id: 20101229032202.101DE2004E@flycatcher.gentoo.org
1 ssuominen 10/12/29 03:22:02
2
3 Modified: gnome-vfs-2.24.4.ebuild
4 Log:
5 punt warning from newer version
6
7 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild?r1=1.2&r2=1.3
15
16 Index: gnome-vfs-2.24.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gnome-vfs-2.24.4.ebuild 26 Dec 2010 01:05:29 -0000 1.2
23 +++ gnome-vfs-2.24.4.ebuild 29 Dec 2010 03:22:01 -0000 1.3
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/gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild,v 1.2 2010/12/26 01:05:29 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.24.4.ebuild,v 1.3 2010/12/29 03:22:01 ssuominen Exp $
29
30 EAPI="3"
31 GCONF_DEBUG="no"
32 @@ -69,11 +69,6 @@
33 # so should always be behind the use_enable options
34 # foser <foser@g.o 19 Apr 2004
35 use gnutls && use ssl && G2CONF="${G2CONF} --disable-openssl"
36 -
37 - if ! has_version sys-apps/pmount; then
38 - ewarn "You should install and setup sys-apps/pmount if you use programs"
39 - ewarn "which rely on gnome-vfs for mounting."
40 - fi
41 }
42
43 src_prepare() {