Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xdtv: ChangeLog xdtv-2.4.0.ebuild
Date: Tue, 02 Aug 2011 05:48:38
Message-Id: 20110802054828.DDD442004C@flycatcher.gentoo.org
1 mattst88 11/08/02 05:48:28
2
3 Modified: ChangeLog xdtv-2.4.0.ebuild
4 Log:
5 Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.60 media-tv/xdtv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xdtv/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xdtv/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xdtv/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 15 May 2011 15:26:01 -0000 1.59
23 +++ ChangeLog 2 Aug 2011 05:48:28 -0000 1.60
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-tv/xdtv
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.59 2011/05/15 15:26:01 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.60 2011/08/02 05:48:28 mattst88 Exp $
29 +
30 + 02 Aug 2011; Matt Turner <mattst88@g.o> xdtv-2.4.0.ebuild:
31 + Renamed x11-libs/Xaw3d to x11-libs/libXaw3d.
32
33 15 May 2011; Tomáš Chvátal <scarabeus@g.o> xdtv-2.4.0.ebuild:
34 Depend on virtual/ffmpeg.
35
36
37
38 1.13 media-tv/xdtv/xdtv-2.4.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild?r1=1.12&r2=1.13
43
44 Index: xdtv-2.4.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- xdtv-2.4.0.ebuild 15 May 2011 15:26:01 -0000 1.12
51 +++ xdtv-2.4.0.ebuild 2 Aug 2011 05:48:28 -0000 1.13
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/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.12 2011/05/15 15:26:01 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.13 2011/08/02 05:48:28 mattst88 Exp $
57
58 inherit eutils multilib flag-o-matic toolchain-funcs autotools
59
60 @@ -31,7 +31,7 @@
61
62 COMMON_DEPEND="zvbi? ( >=media-libs/zvbi-0.2.4 )
63 neXt? ( x11-libs/neXtaw )
64 - Xaw3d? ( !neXt? ( x11-libs/Xaw3d ) )
65 + Xaw3d? ( !neXt? ( x11-libs/libXaw3d ) )
66 !neXt? ( !Xaw3d? ( x11-libs/libXaw ) )
67 xvid? ( >=media-libs/xvid-1.1 )
68 encode? ( >=media-sound/lame-3.93 )