Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/ivtv-utils: ivtv-utils-1.3.0-r1.ebuild ChangeLog
Date: Tue, 03 Mar 2009 16:47:00
Message-Id: E1LeXli-0000Hb-PR@stork.gentoo.org
1 beandog 09/03/03 16:46:58
2
3 Modified: ivtv-utils-1.3.0-r1.ebuild ChangeLog
4 Log:
5 Remmove old kernel check, bug 254172; stable on arches
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: ivtv-utils-1.3.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ivtv-utils-1.3.0-r1.ebuild 28 Jan 2009 20:51:56 -0000 1.1
22 +++ ivtv-utils-1.3.0-r1.ebuild 3 Mar 2009 16:46:58 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v 1.1 2009/01/28 20:51:56 truedfx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ivtv-utils-1.3.0-r1.ebuild,v 1.2 2009/03/03 16:46:58 beandog Exp $
28
29 inherit eutils linux-mod
30
31 @@ -9,7 +9,7 @@
32 SRC_URI="http://dl.ivtvdriver.org/ivtv/archive/1.3.x/${P}.tar.gz"
33 SLOT="0"
34 LICENSE="GPL-2"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="amd64 ppc x86"
37 IUSE="perl"
38 RDEPEND=">=sys-fs/udev-103"
39 DEPEND="app-arch/unzip
40 @@ -28,8 +28,7 @@
41 MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)"
42 BUILD_TARGETS="all"
43 CONFIG_CHECK="EXPERIMENTAL KMOD HAS_IOMEM FW_LOADER I2C I2C_ALGOBIT
44 - VIDEO_DEV VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2
45 - !VIDEO_HELPER_CHIPS_AUTO VIDEO_IVTV"
46 + VIDEO_DEV VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2 VIDEO_IVTV"
47
48 if ! ( kernel_is ge 2 6 26 ); then
49 eerror "This package is only for the fully in-kernel"
50
51
52
53 1.4 media-tv/ivtv-utils/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv-utils/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv-utils/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/ivtv-utils/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ChangeLog 28 Jan 2009 20:51:56 -0000 1.3
66 +++ ChangeLog 3 Mar 2009 16:46:58 -0000 1.4
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-tv/ivtv-utils
69 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.3 2009/01/28 20:51:56 truedfx Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-utils/ChangeLog,v 1.4 2009/03/03 16:46:58 beandog Exp $
72 +
73 + 03 Mar 2009; Steve Dibb <beandog@g.o> ivtv-utils-1.3.0-r1.ebuild:
74 + Remmove old kernel check, bug 254172; stable on arches
75
76 *ivtv-utils-1.3.0-r1 (28 Jan 2009)