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-joystick: ChangeLog vdr-joystick-0.0.3.ebuild
Date: Sun, 23 Feb 2014 20:05:44
Message-Id: 20140223200539.D84CD2004C@flycatcher.gentoo.org
1 hd_brummy 14/02/23 20:05:39
2
3 Modified: ChangeLog vdr-joystick-0.0.3.ebuild
4 Log:
5 converted to vdr-plugin-2.eclass
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.3 media-plugins/vdr-joystick/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-joystick/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-joystick/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-joystick/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 29 Jan 2011 23:55:45 -0000 1.2
23 +++ ChangeLog 23 Feb 2014 20:05:39 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-plugins/vdr-joystick
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v 1.2 2011/01/29 23:55:45 hd_brummy Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v 1.3 2014/02/23 20:05:39 hd_brummy Exp $
30 +
31 + 23 Feb 2014; Joerg Bornkessel <hd_brummy@g.o>
32 + vdr-joystick-0.0.3.ebuild:
33 + converted to vdr-plugin-2.eclass
34 +
35
36 29 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
37 vdr-joystick-0.0.3.ebuild:
38
39
40
41 1.3 media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild?r1=1.2&r2=1.3
46
47 Index: vdr-joystick-0.0.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- vdr-joystick-0.0.3.ebuild 29 Jan 2011 23:55:45 -0000 1.2
54 +++ vdr-joystick-0.0.3.ebuild 23 Feb 2014 20:05:39 -0000 1.3
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild,v 1.2 2011/01/29 23:55:45 hd_brummy Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild,v 1.3 2014/02/23 20:05:39 hd_brummy Exp $
61
62 -EAPI="3"
63 +EAPI=5
64
65 -inherit vdr-plugin
66 +inherit vdr-plugin-2
67
68 DESCRIPTION="VDR plugin: allows using a joystick as a remote control for VDR."
69 HOMEPAGE="http://www.powarman.de/vdr_plugins.htm"
70 @@ -19,14 +19,14 @@
71 RDEPEND="${DEPEND}"
72
73 src_install() {
74 - vdr-plugin_src_install
75 + vdr-plugin-2_src_install
76
77 insinto /etc/vdr/plugins/joystick
78 doins "${FILESDIR}"/mapping.conf
79 }
80
81 pkg_postinst() {
82 - vdr-plugin_pkg_postinst
83 + vdr-plugin-2_pkg_postinst
84
85 echo
86 elog "To use the plugin your joystick has to be connected to your game port and its kernel module has to be loaded."