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-sound/vbrfixc: vbrfixc-0.24.ebuild ChangeLog
Date: Sun, 29 Jun 2008 10:15:55
Message-Id: E1KCtwj-0005ZW-3d@stork.gentoo.org
1 loki_val 08/06/29 10:15:49
2
3 Modified: vbrfixc-0.24.ebuild ChangeLog
4 Log:
5 Fix for gcc-4.3, bug #225943. Thanks Derek Dolney <nospam@××××××.com>.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.4 media-sound/vbrfixc/vbrfixc-0.24.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild?r1=1.3&r2=1.4
14
15 Index: vbrfixc-0.24.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vbrfixc-0.24.ebuild 10 Jul 2007 17:37:17 -0000 1.3
22 +++ vbrfixc-0.24.ebuild 29 Jun 2008 10:15:48 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild,v 1.3 2007/07/10 17:37:17 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/vbrfixc-0.24.ebuild,v 1.4 2008/06/29 10:15:48 loki_val Exp $
29
30 inherit eutils
31
32 @@ -20,6 +20,8 @@
33
34 # every bigendian arch needs this patch
35 #use ppc && epatch "${FILESDIR}/${P}-bigendian.diff"
36 + epatch "${FILESDIR}"/${P}-gcc43.patch
37 +
38 }
39
40 src_install() {
41
42
43
44 1.5 media-sound/vbrfixc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vbrfixc/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 10 Jul 2007 17:37:17 -0000 1.4
57 +++ ChangeLog 29 Jun 2008 10:15:48 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-sound/vbrfixc
60 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/ChangeLog,v 1.4 2007/07/10 17:37:17 angelos Exp $
62 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vbrfixc/ChangeLog,v 1.5 2008/06/29 10:15:48 loki_val Exp $
64 +
65 + 29 Jun 2008; Peter Alfredsen <loki_val@g.o>
66 + +files/vbrfixc-0.24-gcc43.patch, vbrfixc-0.24.ebuild:
67 + Fix for gcc-4.3, bug #225943. Thanks Derek Dolney <nospam@××××××.com>.
68
69 10 Jul 2007; Christoph Mende <angelos@g.o> vbrfixc-0.24.ebuild:
70 Stable on amd64 wrt bug #184396
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list