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