Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/em8300-modules: ChangeLog em8300-modules-0.16.4.ebuild
Date: Fri, 29 Feb 2008 10:27:20
Message-Id: E1JV2ST-00034J-Bb@stork.gentoo.org
1 zzam 08/02/29 10:27:17
2
3 Modified: ChangeLog
4 Added: em8300-modules-0.16.4.ebuild
5 Log:
6 Version bump to make it work with Kernel 2.6.24. Thanks to Helau.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.45 media-video/em8300-modules/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-modules/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-modules/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-modules/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/em8300-modules/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 27 Nov 2007 12:25:13 -0000 1.44
23 +++ ChangeLog 29 Feb 2008 10:27:16 -0000 1.45
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/em8300-modules
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/ChangeLog,v 1.44 2007/11/27 12:25:13 zzam Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/ChangeLog,v 1.45 2008/02/29 10:27:16 zzam Exp $
30 +
31 +*em8300-modules-0.16.4 (29 Feb 2008)
32 +
33 + 29 Feb 2008; Matthias Schwarzott <zzam@g.o>
34 + +em8300-modules-0.16.4.ebuild:
35 + Version bump to make it work with Kernel 2.6.24. Thanks to Helau.
36
37 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
38 em8300-modules-0.16.0-r1.ebuild, em8300-modules-0.16.2.ebuild:
39
40
41
42 1.1 media-video/em8300-modules/em8300-modules-0.16.4.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-modules/em8300-modules-0.16.4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/em8300-modules/em8300-modules-0.16.4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: em8300-modules-0.16.4.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.16.4.ebuild,v 1.1 2008/02/29 10:27:16 zzam Exp $
52
53 inherit eutils linux-mod
54
55 MY_P="${P/-modules/}"
56
57 DESCRIPTION="em8300 (RealMagic Hollywood+/Creative DXR3) video decoder card kernel modules"
58 HOMEPAGE="http://dxr3.sourceforge.net"
59 SRC_URI="mirror://sourceforge/dxr3/${MY_P}.tar.gz"
60
61 DEPEND="virtual/linux-sources"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE=""
67
68 CONFIG_CHECK="I2C_ALGOBIT"
69 MODULE_NAMES="em8300(video:) bt865(video:) adv717x(video:)"
70
71 S="${WORKDIR}/${MY_P}/modules"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}/.."
76 }
77
78 src_compile() {
79 set_arch_to_kernel
80 cd "${S}"
81 emake KERNEL_LOCATION="${KERNEL_DIR}" || die "emake failed."
82 }
83
84 src_install() {
85 linux-mod_src_install
86
87 dodoc README-modoptions README-modules.conf
88
89 newsbin devices.sh em8300-devices.sh
90
91 insinto /etc/modules.d
92 newins "${FILESDIR}"/modules.em8300 em8300
93
94 insinto /etc/udev/rules.d
95 newins em8300-udev.rules 15-em8300.rules
96 }
97
98
99
100 --
101 gentoo-commits@l.g.o mailing list