Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/stk11xx: stk11xx-2.1.0.ebuild ChangeLog
Date: Fri, 04 Feb 2011 23:39:50
Message-Id: 20110204233936.5234520054@flycatcher.gentoo.org
1 mgorny 11/02/04 23:39:36
2
3 Modified: stk11xx-2.1.0.ebuild ChangeLog
4 Log:
5 Add a patch to fix building against 2.6.37 kernel.
6
7 (Portage version: 2.2.0_alpha19_p84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-video/stk11xx/stk11xx-2.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: stk11xx-2.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- stk11xx-2.1.0.ebuild 26 Oct 2010 14:49:42 -0000 1.2
23 +++ stk11xx-2.1.0.ebuild 4 Feb 2011 23:39:36 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild,v 1.2 2010/10/26 14:49:42 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/stk11xx-2.1.0.ebuild,v 1.3 2011/02/04 23:39:36 mgorny Exp $
30
31 EAPI=2
32
33 @@ -24,6 +24,10 @@
34 BUILD_TARGETS="${PN}.ko"
35 BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}"
36
37 - PATCHES=( "${FILESDIR}"/${PN}-v4l_compat_ioctl32.diff )
38 + PATCHES=(
39 + "${FILESDIR}"/${PN}-v4l_compat_ioctl32.diff
40 + # http://sourceforge.net/tracker/index.php?func=detail&aid=3152597&group_id=178178&atid=884193
41 + "${FILESDIR}"/${PN}-2.6.37.patch
42 + )
43 MODULESD_STK11XX_DOCS=( README )
44 }
45
46
47
48 1.3 media-video/stk11xx/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/stk11xx/ChangeLog?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/stk11xx/ChangeLog?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/stk11xx/ChangeLog?r1=1.2&r2=1.3
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- ChangeLog 26 Oct 2010 14:49:42 -0000 1.2
61 +++ ChangeLog 4 Feb 2011 23:39:36 -0000 1.3
62 @@ -1,6 +1,10 @@
63 # ChangeLog for media-video/stk11xx
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v 1.2 2010/10/26 14:49:42 fauli Exp $
66 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/media-video/stk11xx/ChangeLog,v 1.3 2011/02/04 23:39:36 mgorny Exp $
68 +
69 + 04 Feb 2011; Michał Górny <mgorny@g.o> stk11xx-2.1.0.ebuild,
70 + +files/stk11xx-2.6.37.patch:
71 + Add a patch to fix building against 2.6.37 kernel.
72
73 26 Oct 2010; Christian Faulhammer <fauli@g.o> stk11xx-2.1.0.ebuild:
74 keyworded ~arch for x86, bug 342659