Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@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: Sun, 05 Feb 2012 03:04:24
Message-Id: 20120205030414.3373D20034@flycatcher.gentoo.org
1 xmw 12/02/05 03:04:14
2
3 Modified: ChangeLog spacefm-0.6.1.ebuild
4 Log:
5 Fix gksu/kdesu/ktsuss deps as pointed out by Julian Ospald, (bug 402135 reported by Samuel BAUER)
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 x11-misc/spacefm/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 2 Feb 2012 23:19:10 -0000 1.7
23 +++ ChangeLog 5 Feb 2012 03:04:14 -0000 1.8
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.7 2012/02/02 23:19:10 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/ChangeLog,v 1.8 2012/02/05 03:04:14 xmw Exp $
29 +
30 + 05 Feb 2012; Michael Weber <xmw@g.o> spacefm-0.6.1.ebuild:
31 + Fix gksu/kdesu/ktsuss deps as pointed out by Julian Ospald, (bug 402135
32 + reported by Samuel BAUER)
33
34 02 Feb 2012; Samuli Suominen <ssuominen@g.o> spacefm-0.6.1.ebuild:
35 src/ptk/ptk-location-view.c is using lsof to determine if mountpoint is used
36
37
38
39 1.6 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.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild?r1=1.5&r2=1.6
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.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- spacefm-0.6.1.ebuild 2 Feb 2012 23:19:10 -0000 1.5
52 +++ spacefm-0.6.1.ebuild 5 Feb 2012 03:04:14 -0000 1.6
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.5 2012/02/02 23:19:10 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/spacefm/spacefm-0.6.1.ebuild,v 1.6 2012/02/05 03:04:14 xmw Exp $
58
59 EAPI=4
60 inherit fdo-mime
61 @@ -13,7 +13,7 @@
62 LICENSE="GPL-2 IgnorantGuru LGPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 -IUSE="fam kde kernel_linux udev"
66 +IUSE="fam gtk kde kernel_linux udev"
67
68 COMMON_DEPEND=">=dev-libs/glib-2
69 dev-util/desktop-file-utils
70 @@ -25,13 +25,11 @@
71 virtual/eject
72 virtual/freedesktop-icon-theme
73 x11-misc/shared-mime-info
74 - kde? ( kde-base/kdesu )
75 - !kde? ( x11-libs/gksu )
76 + kde? ( || ( kde-base/kdesu x11-misc/ktsuss ) )
77 + gtk? ( || ( x11-libs/gksu x11-misc/ktsuss ) )
78 !kernel_linux? ( fam? ( virtual/fam ) )
79 - udev? (
80 - sys-fs/udisks
81 - sys-process/lsof
82 - )"
83 + udev? ( sys-fs/udisks
84 + sys-process/lsof )"
85 DEPEND="${COMMON_DEPEND}
86 dev-util/intltool
87 dev-util/pkgconfig