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-20090502.ebuild
Date: Sat, 02 May 2009 18:28:43
Message-Id: E1M0Jx0-0007VD-81@stork.gentoo.org
1 hd_brummy 09/05/02 18:28:38
2
3 Modified: ChangeLog
4 Added: w_scan-20090502.ebuild
5 Log:
6 new developer branch
7 (Portage version: 2.1.6.11/cvs/Linux i686, RepoMan options: --force)
8
9 Revision Changes Path
10 1.10 media-tv/w_scan/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 2 May 2009 13:43:32 -0000 1.9
23 +++ ChangeLog 2 May 2009 18:28:38 -0000 1.10
24 @@ -1,6 +1,13 @@
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.9 2009/05/02 13:43:32 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.10 2009/05/02 18:28:38 hd_brummy Exp $
29 +
30 +*w_scan-20090502 (02 May 2009)
31 +
32 + 02 May 2009; Joerg Bornkessel <hd_brummy@g.o>
33 + +w_scan-20090502.ebuild,
34 + +files/w_scan-20090502-build-and-path-fixes.patch:
35 + new developer branch
36
37 02 May 2009; Joerg Bornkessel <hd_brummy@g.o>
38 w_scan-20081106.ebuild, metadata.xml:
39
40
41
42 1.1 media-tv/w_scan/w_scan-20090502.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/w_scan-20090502.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/w_scan-20090502.ebuild?rev=1.1&content-type=text/plain
46
47 Index: w_scan-20090502.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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-20090502.ebuild,v 1.1 2009/05/02 18:28:38 hd_brummy Exp $
52
53 EAPI="2"
54
55 inherit eutils
56
57 DESCRIPTION="Scan for DVB-C/DVB-T/DVB-C channels without prior knowledge of frequencies and modulations"
58 HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html"
59 SRC_URI="http://wirbel.htpc-forum.de/w_scan/dev/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 DEPEND="media-tv/linuxtv-dvb-headers"
67 RDEPEND="${DEPEND}
68 >=sys-kernel/linux-headers-2.6.29"
69
70 src_prepare() {
71 epatch "${FILESDIR}/${P}-build-and-path-fixes.patch"
72 emake clean || die "emake clean failed"
73 }
74
75 src_install() {
76 emake install DESTDIR="${D}" || die "emake install failed"
77 dodoc README
78 }
79
80 pkg_postinst() {
81 echo
82 elog "This is a new developer branch an need some tests"
83 elog "with different DVB-S Cards, LNB's, diseqc switches ..."
84 echo
85 elog "https://bugs.gentoo.org/show_bug.cgi?id=268320"
86 }