Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vice: vice-1.22.ebuild ChangeLog
Date: Wed, 07 Nov 2007 19:31:25
Message-Id: E1IpqcR-0003Jc-3v@stork.gentoo.org
1 mr_bones_ 07/11/07 19:31:19
2
3 Modified: vice-1.22.ebuild ChangeLog
4 Log:
5 remove ffmpeg support for now (bug #187699)
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.6 app-emulation/vice/vice-1.22.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-1.22.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-1.22.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-1.22.ebuild?r1=1.5&r2=1.6
14
15 Index: vice-1.22.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- vice-1.22.ebuild 30 Oct 2007 17:04:51 -0000 1.5
22 +++ vice-1.22.ebuild 7 Nov 2007 19:31:18 -0000 1.6
23 @@ -1,6 +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/app-emulation/vice/vice-1.22.ebuild,v 1.5 2007/10/30 17:04:51 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.6 2007/11/07 19:31:18 mr_bones_ Exp $
28
29 inherit eutils games
30
31 @@ -11,7 +11,7 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ppc sparc x86"
35 -IUSE="Xaw3d alsa arts esd ffmpeg gnome nls png readline resid sdl"
36 +IUSE="Xaw3d alsa arts esd gnome nls png readline resid sdl"
37
38 RDEPEND="media-libs/giflib
39 media-libs/jpeg
40 @@ -31,10 +31,6 @@
41 alsa? ( media-libs/alsa-lib )
42 arts? ( kde-base/arts )
43 esd? ( media-sound/esound )
44 - ffmpeg? (
45 - media-video/ffmpeg
46 - media-sound/lame
47 - )
48 gnome? ( gnome-base/libgnomeui )
49 nls? ( virtual/libintl )
50 png? ( media-libs/libpng )
51 @@ -73,7 +69,7 @@
52 --disable-dependency-tracking \
53 --enable-fullscreen \
54 --without-midas \
55 - $(use_enable ffmpeg) \
56 + --disable-ffmpeg \
57 $(use_enable gnome gnomeui) \
58 $(use_enable nls) \
59 $(use_with Xaw3d xaw3d) \
60
61
62
63 1.58 app-emulation/vice/ChangeLog
64
65 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.58&view=markup
66 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.58&content-type=text/plain
67 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.57&r2=1.58
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
72 retrieving revision 1.57
73 retrieving revision 1.58
74 diff -u -r1.57 -r1.58
75 --- ChangeLog 30 Oct 2007 17:34:23 -0000 1.57
76 +++ ChangeLog 7 Nov 2007 19:31:18 -0000 1.58
77 @@ -1,6 +1,9 @@
78 # ChangeLog for app-emulation/vice
79 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.57 2007/10/30 17:34:23 mr_bones_ Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.58 2007/11/07 19:31:18 mr_bones_ Exp $
82 +
83 + 07 Nov 2007; Michael Sterrett <mr_bones_@g.o> vice-1.22.ebuild:
84 + remove ffmpeg support for now (bug #187699)
85
86 30 Oct 2007; Michael Sterrett <mr_bones_@g.o>
87 -files/vice-1.21-fullscreen.patch, -files/vice-1.21-uicolor.patch,
88
89
90
91 --
92 gentoo-commits@g.o mailing list