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: metadata.xml ChangeLog w_scan-20110702.ebuild
Date: Mon, 05 Sep 2011 15:49:46
Message-Id: 20110905154934.85DB52004C@flycatcher.gentoo.org
1 idl0r 11/09/05 15:49:34
2
3 Modified: metadata.xml ChangeLog
4 Added: w_scan-20110702.ebuild
5 Log:
6 Version bump to 20110702. Remove old patches. Fixes bug 322987 and bug 363505.
7
8 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 media-tv/w_scan/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 2 May 2009 13:43:32 -0000 1.4
24 +++ metadata.xml 5 Sep 2011 15:49:34 -0000 1.5
25 @@ -1,9 +1,8 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>media-tv</herd>
30 -<maintainer>
31 - <email>hd_brummy@g.o</email>
32 -</maintainer>
33 + <herd>media-tv</herd>
34 + <maintainer>
35 + <email>hd_brummy@g.o</email>
36 + </maintainer>
37 </pkgmetadata>
38 -
39
40
41
42 1.18 media-tv/w_scan/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.18&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.18&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/ChangeLog?r1=1.17&r2=1.18
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v
51 retrieving revision 1.17
52 retrieving revision 1.18
53 diff -u -r1.17 -r1.18
54 --- ChangeLog 27 Jan 2011 17:55:23 -0000 1.17
55 +++ ChangeLog 5 Sep 2011 15:49:34 -0000 1.18
56 @@ -1,6 +1,14 @@
57 # ChangeLog for media-tv/w_scan
58 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.17 2011/01/27 17:55:23 hd_brummy Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.18 2011/09/05 15:49:34 idl0r Exp $
61 +
62 +*w_scan-20110702 (05 Sep 2011)
63 +
64 + 05 Sep 2011; Christian Ruppert <idl0r@g.o> +w_scan-20110702.ebuild,
65 + -files/w_scan-20081106-build-and-path-fixes.patch,
66 + -files/w_scan-20090516-build-and-path-fixes.patch, metadata.xml:
67 + Version bump to 20110702. Remove old patches. Fixes bug 322987 and bug
68 + 363505.
69
70 27 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
71 -w_scan-20081106.ebuild, -w_scan-20090516.ebuild, w_scan-20101204.ebuild:
72
73
74
75 1.1 media-tv/w_scan/w_scan-20110702.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/w_scan-20110702.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/w_scan/w_scan-20110702.ebuild?rev=1.1&content-type=text/plain
79
80 Index: w_scan-20110702.ebuild
81 ===================================================================
82 # Copyright 1999-2011 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20110702.ebuild,v 1.1 2011/09/05 15:49:34 idl0r Exp $
85
86 EAPI="2"
87
88 DESCRIPTION="Scan for DVB-C/DVB-T/DVB-S channels without prior knowledge of frequencies and modulations"
89 HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html"
90 SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2"
91
92 LICENSE="GPL-2"
93 SLOT="0"
94 KEYWORDS="~amd64 ~x86"
95 IUSE="doc examples"
96
97 DEPEND="~media-tv/linuxtv-dvb-headers-5"
98 RDEPEND=""
99
100 src_install() {
101 emake install DESTDIR="${D}" || die "emake install failed"
102
103 insinto /usr/share/w_scan
104 doins {pci,usb}.ids {pci,usb}.classes
105
106 dodoc ChangeLog README
107
108 if use doc; then
109 dodoc doc/README.file_formats doc/README_VLC_DVB
110 fi
111
112 if use examples; then
113 docinto examples
114 dodoc doc/rotor.conf
115 fi
116 }