Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/w_scan: ChangeLog w_scan-20090918.ebuild
Date: Tue, 27 Oct 2009 20:22:55
Message-Id: E1N2sZA-00022P-KX@stork.gentoo.org
1 hd_brummy 09/10/27 20:22:52
2
3 Modified: ChangeLog
4 Added: w_scan-20090918.ebuild
5 Log:
6 version bump, #281021
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.13 media-tv/w_scan/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 1 Jul 2009 12:47:27 -0000 1.12
23 +++ ChangeLog 27 Oct 2009 20:22:52 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-tv/w_scan
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.12 2009/07/01 12:47:27 zzam Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.13 2009/10/27 20:22:52 hd_brummy Exp $
29 +
30 +*w_scan-20090918 (27 Oct 2009)
31 +
32 + 27 Oct 2009; Joerg Bornkessel <hd_brummy@g.o>
33 + +w_scan-20090918.ebuild:
34 + version bump, #281021
35
36 01 Jul 2009; Matthias Schwarzott <zzam@g.o> w_scan-20081106.ebuild,
37 w_scan-20090516.ebuild:
38
39
40
41 1.1 media-tv/w_scan/w_scan-20090918.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/w_scan-20090918.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/w_scan-20090918.ebuild?rev=1.1&content-type=text/plain
45
46 Index: w_scan-20090918.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20090918.ebuild,v 1.1 2009/10/27 20:22:52 hd_brummy Exp $
51
52 EAPI="2"
53
54 inherit eutils
55
56 DESCRIPTION="Scan for DVB-C/DVB-T/DVB-C channels without prior knowledge of frequencies and modulations"
57 HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html"
58 SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 DEPEND="~media-tv/linuxtv-dvb-headers-5"
66 RDEPEND=""
67
68 src_install() {
69 emake install DESTDIR="${D}" || die "emake install failed"
70
71 insinto /usr/share/w_scan
72 doins pci.ids pci.classes usb.ids usb.classes
73
74 dodoc README
75 }