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: Mon, 28 Jul 2008 23:31:10
Message-Id: E1KNcBG-0008Ud-O4@stork.gentoo.org
1 eva 08/07/28 23:31:06
2
3 Modified: qc-usb-0.6.6.ebuild ChangeLog
4 Log:
5 fix pre-stripping QA warning.
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.7 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.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild?rev=1.7&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.6&r2=1.7
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.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- qc-usb-0.6.6.ebuild 2 Feb 2008 23:43:52 -0000 1.6
22 +++ qc-usb-0.6.6.ebuild 28 Jul 2008 23:31:06 -0000 1.7
23 @@ -1,6 +1,6 @@
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-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.6 2008/02/02 23:43:52 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.7 2008/07/28 23:31:06 eva Exp $
28
29 inherit linux-mod eutils multilib
30
31 @@ -32,6 +32,9 @@
32 convert_to_m "${S}"/Makefile
33 epatch "${FILESDIR}/${P}-koutput.patch"
34
35 + # Do not strip symbols
36 + sed -i -e "s/-s qcset.c/qcset.c/" Makefile
37 +
38 # Fix compilation with 2.6.24
39 epatch "${FILESDIR}/${P}-kcompat-2.6.24.patch"
40 }
41
42
43
44 1.29 media-video/qc-usb/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/ChangeLog?rev=1.29&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/ChangeLog?rev=1.29&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qc-usb/ChangeLog?r1=1.28&r2=1.29
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v
53 retrieving revision 1.28
54 retrieving revision 1.29
55 diff -u -r1.28 -r1.29
56 --- ChangeLog 2 Feb 2008 23:43:52 -0000 1.28
57 +++ ChangeLog 28 Jul 2008 23:31:06 -0000 1.29
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-video/qc-usb
60 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.28 2008/02/02 23:43:52 eva Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.29 2008/07/28 23:31:06 eva Exp $
63 +
64 + 28 Jul 2008; Gilles Dartiguelongue <eva@g.o> qc-usb-0.6.6.ebuild:
65 + fix pre-stripping QA warning.
66
67 02 Feb 2008; Gilles Dartiguelongue <eva@g.o>
68 +files/qc-usb-0.6.6-kcompat-2.6.24.patch, qc-usb-0.6.6.ebuild: