diff options
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-joystick/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild | 12 |
2 files changed, 13 insertions, 8 deletions
diff --git a/media-plugins/vdr-joystick/ChangeLog b/media-plugins/vdr-joystick/ChangeLog index 830012e5a54c..e5743c25d6f8 100644 --- a/media-plugins/vdr-joystick/ChangeLog +++ b/media-plugins/vdr-joystick/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/vdr-joystick -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v 1.2 2011/01/29 23:55:45 hd_brummy Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v 1.3 2014/02/23 20:05:39 hd_brummy Exp $ + + 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> + vdr-joystick-0.0.3.ebuild: + converted to vdr-plugin-2.eclass + 29 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-joystick-0.0.3.ebuild: diff --git a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild index 9d443f29fd90..4472b62df2ea 100644 --- a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild +++ b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ -EAPI="3" +EAPI=5 -inherit vdr-plugin +inherit vdr-plugin-2 DESCRIPTION="VDR plugin: allows using a joystick as a remote control for VDR." HOMEPAGE="http://www.powarman.de/vdr_plugins.htm" @@ -19,14 +19,14 @@ DEPEND=">=media-video/vdr-1.4.6" RDEPEND="${DEPEND}" src_install() { - vdr-plugin_src_install + vdr-plugin-2_src_install insinto /etc/vdr/plugins/joystick doins "${FILESDIR}"/mapping.conf } pkg_postinst() { - vdr-plugin_pkg_postinst + vdr-plugin-2_pkg_postinst echo elog "To use the plugin your joystick has to be connected to your game port and its kernel module has to be loaded." |