Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/scummvm: ChangeLog scummvm-0.13.1.ebuild scummvm-0.12.0.ebuild
Date: Sat, 01 Aug 2009 06:47:46
Message-Id: E1MX8Nc-0006RF-5x@stork.gentoo.org
1 ssuominen 09/08/01 06:47:44
2
3 Modified: ChangeLog scummvm-0.13.1.ebuild
4 scummvm-0.12.0.ebuild
5 Log:
6 Remove USE depend for media-libs/alsa-lib[midi].
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.76 games-engines/scummvm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.76&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/ChangeLog?rev=1.76&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/ChangeLog?r1=1.75&r2=1.76
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v
19 retrieving revision 1.75
20 retrieving revision 1.76
21 diff -u -r1.75 -r1.76
22 --- ChangeLog 13 Jul 2009 17:58:30 -0000 1.75
23 +++ ChangeLog 1 Aug 2009 06:47:44 -0000 1.76
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-engines/scummvm
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.75 2009/07/13 17:58:30 josejx Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/ChangeLog,v 1.76 2009/08/01 06:47:44 ssuominen Exp $
29 +
30 + 01 Aug 2009; Samuli Suominen <ssuominen@g.o> scummvm-0.12.0.ebuild,
31 + scummvm-0.13.1.ebuild:
32 + Remove USE depend for media-libs/alsa-lib[midi].
33
34 13 Jul 2009; Joseph Jezak <josejx@g.o> scummvm-0.13.1.ebuild:
35 Marked ppc/ppc64 stable for bug #276010.
36
37
38
39 1.8 games-engines/scummvm/scummvm-0.13.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild?r1=1.7&r2=1.8
44
45 Index: scummvm-0.13.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- scummvm-0.13.1.ebuild 13 Jul 2009 17:58:30 -0000 1.7
52 +++ scummvm-0.13.1.ebuild 1 Aug 2009 06:47:44 -0000 1.8
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v 1.7 2009/07/13 17:58:30 josejx Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.13.1.ebuild,v 1.8 2009/08/01 06:47:44 ssuominen Exp $
58
59 EAPI=2
60 inherit eutils games
61 @@ -20,7 +20,7 @@
62 sys-libs/zlib
63 ogg? ( media-libs/libogg media-libs/libvorbis )
64 vorbis? ( media-libs/libogg media-libs/libvorbis )
65 - alsa? ( >=media-libs/alsa-lib-0.9[midi] )
66 + alsa? ( media-libs/alsa-lib )
67 mp3? ( media-libs/libmad )
68 flac? ( media-libs/flac )
69 fluidsynth? ( media-sound/fluidsynth )"
70
71
72
73 1.8 games-engines/scummvm/scummvm-0.12.0.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild?rev=1.8&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild?rev=1.8&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild?r1=1.7&r2=1.8
78
79 Index: scummvm-0.12.0.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild,v
82 retrieving revision 1.7
83 retrieving revision 1.8
84 diff -u -r1.7 -r1.8
85 --- scummvm-0.12.0.ebuild 13 Mar 2009 22:10:49 -0000 1.7
86 +++ scummvm-0.12.0.ebuild 1 Aug 2009 06:47:44 -0000 1.8
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild,v 1.7 2009/03/13 22:10:49 josejx Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-0.12.0.ebuild,v 1.8 2009/08/01 06:47:44 ssuominen Exp $
92
93 EAPI=2
94 inherit eutils games
95 @@ -19,7 +19,7 @@
96 >media-libs/libmpeg2-0.3.1
97 ogg? ( media-libs/libogg media-libs/libvorbis )
98 vorbis? ( media-libs/libogg media-libs/libvorbis )
99 - alsa? ( >=media-libs/alsa-lib-0.9[midi] )
100 + alsa? ( media-libs/alsa-lib )
101 mp3? ( media-libs/libmad )
102 flac? ( media-libs/flac )
103 fluidsynth? ( media-sound/fluidsynth )