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/beast: ChangeLog beast-0.7.1-r1.ebuild
Date: Sun, 02 Nov 2008 14:59:33
Message-Id: E1KweQN-00069B-01@stork.gentoo.org
1 loki_val 08/11/02 14:59:30
2
3 Modified: ChangeLog beast-0.7.1-r1.ebuild
4 Log:
5 Fix bug 240616 (gcc-4.3), thanks to Francisco José Cañizares Santofimia <telefrancisco@×××××.com> and bug 243000 (update-mime-database collision).
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.27 x86_64)
7
8 Revision Changes Path
9 1.38 media-sound/beast/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?rev=1.38&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?rev=1.38&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?r1=1.37&r2=1.38
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v
18 retrieving revision 1.37
19 retrieving revision 1.38
20 diff -u -r1.37 -r1.38
21 --- ChangeLog 29 Jun 2008 17:46:18 -0000 1.37
22 +++ ChangeLog 2 Nov 2008 14:59:30 -0000 1.38
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-sound/beast
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.37 2008/06/29 17:46:18 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.38 2008/11/02 14:59:30 loki_val Exp $
28 +
29 + 02 Nov 2008; Peter Alfredsen <loki_val@g.o>
30 + +files/beast-0.7.1-gcc43.patch, beast-0.7.1-r1.ebuild:
31 + Fix bug 240616 (gcc-4.3), thanks to Francisco José Cañizares Santofimia
32 + <telefrancisco@×××××.com> and bug 243000 (update-mime-database collision).
33
34 29 Jun 2008; Gilles Dartiguelongue <eva@g.o> -beast-0.7.1.ebuild:
35 clean up old broken revision, fix bug #226761.
36
37
38
39 1.7 media-sound/beast/beast-0.7.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?r1=1.6&r2=1.7
44
45 Index: beast-0.7.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- beast-0.7.1-r1.ebuild 22 Jun 2008 22:10:00 -0000 1.6
52 +++ beast-0.7.1-r1.ebuild 2 Nov 2008 14:59:30 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.6 2008/06/22 22:10:00 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.7 2008/11/02 14:59:30 loki_val Exp $
58
59 inherit autotools eutils fdo-mime
60
61 @@ -56,6 +56,9 @@
62 # Fix po tests
63 epatch "${FILESDIR}/${P}-potfiles.patch"
64
65 + # Fix gcc 4.3.x
66 + epatch "${FILESDIR}/${P}-gcc43.patch"
67 +
68 # Remove useless dist check that makes tests fail
69 sed -i "s/\.PHONY:.*/.PHONY:/" Makefile.decl || die "sed failed"
70
71 @@ -64,6 +67,9 @@
72 }
73
74 src_compile() {
75 + #kluge to work-around update-mime-database collision
76 + export UPDATE_MIME_DATABASE="/bin/true"
77 +
78 #for some weird reasons there is no doxer in this release
79 econf $(use_enable debug) \
80 $(use_enable static) \