Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/nautilus: ChangeLog nautilus-2.20.0-r1.ebuild
Date: Sun, 20 Apr 2008 02:18:36
Message-Id: E1JnP8T-0007mj-Iw@stork.gentoo.org
1 vapier 08/04/20 02:18:33
2
3 Modified: ChangeLog nautilus-2.20.0-r1.ebuild
4 Log:
5 Also add configure fix to latest unmasked version.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.263 gnome-base/nautilus/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.263&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?rev=1.263&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/ChangeLog?r1=1.262&r2=1.263
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v
18 retrieving revision 1.262
19 retrieving revision 1.263
20 diff -u -r1.262 -r1.263
21 --- ChangeLog 10 Apr 2008 10:27:38 -0000 1.262
22 +++ ChangeLog 20 Apr 2008 02:18:33 -0000 1.263
23 @@ -1,6 +1,11 @@
24 # ChangeLog for gnome-base/nautilus
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.262 2008/04/10 10:27:38 remi Exp $
27 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.263 2008/04/20 02:18:33 vapier Exp $
29 +
30 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
31 + +files/nautilus-2.20.0-fix_broken_configure.patch,
32 + nautilus-2.20.0-r1.ebuild:
33 + Also add configure fix to latest unmasked version.
34
35 10 Apr 2008; RĂ©mi Cardona <remi@g.o>
36 +files/nautilus-2.22.2-fix_broken_configure.patch, nautilus-2.22.2.ebuild:
37
38
39
40 1.11 gnome-base/nautilus/nautilus-2.20.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.20.0-r1.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.20.0-r1.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/nautilus/nautilus-2.20.0-r1.ebuild?r1=1.10&r2=1.11
45
46 Index: nautilus-2.20.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.20.0-r1.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- nautilus-2.20.0-r1.ebuild 20 Apr 2008 01:35:53 -0000 1.10
53 +++ nautilus-2.20.0-r1.ebuild 20 Apr 2008 02:18:33 -0000 1.11
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.20.0-r1.ebuild,v 1.10 2008/04/20 01:35:53 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.20.0-r1.ebuild,v 1.11 2008/04/20 02:18:33 vapier Exp $
59
60 inherit virtualx eutils gnome2 autotools
61
62 @@ -68,6 +68,9 @@
63 epatch "${FILESDIR}/${P}-thumbnail-flashing.patch"
64 epatch "${FILESDIR}/${P}-small-font-crasher.patch"
65
66 + # Fix for autoconf 2.62, see Gnome Bug #527315
67 + epatch "${FILESDIR}/${PN}-2.20.0-fix_broken_configure.patch"
68 +
69 eautoreconf
70 }
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list