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_pre173.ebuild
Date: Sat, 02 Feb 2008 12:17:48
Message-Id: E1JLHJY-0003nm-TL@stork.gentoo.org
1 genstef 08/02/02 12:17:44
2
3 Modified: ChangeLog
4 Added: linux-uvc-0.1.0_pre173.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.13 media-video/linux-uvc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 19 Dec 2007 11:37:35 -0000 1.12
23 +++ ChangeLog 2 Feb 2008 12:17:44 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/linux-uvc
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.12 2007/12/19 11:37:35 genstef Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/linux-uvc/ChangeLog,v 1.13 2008/02/02 12:17:44 genstef Exp $
30 +
31 +*linux-uvc-0.1.0_pre173 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Stefan Schweizer <genstef@g.o>
34 + +linux-uvc-0.1.0_pre173.ebuild:
35 + version bump
36
37 *linux-uvc-0.1.0_pre157 (19 Dec 2007)
38
39
40
41
42 1.1 media-video/linux-uvc/linux-uvc-0.1.0_pre173.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/linux-uvc/linux-uvc-0.1.0_pre173.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_pre173.ebuild?rev=1.1&content-type=text/plain
46
47 Index: linux-uvc-0.1.0_pre173.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_pre173.ebuild,v 1.1 2008/02/02 12:17:44 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"
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 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list