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-permashift: metadata.xml ChangeLog vdr-permashift-0.5.1.ebuild
Date: Sun, 31 Mar 2013 13:07:03
Message-Id: 20130331130659.417002171D@flycatcher.gentoo.org
1 hd_brummy 13/03/31 13:06:59
2
3 Added: metadata.xml ChangeLog vdr-permashift-0.5.1.ebuild
4 Log:
5 bump
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-permashift/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-permashift/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-permashift/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 <longdescription lang="en">
26 </longdescription>
27 </pkgmetadata>
28
29
30
31
32 1.1 media-plugins/vdr-permashift/ChangeLog
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-permashift/ChangeLog?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-permashift/ChangeLog?rev=1.1&content-type=text/plain
36
37 Index: ChangeLog
38 ===================================================================
39 # ChangeLog for media-plugins/vdr-permashift
40 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
41 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/ChangeLog,v 1.1 2013/03/31 13:06:59 hd_brummy Exp $
42
43 *vdr-permashift-0.5.1 (31 Mar 2013)
44
45 31 Mar 2013; Joerg Bornkessel <hd_brummy@g.o>
46 +vdr-permashift-0.5.1.ebuild, +files/permashift.mk, +metadata.xml:
47 bump
48
49
50
51
52 1.1 media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild?rev=1.1&content-type=text/plain
56
57 Index: vdr-permashift-0.5.1.ebuild
58 ===================================================================
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-permashift/vdr-permashift-0.5.1.ebuild,v 1.1 2013/03/31 13:06:59 hd_brummy Exp $
62
63 EAPI="5"
64
65 inherit vdr-plugin-2
66
67 DESCRIPTION="VDR Plugin: permanent timeshift by recording live TV on hard disk"
68 HOMEPAGE="http://ein-eike.de/vdr-plugin-permashift-english/"
69 SRC_URI="http://ein-eike.de/wordpress/wp-content/uploads/2013/01/permashift-${PV}.tar.gz"
70
71 LICENSE="GPL-2"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE=""
75
76 DEPEND=">=media-video/vdr-1.7.38[permashift]"
77 RDEPEND="${DEPEND}"
78
79 S="${WORKDIR}/${VDRPLUGIN}"
80
81 src_prepare() {
82 cp "${FILESDIR}/${VDRPLUGIN}.mk" "${S}"/Makefile
83
84 vdr-plugin-2_src_prepare
85 }