1 |
ssuominen 11/02/05 13:13:13 |
2 |
|
3 |
Modified: ChangeLog gnome-mount-0.8-r2.ebuild |
4 |
Log: |
5 |
Disable x11-libs/libnotify support because it's unported to >= 0.7 API and this package is obsolete. |
6 |
|
7 |
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64) |
8 |
|
9 |
Revision Changes Path |
10 |
1.77 gnome-base/gnome-mount/ChangeLog |
11 |
|
12 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/ChangeLog?rev=1.77&view=markup |
13 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/ChangeLog?rev=1.77&content-type=text/plain |
14 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/ChangeLog?r1=1.76&r2=1.77 |
15 |
|
16 |
Index: ChangeLog |
17 |
=================================================================== |
18 |
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/ChangeLog,v |
19 |
retrieving revision 1.76 |
20 |
retrieving revision 1.77 |
21 |
diff -u -r1.76 -r1.77 |
22 |
--- ChangeLog 26 Jan 2011 20:05:01 -0000 1.76 |
23 |
+++ ChangeLog 5 Feb 2011 13:13:13 -0000 1.77 |
24 |
@@ -1,6 +1,11 @@ |
25 |
# ChangeLog for gnome-base/gnome-mount |
26 |
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 |
27 |
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/ChangeLog,v 1.76 2011/01/26 20:05:01 ssuominen Exp $ |
28 |
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/ChangeLog,v 1.77 2011/02/05 13:13:13 ssuominen Exp $ |
29 |
+ |
30 |
+ 05 Feb 2011; Samuli Suominen <ssuominen@g.o> |
31 |
+ gnome-mount-0.8-r2.ebuild: |
32 |
+ Disable x11-libs/libnotify support because it's unported to >= 0.7 API and |
33 |
+ this package is obsolete. |
34 |
|
35 |
26 Jan 2011; Samuli Suominen <ssuominen@g.o> |
36 |
gnome-mount-0.8-r2.ebuild: |
37 |
|
38 |
|
39 |
|
40 |
1.4 gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild |
41 |
|
42 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild?rev=1.4&view=markup |
43 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild?rev=1.4&content-type=text/plain |
44 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild?r1=1.3&r2=1.4 |
45 |
|
46 |
Index: gnome-mount-0.8-r2.ebuild |
47 |
=================================================================== |
48 |
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild,v |
49 |
retrieving revision 1.3 |
50 |
retrieving revision 1.4 |
51 |
diff -u -r1.3 -r1.4 |
52 |
--- gnome-mount-0.8-r2.ebuild 26 Jan 2011 20:07:20 -0000 1.3 |
53 |
+++ gnome-mount-0.8-r2.ebuild 5 Feb 2011 13:13:13 -0000 1.4 |
54 |
@@ -1,6 +1,6 @@ |
55 |
# Copyright 1999-2011 Gentoo Foundation |
56 |
# Distributed under the terms of the GNU General Public License v2 |
57 |
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild,v 1.3 2011/01/26 20:07:20 ssuominen Exp $ |
58 |
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild,v 1.4 2011/02/05 13:13:13 ssuominen Exp $ |
59 |
|
60 |
# This package is used by FreeBSD long as gnome-base/gvfs has USE hal. Linux has |
61 |
# gnome-base/gvfs with USE gdu and udev. |
62 |
@@ -15,14 +15,13 @@ |
63 |
LICENSE="GPL-2" |
64 |
SLOT="0" |
65 |
KEYWORDS="~x86-fbsd" |
66 |
-IUSE="libnotify nautilus kernel_FreeBSD" |
67 |
+IUSE="nautilus kernel_FreeBSD" |
68 |
|
69 |
RDEPEND=">=dev-libs/glib-2.15:2 |
70 |
>=x11-libs/gtk+-2.8:2 |
71 |
>=sys-apps/hal-0.5.8.1 |
72 |
|| ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) |
73 |
>=gnome-base/gconf-2 |
74 |
- libnotify? ( >=x11-libs/libnotify-0.3 ) |
75 |
nautilus? ( |
76 |
>=gnome-base/libglade-2 |
77 |
>=gnome-base/nautilus-2.21.2 ) |
78 |
@@ -36,7 +35,7 @@ |
79 |
|
80 |
pkg_setup() { |
81 |
G2CONF="${G2CONF} --disable-static |
82 |
- $(use_enable libnotify) |
83 |
+ --disable-libnotify |
84 |
$(use_enable nautilus nautilus-extension)" |
85 |
} |