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-dvbsddevice: metadata.xml ChangeLog vdr-dvbsddevice-2.0.0.ebuild
Date: Sun, 31 Mar 2013 12:04:13
Message-Id: 20130331120408.D1A6F2171D@flycatcher.gentoo.org
1 hd_brummy 13/03/31 12:04:08
2
3 Added: metadata.xml ChangeLog vdr-dvbsddevice-2.0.0.ebuild
4 Log:
5 new package
6
7 (Portage version: 2.1.11.50/cvs/Linux i686, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-dvbsddevice/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbsddevice/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbsddevice/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>media-tv</herd>
21 <maintainer>
22 <email>vdr@g.o</email>
23 <name>Gentoo VDR Project</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29 1.1 media-plugins/vdr-dvbsddevice/ChangeLog
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbsddevice/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbsddevice/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for media-plugins/vdr-dvbsddevice
37 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbsddevice/ChangeLog,v 1.1 2013/03/31 12:04:08 hd_brummy Exp $
39
40 *vdr-dvbsddevice-2.0.0 (31 Mar 2013)
41
42 31 Mar 2013; Joerg Bornkessel <hd_brummy@g.o>
43 +vdr-dvbsddevice-2.0.0.ebuild, +metadata.xml:
44 new package
45
46
47
48
49 1.1 media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.0.0.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.0.0.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.0.0.ebuild?rev=1.1&content-type=text/plain
53
54 Index: vdr-dvbsddevice-2.0.0.ebuild
55 ===================================================================
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-dvbsddevice/vdr-dvbsddevice-2.0.0.ebuild,v 1.1 2013/03/31 12:04:08 hd_brummy Exp $
59
60 EAPI="5"
61
62 inherit vdr-plugin-2
63
64 DESCRIPTION="VDR Plugin: output device for the 'Full Featured' SD DVB Card"
65 HOMEPAGE="http://www.tvdr.de/"
66 SRC_URI="http://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.gz"
67
68 KEYWORDS="~x86 ~amd64"
69 SLOT="0"
70 LICENSE="GPL-2"
71 IUSE=""
72
73 DEPEND=">=media-video/vdr-1.7.36"
74 RDEPEND="${DEPEND}"
75
76 src_install() {
77 vdr-plugin-2_src_install
78
79 doheader "${S}"/dvbsdffdevice.h
80 }