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: w_scan-20140118.ebuild ChangeLog
Date: Mon, 31 Mar 2014 15:04:02
Message-Id: 20140331150353.139482005C@flycatcher.gentoo.org
1 hd_brummy 14/03/31 15:03:52
2
3 Modified: ChangeLog
4 Added: w_scan-20140118.ebuild
5 Log:
6 bump, wrt bug 465486
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
9
10 Revision Changes Path
11 1.36 media-tv/w_scan/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 15 Jun 2013 17:30:01 -0000 1.35
24 +++ ChangeLog 31 Mar 2014 15:03:52 -0000 1.36
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-tv/w_scan
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.35 2013/06/15 17:30:01 hd_brummy Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.36 2014/03/31 15:03:52 hd_brummy Exp $
31 +
32 +*w_scan-20140118 (31 Mar 2014)
33 +
34 + 31 Mar 2014; Joerg Bornkessel <hd_brummy@g.o> +w_scan-20140118.ebuild:
35 + bump, wrt bug 465486
36
37 *w_scan-20130331 (15 Jun 2013)
38
39
40
41
42 1.1 media-tv/w_scan/w_scan-20140118.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/w_scan-20140118.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/w_scan-20140118.ebuild?rev=1.1&content-type=text/plain
46
47 Index: w_scan-20140118.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20140118.ebuild,v 1.1 2014/03/31 15:03:52 hd_brummy Exp $
52
53 EAPI=5
54
55 DESCRIPTION="Scan for DVB-C/DVB-T/DVB-S channels without prior knowledge of frequencies and modulations"
56 HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html"
57 SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="doc examples"
63
64 DEPEND=">=virtual/linuxtv-dvb-headers-5.3"
65 RDEPEND=""
66
67 src_install() {
68 emake DESTDIR="${D}" install
69
70 dodoc ChangeLog README
71
72 if use doc; then
73 dodoc doc/README.file_formats doc/README_VLC_DVB
74 fi
75
76 if use examples; then
77 docinto examples
78 dodoc doc/rotor.conf
79 fi
80 }