Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: ChangeLog vdr-graphtft-0.1.21_alpha.ebuild
Date: Mon, 19 Jan 2009 16:02:49
Message-Id: E1LOwaM-0004Rp-BJ@stork.gentoo.org
1 yngwin 09/01/19 16:02:46
2
3 Modified: ChangeLog vdr-graphtft-0.1.21_alpha.ebuild
4 Log:
5 Specifying qt-gui:4 as dep, as generic x11-libs/qt is certainly not right, and split Qt 4.4.2 is going stable
6 (Portage version: 2.2_rc22/cvs/Linux 2.6.28-hh1 i686)
7
8 Revision Changes Path
9 1.10 media-plugins/vdr-graphtft/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 10 Aug 2008 18:26:55 -0000 1.9
22 +++ ChangeLog 19 Jan 2009 16:02:46 -0000 1.10
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-plugins/vdr-graphtft
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.9 2008/08/10 18:26:55 hd_brummy Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.10 2009/01/19 16:02:46 yngwin Exp $
29 +
30 + 19 Jan 2009; Ben de Groot <yngwin@g.o>
31 + vdr-graphtft-0.1.21_alpha.ebuild:
32 + Specifying qt-gui:4 as dep, as generic x11-libs/qt is certainly not right,
33 + and split Qt 4.4.2 is going stable
34
35 *vdr-graphtft-0.1.21_alpha (10 Aug 2008)
36
37
38
39
40 1.4 media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild?r1=1.3&r2=1.4
45
46 Index: vdr-graphtft-0.1.21_alpha.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- vdr-graphtft-0.1.21_alpha.ebuild 17 Nov 2008 17:51:13 -0000 1.3
53 +++ vdr-graphtft-0.1.21_alpha.ebuild 19 Jan 2009 16:02:46 -0000 1.4
54 @@ -1,7 +1,8 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild,v 1.3 2008/11/17 17:51:13 hd_brummy Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild,v 1.4 2009/01/19 16:02:46 yngwin Exp $
60
61 +EAPI="1"
62 MY_PV="${PV/_alpha/.alpha}"
63 MY_P="${PN}-${MY_PV}"
64
65 @@ -24,7 +25,7 @@
66 gnome-base/libgtop
67 >=media-video/ffmpeg-0.4.8
68 directfb? ( dev-libs/DirectFB )
69 - graphtft-fe? ( x11-libs/qt )"
70 + graphtft-fe? ( x11-libs/qt-gui:4 )"
71
72 PATCHES=("${FILESDIR}/${P}-gentoo.diff
73 ${FILESDIR}/gcc-4.3-missing_includes.diff")