Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/linux-uvc: ChangeLog linux-uvc-0.1.0_pre250.ebuild linux-uvc-0.1.0_pre246.ebuild
Date: Wed, 24 Sep 2008 17:13:33
Message-Id: E1KiXve-0003or-OH@stork.gentoo.org
1 genstef 08/09/24 17:13:30
2
3 Modified: ChangeLog
4 Added: linux-uvc-0.1.0_pre250.ebuild
5 Removed: linux-uvc-0.1.0_pre246.ebuild
6 Log:
7 update to correct version
8 (Portage version: 2.2_rc9/cvs/Linux 2.6.20-vs2.2.0-gentoo i686)
9
10 Revision Changes Path
11 1.16 media-video/linux-uvc/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 24 Sep 2008 07:03:20 -0000 1.15
24 +++ ChangeLog 24 Sep 2008 17:13:30 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-video/linux-uvc
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.15 2008/09/24 07:03:20 genstef Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.16 2008/09/24 17:13:30 genstef Exp $
30 +
31 +*linux-uvc-0.1.0_pre250 (24 Sep 2008)
32 +
33 + 24 Sep 2008; Stefan Schweizer <genstef@g.o>
34 + -linux-uvc-0.1.0_pre246.ebuild, +linux-uvc-0.1.0_pre250.ebuild:
35 + update to correct version
36
37 *linux-uvc-0.1.0_pre246 (21 Sep 2008)
38
39
40
41
42 1.1 media-video/linux-uvc/linux-uvc-0.1.0_pre250.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre250.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre250.ebuild?rev=1.1&content-type=text/plain
46
47 Index: linux-uvc-0.1.0_pre250.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/linux-uvc/linux-uvc-0.1.0_pre250.ebuild,v 1.1 2008/09/24 17:13:30 genstef Exp $
52
53 inherit linux-mod
54
55 DESCRIPTION="Linux driver and user-space tools for USB Video Class devices."
56 HOMEPAGE="http://linux-uvc.berlios.de/"
57 SRC_URI="http://gentooexperimental.org/~genstef/dist/${P}.tar.bz2"
58 #ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/linux-uvc/linux-uvc/trunk/"
59 #ESVN_OPTIONS="-r ${PV/*_pre}"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~x86 ~arm"
63 SLOT="0"
64 IUSE=""
65 DEPEND=""
66
67 MODULE_NAMES="uvcvideo(usb/media:)"
68 BUILD_TARGETS=" "
69 CONFIG_CHECK="VIDEO_DEV"
70
71 pkg_setup() {
72 linux-mod_pkg_setup
73
74 BUILD_PARAMS="KERNEL_DIR=${KV_DIR}"
75 }
76
77 pkg_postinst() {
78 linux-mod_pkg_postinst
79 ewarn "If something is broken, you should get involved, and report"
80 ewarn "back to the mailing list linux-uvc-devel@×××××××××××××.de"
81 }