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-mount: ChangeLog gnome-mount-0.8-r2.ebuild
Date: Wed, 26 Jan 2011 20:05:11
Message-Id: 20110126200501.2DD1820054@flycatcher.gentoo.org
1 ssuominen 11/01/26 20:05:01
2
3 Modified: ChangeLog gnome-mount-0.8-r2.ebuild
4 Log:
5 Revert keywording to ~x86-fbsd for gnome-base/gvfs[hal] and unmask this package from package.mask.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.76 gnome-base/gnome-mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 21 Jul 2010 17:34:47 -0000 1.75
23 +++ ChangeLog 26 Jan 2011 20:05:01 -0000 1.76
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-base/gnome-mount
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/ChangeLog,v 1.75 2010/07/21 17:34:47 pacho Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/ChangeLog,v 1.76 2011/01/26 20:05:01 ssuominen Exp $
30 +
31 + 26 Jan 2011; Samuli Suominen <ssuominen@g.o>
32 + gnome-mount-0.8-r2.ebuild:
33 + Revert keywording to ~x86-fbsd for gnome-base/gvfs[hal] and unmask this
34 + package from package.mask.
35
36 *gnome-mount-0.8-r2 (21 Jul 2010)
37
38
39
40
41 1.2 gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild?r1=1.1&r2=1.2
46
47 Index: gnome-mount-0.8-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- gnome-mount-0.8-r2.ebuild 21 Jul 2010 17:34:47 -0000 1.1
54 +++ gnome-mount-0.8-r2.ebuild 26 Jan 2011 20:05:01 -0000 1.2
55 @@ -1,7 +1,8 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild,v 1.1 2010/07/21 17:34:47 pacho Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-mount/gnome-mount-0.8-r2.ebuild,v 1.2 2011/01/26 20:05:01 ssuominen Exp $
61
62 +EAPI=1
63 inherit autotools eutils gnome2
64
65 DESCRIPTION="Wrapper for (un)mounting and ejecting disks"
66 @@ -10,11 +11,11 @@
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
71 +KEYWORDS="~x86-fbsd"
72 IUSE="libnotify nautilus kernel_FreeBSD"
73
74 -RDEPEND=">=dev-libs/glib-2.15.0
75 - >=x11-libs/gtk+-2.8
76 +RDEPEND=">=dev-libs/glib-2.15:2
77 + >=x11-libs/gtk+-2.8:2
78 >=sys-apps/hal-0.5.8.1
79 || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 )
80 >=gnome-base/gconf-2
81 @@ -22,13 +23,13 @@
82 nautilus? (
83 >=gnome-base/libglade-2
84 >=gnome-base/nautilus-2.21.2 )
85 - >=dev-libs/dbus-glib-0.71"
86 + >=dev-libs/dbus-glib-0.88"
87
88 DEPEND="${RDEPEND}
89 dev-util/pkgconfig
90 >=dev-util/intltool-0.35.5"
91
92 -DOCS="AUTHORS ChangeLog HACKING INSTALL NEWS README TODO"
93 +DOCS="AUTHORS ChangeLog HACKING NEWS README TODO"
94
95 pkg_setup() {
96 G2CONF="${G2CONF} --disable-static