Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gnome-disk-utility: ChangeLog gnome-disk-utility-2.30.1.ebuild
Date: Thu, 19 Aug 2010 22:01:46
Message-Id: 20100819220142.0CD632004C@flycatcher.gentoo.org
1 eva 10/08/19 22:01:42
2
3 Modified: ChangeLog gnome-disk-utility-2.30.1.ebuild
4 Log:
5 Add missing intltoolize call and a comment to avahi patch.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 sys-apps/gnome-disk-utility/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 14 Aug 2010 18:55:53 -0000 1.17
22 +++ ChangeLog 19 Aug 2010 22:01:41 -0000 1.18
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/gnome-disk-utility
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.17 2010/08/14 18:55:53 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.18 2010/08/19 22:01:41 eva Exp $
28 +
29 + 19 Aug 2010; Gilles Dartiguelongue <eva@g.o>
30 + gnome-disk-utility-2.30.1.ebuild:
31 + Add missing intltoolize call and a comment to avahi patch.
32
33 14 Aug 2010; Raúl Porcel <armin76@g.o>
34 gnome-disk-utility-2.28.1.ebuild:
35
36
37
38 1.9 sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild?r1=1.8&r2=1.9
43
44 Index: gnome-disk-utility-2.30.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- gnome-disk-utility-2.30.1.ebuild 11 Aug 2010 11:58:25 -0000 1.8
51 +++ gnome-disk-utility-2.30.1.ebuild 19 Aug 2010 22:01:41 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild,v 1.8 2010/08/11 11:58:25 josejx Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.30.1.ebuild,v 1.9 2010/08/19 22:01:41 eva Exp $
57
58 EAPI="2"
59 GCONF_DEBUG="no"
60 @@ -51,11 +51,13 @@
61 $(use_enable nautilus)
62 $(use_enable remote-access)"
63
64 + # Keep avahi optional
65 epatch "${FILESDIR}/${P}-optional-avahi.patch"
66
67 # Drop encoding from POTFILES.skip, see bug #313351
68 epatch "${FILESDIR}/${PN}-2.28.1-fix-potfiles_skip.patch"
69
70 + intltoolize --force --copy --automake || die
71 eautoreconf
72 }