Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: ChangeLog f-spot-0.6.1.1.ebuild
Date: Thu, 27 Aug 2009 16:14:55
Message-Id: E1MgmRz-0001HQ-Mq@stork.gentoo.org
1 loki_val 09/08/27 21:24:07
2
3 Modified: ChangeLog f-spot-0.6.1.1.ebuild
4 Log:
5 Get the fix for parallel-building into the ebuild. I only saw this on git.g.o, didn't check if it had been put into the tarball.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.41 media-gfx/f-spot/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.41&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.41&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?r1=1.40&r2=1.41
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v
18 retrieving revision 1.40
19 retrieving revision 1.41
20 diff -u -r1.40 -r1.41
21 --- ChangeLog 27 Aug 2009 21:16:25 -0000 1.40
22 +++ ChangeLog 27 Aug 2009 21:24:07 -0000 1.41
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-gfx/f-spot
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.40 2009/08/27 21:16:25 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.41 2009/08/27 21:24:07 loki_val Exp $
28 +
29 + 27 Aug 2009; Peter Alfredsen <loki_val@g.o> f-spot-0.6.1.1.ebuild,
30 + +files/f-spot-0.6.1.1-parallel-build.patch:
31 + Get the fix for parallel-building into the ebuild. I only saw this on
32 + git.g.o, didn't check if it had been put into the tarball.
33
34 *f-spot-0.6.1.1 (27 Aug 2009)
35
36
37
38
39 1.2 media-gfx/f-spot/f-spot-0.6.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.6.1.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.6.1.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.6.1.1.ebuild?r1=1.1&r2=1.2
44
45 Index: f-spot-0.6.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.6.1.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- f-spot-0.6.1.1.ebuild 27 Aug 2009 21:16:25 -0000 1.1
52 +++ f-spot-0.6.1.1.ebuild 27 Aug 2009 21:24:07 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.6.1.1.ebuild,v 1.1 2009/08/27 21:16:25 loki_val Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.6.1.1.ebuild,v 1.2 2009/08/27 21:24:07 loki_val Exp $
58
59 EAPI=2
60
61 @@ -48,6 +48,7 @@
62
63 src_prepare() {
64 epatch "${FILESDIR}/${PN}-0.6.0.0-sandbox-violation.patch"
65 + epatch "${FILESDIR}/${PN}-0.6.1.1-parallel-build.patch"
66 sed -r -i -e 's:-D[A-Z]+_DISABLE_DEPRECATED::g' \
67 lib/libfspot/Makefile.am
68 eautoreconf