Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/spacefm: ChangeLog spacefm-0.6.1.ebuild
Date: Thu, 02 Feb 2012 23:19:21
Message-Id: 20120202231911.142B92004B@flycatcher.gentoo.org
1 ssuominen 12/02/02 23:19:11
2
3 Modified: ChangeLog spacefm-0.6.1.ebuild
4 Log:
5 src/ptk/ptk-location-view.c is using lsof to determine if mountpoint is used or not
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 x11-misc/spacefm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 2 Feb 2012 22:58:32 -0000 1.6
23 +++ ChangeLog 2 Feb 2012 23:19:10 -0000 1.7
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-misc/spacefm
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.6 2012/02/02 22:58:32 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.7 2012/02/02 23:19:10 ssuominen Exp $
29 +
30 + 02 Feb 2012; Samuli Suominen <ssuominen@g.o> spacefm-0.6.1.ebuild:
31 + src/ptk/ptk-location-view.c is using lsof to determine if mountpoint is used
32 + or not
33
34 02 Feb 2012; Samuli Suominen <ssuominen@g.o> -spacefm-0.6.0.ebuild:
35 old
36
37
38
39 1.5 x11-misc/spacefm/spacefm-0.6.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild?r1=1.4&r2=1.5
44
45 Index: spacefm-0.6.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- spacefm-0.6.1.ebuild 2 Feb 2012 22:56:32 -0000 1.4
52 +++ spacefm-0.6.1.ebuild 2 Feb 2012 23:19:10 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild,v 1.4 2012/02/02 22:56:32 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild,v 1.5 2012/02/02 23:19:10 ssuominen Exp $
58
59 EAPI=4
60 inherit fdo-mime
61 @@ -28,7 +28,10 @@
62 kde? ( kde-base/kdesu )
63 !kde? ( x11-libs/gksu )
64 !kernel_linux? ( fam? ( virtual/fam ) )
65 - udev? ( sys-fs/udisks )"
66 + udev? (
67 + sys-fs/udisks
68 + sys-process/lsof
69 + )"
70 DEPEND="${COMMON_DEPEND}
71 dev-util/intltool
72 dev-util/pkgconfig