Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/qc-usb: qc-usb-0.6.6.ebuild ChangeLog
Date: Sat, 02 Feb 2008 23:43:57
Message-Id: E1JLS1Z-000340-EN@stork.gentoo.org
1 eva 08/02/02 23:43:53
2
3 Modified: qc-usb-0.6.6.ebuild ChangeLog
4 Log:
5 fix compilation with 2.6.24, bug #208568
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.6 media-video/qc-usb/qc-usb-0.6.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild?r1=1.5&r2=1.6
14
15 Index: qc-usb-0.6.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- qc-usb-0.6.6.ebuild 27 Nov 2007 12:02:11 -0000 1.5
22 +++ qc-usb-0.6.6.ebuild 2 Feb 2008 23:43:52 -0000 1.6
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.5 2007/11/27 12:02:11 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.6 2008/02/02 23:43:52 eva Exp $
29
30 inherit linux-mod eutils multilib
31
32 @@ -30,7 +30,10 @@
33 unpack ${A}
34 cd "${S}"
35 convert_to_m "${S}"/Makefile
36 - epatch "${FILESDIR}"/${P}-koutput.patch
37 + epatch "${FILESDIR}/${P}-koutput.patch"
38 +
39 + # Fix compilation with 2.6.24
40 + epatch "${FILESDIR}/${P}-kcompat-2.6.24.patch"
41 }
42
43 src_install() {
44
45
46
47 1.28 media-video/qc-usb/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/ChangeLog?rev=1.28&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/ChangeLog?rev=1.28&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/ChangeLog?r1=1.27&r2=1.28
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v
56 retrieving revision 1.27
57 retrieving revision 1.28
58 diff -u -r1.27 -r1.28
59 --- ChangeLog 27 Nov 2007 12:02:11 -0000 1.27
60 +++ ChangeLog 2 Feb 2008 23:43:52 -0000 1.28
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-video/qc-usb
63 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.27 2007/11/27 12:02:11 zzam Exp $
65 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.28 2008/02/02 23:43:52 eva Exp $
67 +
68 + 02 Feb 2008; Gilles Dartiguelongue <eva@g.o>
69 + +files/qc-usb-0.6.6-kcompat-2.6.24.patch, qc-usb-0.6.6.ebuild:
70 + fix 2.6.24 compilation, bug #208568
71
72 27 Nov 2007; Matthias Schwarzott <zzam@g.o> qc-usb-0.6.6.ebuild:
73 Fixed quoting.
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list