Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/modplugplay: modplugplay-1.0.ebuild ChangeLog
Date: Sat, 27 Oct 2007 13:44:56
Message-Id: E1Illy6-0005d9-B5@stork.gentoo.org
1 drac 07/10/27 13:44:50
2
3 Modified: modplugplay-1.0.ebuild ChangeLog
4 Log:
5 Restrict test suite for bug 196941 because it's trying to play sounds using /dev/dsp.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.6 media-sound/modplugplay/modplugplay-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/modplugplay/modplugplay-1.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/modplugplay/modplugplay-1.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/modplugplay/modplugplay-1.0.ebuild?r1=1.5&r2=1.6
14
15 Index: modplugplay-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/modplugplay/modplugplay-1.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- modplugplay-1.0.ebuild 24 Oct 2007 16:44:17 -0000 1.5
22 +++ modplugplay-1.0.ebuild 27 Oct 2007 13:44:49 -0000 1.6
23 @@ -1,8 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/modplugplay/modplugplay-1.0.ebuild,v 1.5 2007/10/24 16:44:17 jer Exp $
27 -
28 -IUSE=""
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/modplugplay/modplugplay-1.0.ebuild,v 1.6 2007/10/27 13:44:49 drac Exp $
30
31 inherit toolchain-funcs
32
33 @@ -14,11 +12,14 @@
34 SLOT="0"
35 #-sparc: 1.0 - Bus Error on play
36 KEYWORDS="amd64 ~hppa ~ppc -sparc x86"
37 +IUSE=""
38
39 RDEPEND=">=media-libs/libmodplug-0.7"
40 DEPEND="${RDEPEND}
41 dev-util/pkgconfig"
42
43 +RESTRICT="test"
44 +
45 src_compile() {
46 $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o modplugplay modplugplay.c $(pkg-config libmodplug --cflags --libs)
47 }
48
49
50
51 1.7 media-sound/modplugplay/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/modplugplay/ChangeLog?rev=1.7&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/modplugplay/ChangeLog?rev=1.7&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/modplugplay/ChangeLog?r1=1.6&r2=1.7
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-sound/modplugplay/ChangeLog,v
60 retrieving revision 1.6
61 retrieving revision 1.7
62 diff -u -r1.6 -r1.7
63 --- ChangeLog 24 Oct 2007 16:44:17 -0000 1.6
64 +++ ChangeLog 27 Oct 2007 13:44:49 -0000 1.7
65 @@ -1,6 +1,10 @@
66 # ChangeLog for media-sound/modplugplay
67 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-sound/modplugplay/ChangeLog,v 1.6 2007/10/24 16:44:17 jer Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-sound/modplugplay/ChangeLog,v 1.7 2007/10/27 13:44:49 drac Exp $
70 +
71 + 27 Oct 2007; Samuli Suominen <drac@g.o> modplugplay-1.0.ebuild:
72 + Restrict test suite for bug 196941 because it's trying to play sounds using
73 + /dev/dsp.
74
75 24 Oct 2007; Jeroen Roovers <jer@g.o> modplugplay-1.0.ebuild:
76 Marked ~hppa (media-libs/libmodplug, bug #196819).
77
78
79
80 --
81 gentoo-commits@g.o mailing list