Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/w_scan: w_scan-20120415.ebuild ChangeLog w_scan-20120112.ebuild
Date: Mon, 30 Apr 2012 19:35:49
Message-Id: 20120430193536.64FFB2004B@flycatcher.gentoo.org
1 idl0r 12/04/30 19:35:36
2
3 Modified: ChangeLog
4 Added: w_scan-20120415.ebuild
5 Removed: w_scan-20120112.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.27 media-tv/w_scan/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.27&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.27&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?r1=1.26&r2=1.27
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v
21 retrieving revision 1.26
22 retrieving revision 1.27
23 diff -u -r1.26 -r1.27
24 --- ChangeLog 15 Feb 2012 18:20:07 -0000 1.26
25 +++ ChangeLog 30 Apr 2012 19:35:36 -0000 1.27
26 @@ -1,6 +1,12 @@
27 # ChangeLog for media-tv/w_scan
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.26 2012/02/15 18:20:07 hd_brummy Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.27 2012/04/30 19:35:36 idl0r Exp $
31 +
32 +*w_scan-20120415 (30 Apr 2012)
33 +
34 + 30 Apr 2012; Christian Ruppert <idl0r@g.o> -w_scan-20120112.ebuild,
35 + +w_scan-20120415.ebuild:
36 + Version bump
37
38 15 Feb 2012; Joerg Bornkessel <hd_brummy@g.o> w_scan-20110702.ebuild,
39 w_scan-20120112.ebuild, w_scan-20120128.ebuild:
40
41
42
43 1.1 media-tv/w_scan/w_scan-20120415.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/w_scan-20120415.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/w_scan-20120415.ebuild?rev=1.1&content-type=text/plain
47
48 Index: w_scan-20120415.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20120415.ebuild,v 1.1 2012/04/30 19:35:36 idl0r Exp $
53
54 EAPI="4"
55
56 DESCRIPTION="Scan for DVB-C/DVB-T/DVB-S 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="doc examples"
64
65 DEPEND=">=virtual/linuxtv-dvb-headers-5.3"
66 RDEPEND=""
67
68 S="${WORKDIR}"
69
70 src_install() {
71 emake install DESTDIR="${D}" || die "emake install failed"
72
73 dodoc ChangeLog README
74
75 if use doc; then
76 dodoc doc/README.file_formats doc/README_VLC_DVB
77 fi
78
79 if use examples; then
80 docinto examples
81 dodoc doc/rotor.conf
82 fi
83 }