Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gource: gource-0.38.ebuild ChangeLog
Date: Tue, 10 Jul 2012 09:56:45
Message-Id: 20120710095632.0264B20063@flycatcher.gentoo.org
1 flameeyes 12/07/10 09:56:31
2
3 Modified: gource-0.38.ebuild ChangeLog
4 Log:
5 Add patch to fix building with boost 1.50, mixing one fix from upstream and one upstreamed. Thanks Enrico for finding the fix. Closes bug #425460.
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-util/gource/gource-0.38.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.38.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.38.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/gource-0.38.ebuild?r1=1.3&r2=1.4
15
16 Index: gource-0.38.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gource-0.38.ebuild 12 May 2012 19:25:31 -0000 1.3
23 +++ gource-0.38.ebuild 10 Jul 2012 09:56:31 -0000 1.4
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38.ebuild,v 1.3 2012/05/12 19:25:31 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/gource-0.38.ebuild,v 1.4 2012/07/10 09:56:31 flameeyes Exp $
29
30 EAPI=2
31
32 -inherit autotools flag-o-matic versionator
33 +inherit eutils autotools flag-o-matic versionator
34
35 MY_P=${P/_p/-}
36 MY_P=${MY_P/_/-}
37 @@ -48,6 +48,7 @@
38 esac
39
40 src_prepare() {
41 + epatch "${FILESDIR}/${P}+boost-1.50.patch"
42 eautoreconf
43 }
44
45
46
47
48 1.22 dev-util/gource/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?rev=1.22&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?rev=1.22&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/gource/ChangeLog?r1=1.21&r2=1.22
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v
57 retrieving revision 1.21
58 retrieving revision 1.22
59 diff -u -r1.21 -r1.22
60 --- ChangeLog 9 Jul 2012 09:39:10 -0000 1.21
61 +++ ChangeLog 10 Jul 2012 09:56:31 -0000 1.22
62 @@ -1,6 +1,11 @@
63 # ChangeLog for dev-util/gource
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.21 2012/07/09 09:39:10 flameeyes Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gource/ChangeLog,v 1.22 2012/07/10 09:56:31 flameeyes Exp $
67 +
68 + 10 Jul 2012; Diego E. Pettenò <flameeyes@g.o>
69 + +files/gource-0.38+boost-1.50.patch, gource-0.38.ebuild:
70 + Add patch to fix building with boost 1.50, mixing one fix from upstream and
71 + one upstreamed. Thanks Enrico for finding the fix. Closes bug #425460.
72
73 09 Jul 2012; Diego E. Pettenò <flameeyes@g.o> metadata.xml:
74 Reorder metadata to help auto-filing.