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-plugins/vdr-dvbhddevice: vdr-dvbhddevice-0.0.8_p20130302.ebuild metadata.xml ChangeLog
Date: Sun, 31 Mar 2013 11:53:39
Message-Id: 20130331115335.C98792171D@flycatcher.gentoo.org
1 hd_brummy 13/03/31 11:53:35
2
3 Added: vdr-dvbhddevice-0.0.8_p20130302.ebuild metadata.xml
4 ChangeLog
5 Log:
6 new package
7
8 (Portage version: 2.1.11.50/cvs/Linux i686, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild?rev=1.1&content-type=text/plain
15
16 Index: vdr-dvbhddevice-0.0.8_p20130302.ebuild
17 ===================================================================
18 # Copyright 1999-2013 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild,v 1.1 2013/03/31 11:53:35 hd_brummy Exp $
21
22 EAPI="5"
23
24 inherit vdr-plugin-2
25
26 HG_REVISION="946fc7bd41fa"
27 HG_REVISION_DATE="20130302"
28
29 DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
30 S2-6400 DVB Card"
31 HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
32 SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
33 -> dvbhddevice-0.0.8_p${HG_REVISION_DATE}.tar.gz"
34
35 KEYWORDS="~x86 ~amd64"
36 SLOT="0"
37 LICENSE="GPL-2"
38 IUSE=""
39
40 DEPEND=">=media-video/vdr-1.7.38"
41 RDEPEND="${DEPEND}"
42
43 S="${WORKDIR}/dvbhddevice-${HG_REVISION}"
44
45 src_prepare() {
46 vdr-plugin-2_src_prepare
47
48 fix_vdr_libsi_include dvbhdffdevice.c
49 }
50
51 src_install() {
52 vdr-plugin-2_src_install
53
54 doheader dvbhdffdevice.h hdffcmd.h
55
56 insinto /usr/include/libhdffcmd
57 doins libhdffcmd/*.h
58 }
59
60
61
62 1.1 media-plugins/vdr-dvbhddevice/metadata.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/metadata.xml?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/metadata.xml?rev=1.1&content-type=text/plain
66
67 Index: metadata.xml
68 ===================================================================
69 <?xml version="1.0" encoding="UTF-8"?>
70 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 <pkgmetadata>
72 <herd>media-tv</herd>
73 <maintainer>
74 <email>vdr@g.o</email>
75 <name>Gentoo VDR Project</name>
76 </maintainer>
77 </pkgmetadata>
78
79
80
81 1.1 media-plugins/vdr-dvbhddevice/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog?rev=1.1&content-type=text/plain
85
86 Index: ChangeLog
87 ===================================================================
88 # ChangeLog for media-plugins/vdr-dvbhddevice
89 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
90 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbhddevice/ChangeLog,v 1.1 2013/03/31 11:53:35 hd_brummy Exp $
91
92 *vdr-dvbhddevice-0.0.8_p20130302 (31 Mar 2013)
93
94 31 Mar 2013; Joerg Bornkessel <hd_brummy@g.o>
95 +vdr-dvbhddevice-0.0.8_p20130302.ebuild, +metadata.xml:
96 new package