Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/ivtv: ivtv-1.0.2.ebuild ChangeLog
Date: Wed, 12 Sep 2007 20:33:13
Message-Id: E1IVYme-0000I4-Jm@stork.gentoo.org
1 cardoe 07/09/12 20:26:00
2
3 Modified: ivtv-1.0.2.ebuild ChangeLog
4 Log:
5 allow 2.6.23 with 1.0.2 and mark stable for the current gentoo-sources stable
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.7 media-tv/ivtv/ivtv-1.0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild?r1=1.6&r2=1.7
14
15 Index: ivtv-1.0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ivtv-1.0.2.ebuild 31 Aug 2007 14:14:49 -0000 1.6
22 +++ ivtv-1.0.2.ebuild 12 Sep 2007 20:26:00 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.6 2007/08/31 14:14:49 beandog Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.7 2007/09/12 20:26:00 cardoe Exp $
28
29 inherit eutils linux-mod
30
31 @@ -9,7 +9,7 @@
32 SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.0.x/${P}.tar.gz"
33 SLOT="0"
34 LICENSE="GPL-2"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="amd64 ppc x86"
37 IUSE="fbcon"
38 RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
39 DEPEND="app-arch/unzip"
40 @@ -28,7 +28,7 @@
41 CONFIG_CHECK="${CONFIG_CHECK} FB FB_TRIDENT FRAMEBUFFER_CONSOLE FONTS"
42 fi
43
44 - if ! ( kernel_is 2 6 22 ); then
45 + if ! ( kernel_is 2 6 22 || kernel_is 2 6 23 ); then
46 eerror "Each IVTV driver branch will only work with a specific"
47 eerror "linux kernel branch."
48 eerror ""
49 @@ -37,7 +37,7 @@
50 eerror "b) emerge a different ivtv driver"
51 eerror ""
52 eerror "See http://ivtvdriver.org/ for more information"
53 - die "This only works on 2.6.22 kernels"
54 + die "This only works on 2.6.22 and greater kernels"
55 fi
56
57 if use fbcon; then
58
59
60
61 1.93 media-tv/ivtv/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ChangeLog?rev=1.93&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ChangeLog?rev=1.93&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv/ChangeLog?r1=1.92&r2=1.93
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v
70 retrieving revision 1.92
71 retrieving revision 1.93
72 diff -u -r1.92 -r1.93
73 --- ChangeLog 31 Aug 2007 14:14:49 -0000 1.92
74 +++ ChangeLog 12 Sep 2007 20:26:00 -0000 1.93
75 @@ -1,6 +1,9 @@
76 # ChangeLog for media-tv/ivtv
77 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.92 2007/08/31 14:14:49 beandog Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.93 2007/09/12 20:26:00 cardoe Exp $
80 +
81 + 12 Sep 2007; Doug Goldstein <cardoe@g.o> ivtv-1.0.2.ebuild:
82 + allow 2.6.23 with 1.0.2 and mark stable for the current gentoo-sources stable
83
84 31 Aug 2007; Steve Dibb <beandog@g.o> ivtv-1.0.1.ebuild,
85 ivtv-1.0.2.ebuild:
86
87
88
89 --
90 gentoo-commits@g.o mailing list