Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: nautilus-2.32.2.1-r1.ebuild ChangeLog
Date: Mon, 18 Jul 2011 11:53:08
Message-Id: 20110718115258.1DE382004B@flycatcher.gentoo.org
1 pacho 11/07/18 11:52:58
2
3 Modified: nautilus-2.32.2.1-r1.ebuild ChangeLog
4 Log:
5 Raise glib version in RDEPEND, bug #375477 by gentoo at jesshaas dot com.
6
7 (Portage version: 2.1.10.6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: nautilus-2.32.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- nautilus-2.32.2.1-r1.ebuild 17 Jul 2011 20:59:02 -0000 1.4
23 +++ nautilus-2.32.2.1-r1.ebuild 18 Jul 2011 11:52:57 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild,v 1.4 2011/07/17 20:59:02 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.32.2.1-r1.ebuild,v 1.5 2011/07/18 11:52:57 pacho Exp $
29
30 EAPI="3"
31 GCONF_DEBUG="no"
32 @@ -17,7 +17,7 @@
33 KEYWORDS="~alpha amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux"
34 IUSE="doc gnome +introspection xmp"
35
36 -RDEPEND=">=dev-libs/glib-2.25.9:2
37 +RDEPEND=">=dev-libs/glib-2.28.0:2
38 >=gnome-base/gnome-desktop-2.29.91:2
39 >=x11-libs/pango-1.1.2
40 >=x11-libs/gtk+-2.22:2[introspection?]
41
42
43
44 1.379 gnome-base/nautilus/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.379&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.379&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.378&r2=1.379
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
53 retrieving revision 1.378
54 retrieving revision 1.379
55 diff -u -r1.378 -r1.379
56 --- ChangeLog 17 Jul 2011 20:59:02 -0000 1.378
57 +++ ChangeLog 18 Jul 2011 11:52:57 -0000 1.379
58 @@ -1,6 +1,9 @@
59 # ChangeLog for gnome-base/nautilus
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.378 2011/07/17 20:59:02 maekke Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.379 2011/07/18 11:52:57 pacho Exp $
63 +
64 + 18 Jul 2011; Pacho Ramos <pacho@g.o> nautilus-2.32.2.1-r1.ebuild:
65 + Raise glib version in RDEPEND, bug #375477 by gentoo at jesshaas dot com.
66
67 17 Jul 2011; Markus Meier <maekke@g.o> nautilus-2.32.2.1-r1.ebuild:
68 arm stable, bug #369909