Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.1.ebuild vice-1.22.ebuild
Date: Mon, 02 Nov 2009 09:54:45
Message-Id: E1N4tcY-0003OB-KJ@stork.gentoo.org
1 ssuominen 09/11/02 09:54:42
2
3 Modified: ChangeLog vice-2.1.ebuild vice-1.22.ebuild
4 Log:
5 Remove obsolete aRts support.
6 (Portage version: 2.2_rc47/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.64 app-emulation/vice/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -u -r1.63 -r1.64
21 --- ChangeLog 24 Aug 2009 22:05:39 -0000 1.63
22 +++ ChangeLog 2 Nov 2009 09:54:41 -0000 1.64
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-emulation/vice
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.63 2009/08/24 22:05:39 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.64 2009/11/02 09:54:41 ssuominen Exp $
28 +
29 + 02 Nov 2009; Samuli Suominen <ssuominen@g.o> vice-1.22.ebuild,
30 + vice-2.1.ebuild:
31 + Remove obsolete aRts support.
32
33 24 Aug 2009; Michael Sterrett <mr_bones_@g.o> vice-2.1.ebuild:
34 don't try to actually run fc-cache (bug #280976)
35
36
37
38 1.4 app-emulation/vice/vice-2.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.1.ebuild?r1=1.3&r2=1.4
43
44 Index: vice-2.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- vice-2.1.ebuild 24 Aug 2009 22:05:39 -0000 1.3
51 +++ vice-2.1.ebuild 2 Nov 2009 09:54:41 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.3 2009/08/24 22:05:39 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.1.ebuild,v 1.4 2009/11/02 09:54:41 ssuominen Exp $
57
58 EAPI=2
59 inherit eutils games
60 @@ -12,7 +12,7 @@
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
64 -IUSE="Xaw3d alsa arts esd gnome nls png readline resid sdl ipv6 mmap oss zlib X gif jpeg xv dga xrandr"
65 +IUSE="Xaw3d alsa esd gnome nls png readline resid sdl ipv6 mmap oss zlib X gif jpeg xv dga xrandr"
66
67 RDEPEND="
68 x11-libs/libX11
69 @@ -26,7 +26,6 @@
70 Xaw3d? ( x11-libs/Xaw3d )
71 !Xaw3d? ( !gnome? ( x11-libs/libXaw ) )
72 alsa? ( media-libs/alsa-lib )
73 - arts? ( kde-base/arts )
74 esd? ( media-sound/esound )
75 gnome? (
76 x11-libs/gtk+:2
77 @@ -70,7 +69,7 @@
78 $(use_enable nls) \
79 $(use_with Xaw3d xaw3d) \
80 $(use_with alsa) \
81 - $(use_with arts) \
82 + --without-arts \
83 $(use_with esd) \
84 $(use_with png) \
85 $(use_with readline) \
86
87
88
89 1.7 app-emulation/vice/vice-1.22.ebuild
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-1.22.ebuild?rev=1.7&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-1.22.ebuild?rev=1.7&content-type=text/plain
93 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-1.22.ebuild?r1=1.6&r2=1.7
94
95 Index: vice-1.22.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v
98 retrieving revision 1.6
99 retrieving revision 1.7
100 diff -u -r1.6 -r1.7
101 --- vice-1.22.ebuild 7 Nov 2007 19:31:18 -0000 1.6
102 +++ vice-1.22.ebuild 2 Nov 2009 09:54:41 -0000 1.7
103 @@ -1,6 +1,6 @@
104 -# Copyright 1999-2007 Gentoo Foundation
105 +# Copyright 1999-2009 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.6 2007/11/07 19:31:18 mr_bones_ Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.22.ebuild,v 1.7 2009/11/02 09:54:41 ssuominen Exp $
109
110 inherit eutils games
111
112 @@ -11,7 +11,7 @@
113 LICENSE="GPL-2"
114 SLOT="0"
115 KEYWORDS="~amd64 ppc sparc x86"
116 -IUSE="Xaw3d alsa arts esd gnome nls png readline resid sdl"
117 +IUSE="Xaw3d alsa esd gnome nls png readline resid sdl"
118
119 RDEPEND="media-libs/giflib
120 media-libs/jpeg
121 @@ -29,7 +29,6 @@
122 Xaw3d? ( x11-libs/Xaw3d )
123 !Xaw3d? ( x11-libs/libXaw )
124 alsa? ( media-libs/alsa-lib )
125 - arts? ( kde-base/arts )
126 esd? ( media-sound/esound )
127 gnome? ( gnome-base/libgnomeui )
128 nls? ( virtual/libintl )
129 @@ -74,7 +73,7 @@
130 $(use_enable nls) \
131 $(use_with Xaw3d xaw3d) \
132 $(use_with alsa) \
133 - $(use_with arts) \
134 + --without-arts \
135 $(use_with esd) \
136 $(use_with png) \
137 $(use_with readline) \