Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@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, 22 Jun 2008 22:10:06
Message-Id: E1KAXl3-0001dV-2D@stork.gentoo.org
1 eva 08/06/22 22:10:01
2
3 Modified: ChangeLog beast-0.7.1-r1.ebuild
4 Log:
5 fix intltool tests
6 (Portage version: 2.1.5.5)
7
8 Revision Changes Path
9 1.36 media-sound/beast/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?rev=1.36&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?rev=1.36&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/ChangeLog?r1=1.35&r2=1.36
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v
18 retrieving revision 1.35
19 retrieving revision 1.36
20 diff -u -r1.35 -r1.36
21 --- ChangeLog 21 Jun 2008 13:12:08 -0000 1.35
22 +++ ChangeLog 22 Jun 2008 22:10:00 -0000 1.36
23 @@ -1,6 +1,10 @@
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.35 2008/06/21 13:12:08 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.36 2008/06/22 22:10:00 eva Exp $
28 +
29 + 22 Jun 2008; Gilles Dartiguelongue <eva@g.o>
30 + +files/beast-0.7.1-potfiles.patch, beast-0.7.1-r1.ebuild:
31 + fix intltool tests
32
33 21 Jun 2008; nixnut <nixnut@g.o> beast-0.7.1-r1.ebuild:
34 Stable on ppc wrt bug 227679
35
36
37
38 1.6 media-sound/beast/beast-0.7.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild?r1=1.5&r2=1.6
43
44 Index: beast-0.7.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- beast-0.7.1-r1.ebuild 21 Jun 2008 13:12:08 -0000 1.5
51 +++ beast-0.7.1-r1.ebuild 22 Jun 2008 22:10:00 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.5 2008/06/21 13:12:08 nixnut Exp $
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
58 inherit autotools eutils fdo-mime
59
60 @@ -50,8 +50,15 @@
61 # Remove G_DISABLE_DEPRECATED, bug #223291
62 epatch "${FILESDIR}/${P}-glib.patch"
63
64 + # Fix macro definition to properly use intltool
65 epatch "${FILESDIR}/${P}-configure.patch"
66
67 + # Fix po tests
68 + epatch "${FILESDIR}/${P}-potfiles.patch"
69 +
70 + # Remove useless dist check that makes tests fail
71 + sed -i "s/\.PHONY:.*/.PHONY:/" Makefile.decl || die "sed failed"
72 +
73 intltoolize --force --automake --copy || die "intltoolize failed"
74 eautoreconf
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list