Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/sonic-snap: sonic-snap-1.5.ebuild ChangeLog
Date: Mon, 31 Aug 2009 17:20:56
Message-Id: E1MiFNi-0008Dm-Pl@stork.gentoo.org
1 ikelos 09/08/31 22:29:46
2
3 Modified: sonic-snap-1.5.ebuild ChangeLog
4 Log:
5 Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 media-video/sonic-snap/sonic-snap-1.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild?r1=1.8&r2=1.9
14
15 Index: sonic-snap-1.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- sonic-snap-1.5.ebuild 19 Feb 2009 06:19:32 -0000 1.8
22 +++ sonic-snap-1.5.ebuild 31 Aug 2009 22:29:46 -0000 1.9
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-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.8 2009/02/19 06:19:32 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/sonic-snap-1.5.ebuild,v 1.9 2009/08/31 22:29:46 ikelos Exp $
28
29 EAPI="1"
30 inherit eutils linux-info
31 @@ -25,7 +25,7 @@
32 x11-libs/libXext
33 x11-libs/libXft"
34
35 -CONFIG_CHECK="USB_SN9C102"
36 +CONFIG_CHECK="~USB_SN9C102"
37 ERROR_USB_SN9C102="Please make sure the SN9C1xx PC Camera Controller driver is \
38 enabled, under V4L USB devices, as a module in your kernel."
39
40 @@ -51,9 +51,7 @@
41 pkg_postinst() {
42
43 ewarn
44 - elog "This application has found the sn9c10x driver (sn9c102.ko)"
45 - elog "enabled in the USB section of your kernel config. Also,"
46 - elog "this driver is V4L v2 only, so V4L v1 apps will not work."
47 + elog "This driver is V4L v2 only, so V4L v1 apps will not work."
48 elog "Finally, only a few image sensors are supported, eg, PAS106B"
49 elog "so (check dmesg or /var/log/messages for USB device info when"
50 elog "you plug the cam in)."
51
52
53
54 1.8 media-video/sonic-snap/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.8&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?rev=1.8&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/sonic-snap/ChangeLog?r1=1.7&r2=1.8
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v
63 retrieving revision 1.7
64 retrieving revision 1.8
65 diff -u -r1.7 -r1.8
66 --- ChangeLog 19 Feb 2009 06:19:32 -0000 1.7
67 +++ ChangeLog 31 Aug 2009 22:29:46 -0000 1.8
68 @@ -1,6 +1,9 @@
69 # ChangeLog for media-video/sonic-snap
70 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.7 2009/02/19 06:19:32 nerdboy Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-video/sonic-snap/ChangeLog,v 1.8 2009/08/31 22:29:46 ikelos Exp $
73 +
74 + 31 Aug 2009; Mike Auty <ikelos@g.o> sonic-snap-1.5.ebuild:
75 + Making CONFIG_CHECK non-fatal for userland ebuilds, see bug 283320.
76
77 19 Feb 2009; Steve Arnold <nerdboy@g.o> sonic-snap-1.5.ebuild:
78 Updated error message to make more generic (fixes bug #256019).