Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: vdr-graphtft-0.1.18_alpha.ebuild ChangeLog
Date: Mon, 28 Jul 2008 21:15:48
Message-Id: E1KNa4G-0006st-RC@stork.gentoo.org
1 carlo 08/07/28 21:15:44
2
3 Modified: vdr-graphtft-0.1.18_alpha.ebuild ChangeLog
4 Log:
5 QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild?r1=1.3&r2=1.4
14
15 Index: vdr-graphtft-0.1.18_alpha.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- vdr-graphtft-0.1.18_alpha.ebuild 22 Jun 2008 17:43:34 -0000 1.3
22 +++ vdr-graphtft-0.1.18_alpha.ebuild 28 Jul 2008 21:15:44 -0000 1.4
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v 1.3 2008/06/22 17:43:34 hd_brummy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v 1.4 2008/07/28 21:15:44 carlo Exp $
28 +
29 +EAPI=1
30
31 MY_PV="${PV/_alpha/.alpha}"
32 MY_P="${PN}-${MY_PV}"
33 @@ -24,7 +26,7 @@
34 gnome-base/libgtop
35 >=media-video/ffmpeg-0.4.8
36 directfb? ( dev-libs/DirectFB )
37 - graphtft-fe? ( $(qt4_min_version 4.0.0) )"
38 + graphtft-fe? ( =x11-libs/qt-4.3*:4 )"
39
40 PATCHES=("${FILESDIR}/${P}-gentoo.diff"
41 "${FILESDIR}/gcc-4.3-missing_includes.diff")
42
43
44
45 1.7 media-plugins/vdr-graphtft/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.7&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.7&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.6&r2=1.7
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
54 retrieving revision 1.6
55 retrieving revision 1.7
56 diff -u -r1.6 -r1.7
57 --- ChangeLog 22 Jun 2008 17:43:34 -0000 1.6
58 +++ ChangeLog 28 Jul 2008 21:15:44 -0000 1.7
59 @@ -1,6 +1,11 @@
60 # ChangeLog for media-plugins/vdr-graphtft
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.6 2008/06/22 17:43:34 hd_brummy Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.7 2008/07/28 21:15:44 carlo Exp $
64 +
65 + 28 Jul 2008; Carsten Lohrke <carlo@g.o>
66 + vdr-graphtft-0.1.18_alpha.ebuild:
67 + QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to
68 + support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
69
70 22 Jun 2008; Joerg Bornkessel <hd_brummy@g.o>
71 +files/vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff,