Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
Date: Thu, 31 Mar 2011 15:35:25
Message-Id: 20110331153513.A126E20054@flycatcher.gentoo.org
1 scarabeus 11/03/31 15:35:13
2
3 Modified: ChangeLog vice-2.2.ebuild
4 Log:
5 Depend on virtual/ffmpeg instead of media-video/ffmpeg.
6
7 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.74 app-emulation/vice/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.73&r2=1.74
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- ChangeLog 25 Feb 2011 17:41:56 -0000 1.73
23 +++ ChangeLog 31 Mar 2011 15:35:13 -0000 1.74
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-emulation/vice
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.73 2011/02/25 17:41:56 signals Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.74 2011/03/31 15:35:13 scarabeus Exp $
29 +
30 + 31 Mar 2011; Tomáš Chvátal <scarabeus@g.o> vice-2.2.ebuild:
31 + Depend on virtual/ffmpeg instead of media-video/ffmpeg.
32
33 25 Feb 2011; Kevin McCarthy <signals@g.o> vice-2.2.ebuild:
34 Depend on virtual/jpeg instead of media-libs/jpeg
35
36
37
38 1.6 app-emulation/vice/vice-2.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.5&r2=1.6
43
44 Index: vice-2.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- vice-2.2.ebuild 25 Feb 2011 17:41:56 -0000 1.5
51 +++ vice-2.2.ebuild 31 Mar 2011 15:35:13 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 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.2.ebuild,v 1.5 2011/02/25 17:41:56 signals Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.6 2011/03/31 15:35:13 scarabeus Exp $
57
58 EAPI=2
59 inherit autotools eutils games
60 @@ -32,7 +32,7 @@
61 x11-libs/pango
62 )
63 lame? ( media-sound/lame )
64 - ffmpeg? ( >=media-video/ffmpeg-0.5_p20373 )
65 + ffmpeg? ( virtual/ffmpeg )
66 ethernet? (
67 >=net-libs/libpcap-0.9.8
68 >=net-libs/libnet-1.1.2.1