Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/sam2p: ChangeLog sam2p-0.49.1.ebuild
Date: Tue, 27 Aug 2013 21:01:05
Message-Id: 20130827210058.D60302004C@flycatcher.gentoo.org
1 aballier 13/08/27 21:00:58
2
3 Modified: ChangeLog sam2p-0.49.1.ebuild
4 Log:
5 Fix build with gcc 4.8, bug #463434 by Philipp
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.57 media-gfx/sam2p/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 9 Sep 2012 16:55:29 -0000 1.56
23 +++ ChangeLog 27 Aug 2013 21:00:58 -0000 1.57
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/sam2p
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.56 2012/09/09 16:55:29 armin76 Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/ChangeLog,v 1.57 2013/08/27 21:00:58 aballier Exp $
30 +
31 + 27 Aug 2013; Alexis Ballier <aballier@g.o> sam2p-0.49.1.ebuild,
32 + +files/sam2p-0.49.1-gcc48.patch:
33 + Fix build with gcc 4.8, bug #463434 by Philipp
34
35 09 Sep 2012; Raúl Porcel <armin76@g.o> sam2p-0.49.1.ebuild:
36 alpha/ia64/s390/sh/sparc stable wrt #419071
37
38
39
40 1.10 media-gfx/sam2p/sam2p-0.49.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild?r1=1.9&r2=1.10
45
46 Index: sam2p-0.49.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- sam2p-0.49.1.ebuild 9 Sep 2012 16:55:29 -0000 1.9
53 +++ sam2p-0.49.1.ebuild 27 Aug 2013 21:00:58 -0000 1.10
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 +# Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild,v 1.9 2012/09/09 16:55:29 armin76 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sam2p/sam2p-0.49.1.ebuild,v 1.10 2013/08/27 21:00:58 aballier Exp $
60
61 EAPI=4
62 inherit autotools eutils toolchain-funcs
63 @@ -22,7 +22,8 @@
64 src_prepare() {
65 epatch \
66 "${FILESDIR}"/${PN}-0.45-fbsd.patch \
67 - "${FILESDIR}"/${PN}-0.49.1-build.patch
68 + "${FILESDIR}"/${PN}-0.49.1-build.patch \
69 + "${FILESDIR}"/${PN}-0.49.1-gcc48.patch
70 eautoreconf
71 tc-export CXX
72 }