Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/w_scan: metadata.xml ChangeLog w_scan-20080105.ebuild
Date: Wed, 02 Apr 2008 14:38:59
Message-Id: E1Jh476-0007Zz-44@stork.gentoo.org
1 coldwind 08/04/02 14:38:56
2
3 Modified: metadata.xml ChangeLog
4 Added: w_scan-20080105.ebuild
5 Log:
6 Version bump wrt bug #215761, fixed paths and honour CFLAGS, LDFLAGS and CC. Add me as maintainer.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 media-tv/w_scan/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 19 Sep 2006 11:03:27 -0000 1.1
23 +++ metadata.xml 2 Apr 2008 14:38:55 -0000 1.2
24 @@ -3,7 +3,7 @@
25 <pkgmetadata>
26 <herd>media-tv</herd>
27 <maintainer>
28 -<email>media-tv@g.o</email>
29 + <email>coldwind@g.o</email>
30 </maintainer>
31 </pkgmetadata>
32
33
34
35
36 1.5 media-tv/w_scan/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.5&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?rev=1.5&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/ChangeLog?r1=1.4&r2=1.5
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v
45 retrieving revision 1.4
46 retrieving revision 1.5
47 diff -u -r1.4 -r1.5
48 --- ChangeLog 13 Mar 2007 12:00:42 -0000 1.4
49 +++ ChangeLog 2 Apr 2008 14:38:55 -0000 1.5
50 @@ -1,6 +1,14 @@
51 # ChangeLog for media-tv/w_scan
52 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.4 2007/03/13 12:00:42 zzam Exp $
54 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
55 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.5 2008/04/02 14:38:55 coldwind Exp $
56 +
57 +*w_scan-20080105 (02 Apr 2008)
58 +
59 + 02 Apr 2008; Santiago M. Mola <coldwind@g.o>
60 + +files/w_scan-20080105-build-and-path-fixes.patch, metadata.xml,
61 + +w_scan-20080105.ebuild:
62 + Version bump wrt bug #215761, fixed paths and honour CFLAGS, LDFLAGS and
63 + CC.
64
65 13 Mar 2007; Matthias Schwarzott <zzam@g.o> w_scan-20060903.ebuild:
66 Marked stable on x86.
67
68
69
70 1.1 media-tv/w_scan/w_scan-20080105.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/w_scan-20080105.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/w_scan/w_scan-20080105.ebuild?rev=1.1&content-type=text/plain
74
75 Index: w_scan-20080105.ebuild
76 ===================================================================
77 # Copyright 1999-2008 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20080105.ebuild,v 1.1 2008/04/02 14:38:55 coldwind Exp $
80
81 inherit eutils
82
83 DESCRIPTION="Scan for DVB-C/DVB-T channels without prior knowledge of frequencies and modulations - can also create a file in vdr-format"
84 HOMEPAGE="http://free.pages.at/wirbel4vdr/w_scan/index2.html"
85 SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2"
86
87 LICENSE="GPL-2"
88 SLOT="0"
89 KEYWORDS="~amd64 ~x86"
90 IUSE=""
91
92 DEPEND="media-tv/linuxtv-dvb-headers"
93 RDEPEND=""
94
95 src_unpack() {
96 unpack ${A}
97 cd "${S}"
98 epatch "${FILESDIR}/${P}-build-and-path-fixes.patch"
99 emake clean || die "emake clean failed"
100 }
101
102 src_install() {
103 emake install DESTDIR="${D}" || die "emake install failed"
104 dodoc README
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list