Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gnome-raw-thumbnailer: gnome-raw-thumbnailer-0.99.1.ebuild ChangeLog
Date: Sun, 22 Aug 2010 14:38:41
Message-Id: 20100822143835.2C41C20051@flycatcher.gentoo.org
1 ssuominen 10/08/22 14:38:35
2
3 Modified: gnome-raw-thumbnailer-0.99.1.ebuild ChangeLog
4 Log:
5 Fix data/Makefile.am to use tabs instead of 8 spaces for make-3.82 wrt #333715 by Diego E. Pettenò.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild?r1=1.5&r2=1.6
14
15 Index: gnome-raw-thumbnailer-0.99.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- gnome-raw-thumbnailer-0.99.1.ebuild 21 Oct 2009 15:06:13 -0000 1.5
22 +++ gnome-raw-thumbnailer-0.99.1.ebuild 22 Aug 2010 14:38:35 -0000 1.6
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild,v 1.5 2009/10/21 15:06:13 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild,v 1.6 2010/08/22 14:38:35 ssuominen Exp $
29
30 -EAPI="2"
31 +EAPI=2
32 GCONF_DEBUG=no
33
34 inherit autotools eutils gnome2
35 @@ -32,8 +32,11 @@
36 DOCS="AUTHORS ChangeLog NEWS README"
37
38 src_prepare() {
39 - gnome2_src_prepare
40 - epatch "${FILESDIR}"/${P}-drop-libgsf.patch
41 + epatch "${FILESDIR}"/${P}-drop-libgsf.patch \
42 + "${FILESDIR}"/${P}-make-382.patch
43 +
44 + intltoolize --force --copy --automake || die
45 eautoreconf
46 - intltoolize -f || die "intltoolize failed."
47 +
48 + gnome2_src_prepare
49 }
50
51
52
53 1.7 media-gfx/gnome-raw-thumbnailer/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog?rev=1.7&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog?rev=1.7&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog?r1=1.6&r2=1.7
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v
62 retrieving revision 1.6
63 retrieving revision 1.7
64 diff -u -r1.6 -r1.7
65 --- ChangeLog 21 Oct 2009 15:06:13 -0000 1.6
66 +++ ChangeLog 22 Aug 2010 14:38:35 -0000 1.7
67 @@ -1,6 +1,12 @@
68 # ChangeLog for media-gfx/gnome-raw-thumbnailer
69 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.6 2009/10/21 15:06:13 maekke Exp $
71 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.7 2010/08/22 14:38:35 ssuominen Exp $
73 +
74 + 22 Aug 2010; Samuli Suominen <ssuominen@g.o>
75 + gnome-raw-thumbnailer-0.99.1.ebuild,
76 + +files/gnome-raw-thumbnailer-0.99.1-make-382.patch:
77 + Fix data/Makefile.am to use tabs instead of 8 spaces for make-3.82 wrt
78 + #333715 by Diego E. Pettenò.
79
80 21 Oct 2009; Markus Meier <maekke@g.o>
81 gnome-raw-thumbnailer-0.99.1.ebuild: