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-noepg: metadata.xml ChangeLog vdr-noepg-0.0.4.ebuild
Date: Sun, 31 Mar 2013 17:20:54
Message-Id: 20130331172051.A26712171D@flycatcher.gentoo.org
1 hd_brummy 13/03/31 17:20:51
2
3 Added: metadata.xml ChangeLog vdr-noepg-0.0.4.ebuild
4 Log:
5 bump; initial on vdr-devel overlay
6
7 (Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-noepg/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-noepg/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-noepg/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-noepg/ChangeLog
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-noepg/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-noepg/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for media-plugins/vdr-noepg
37 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-noepg/ChangeLog,v 1.1 2013/03/31 17:20:51 hd_brummy Exp $
39
40 *vdr-noepg-0.0.4 (31 Mar 2013)
41
42 31 Mar 2013; Joerg Bornkessel <hd_brummy@g.o> +vdr-noepg-0.0.4.ebuild,
43 +metadata.xml:
44 bump; initial on vdr-devel overlay
45
46
47
48
49 1.1 media-plugins/vdr-noepg/vdr-noepg-0.0.4.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-noepg/vdr-noepg-0.0.4.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-noepg/vdr-noepg-0.0.4.ebuild?rev=1.1&content-type=text/plain
53
54 Index: vdr-noepg-0.0.4.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-noepg/vdr-noepg-0.0.4.ebuild,v 1.1 2013/03/31 17:20:51 hd_brummy Exp $
59
60 EAPI="4"
61
62 inherit vdr-plugin-2
63
64 DESCRIPTION="VDR Plugin: will replace the noepg-patch with the new cEpgHandler"
65 HOMEPAGE="https://github.com/flensrocker/vdr-plugin-noepg"
66 SRC_URI="https://github.com/flensrocker/vdr-plugin-noepg/archive/v${PV}.tar.gz
67 -> ${P}.tar.gz"
68
69 KEYWORDS="~amd64 ~x86"
70 SLOT="0"
71 LICENSE="GPL-2"
72 IUSE=""
73
74 DEPEND=">=media-video/vdr-2.0.0"
75 RDEPEND="${DEPEND}"
76
77 S="${WORKDIR}/vdr-plugin-${P}"