Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
Date: Fri, 25 Feb 2011 17:42:08
Message-Id: 20110225174156.C3BE420054@flycatcher.gentoo.org
1 signals 11/02/25 17:41:56
2
3 Modified: ChangeLog vice-2.2.ebuild
4 Log:
5 depend virtual/jpeg
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.73 app-emulation/vice/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.73&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.73&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.72&r2=1.73
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
19 retrieving revision 1.72
20 retrieving revision 1.73
21 diff -u -r1.72 -r1.73
22 --- ChangeLog 11 Apr 2010 17:04:29 -0000 1.72
23 +++ ChangeLog 25 Feb 2011 17:41:56 -0000 1.73
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emulation/vice
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.72 2010/04/11 17:04:29 phajdan.jr Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.73 2011/02/25 17:41:56 signals Exp $
30 +
31 + 25 Feb 2011; Kevin McCarthy <signals@g.o> vice-2.2.ebuild:
32 + Depend on virtual/jpeg instead of media-libs/jpeg
33
34 11 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o> vice-2.2.ebuild:
35 x86 stable wrt bug #302506
36
37
38
39 1.5 app-emulation/vice/vice-2.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.4&r2=1.5
44
45 Index: vice-2.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- vice-2.2.ebuild 11 Apr 2010 17:04:29 -0000 1.4
52 +++ vice-2.2.ebuild 25 Feb 2011 17:41:56 -0000 1.5
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.4 2010/04/11 17:04:29 phajdan.jr Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.5 2011/02/25 17:41:56 signals Exp $
59
60 EAPI=2
61 inherit autotools eutils games
62 @@ -42,7 +42,7 @@
63 readline? ( sys-libs/readline )
64 sdl? ( media-libs/libsdl )
65 gif? ( media-libs/giflib )
66 - jpeg? ( media-libs/jpeg:0 )
67 + jpeg? ( virtual/jpeg )
68 xv? ( x11-libs/libXv )
69 dga? ( x11-libs/libXxf86dga )
70 xrandr? ( x11-libs/libXrandr )"