summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-02-23 20:11:03 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-02-23 20:11:03 +0000
commit6c73da53758c60c5f9bf1116c720befc6dee80a0 (patch)
tree84cdda560e2bc0f934fa87778325f15e8904a3e0 /media-plugins/vdr-launcher
parentadd ~arm, bug #500844 (diff)
downloadgentoo-2-6c73da53758c60c5f9bf1116c720befc6dee80a0.tar.gz
gentoo-2-6c73da53758c60c5f9bf1116c720befc6dee80a0.tar.bz2
gentoo-2-6c73da53758c60c5f9bf1116c720befc6dee80a0.zip
converted to vdr-plugin-2.eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-launcher')
-rw-r--r--media-plugins/vdr-launcher/ChangeLog9
-rw-r--r--media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild8
2 files changed, 11 insertions, 6 deletions
diff --git a/media-plugins/vdr-launcher/ChangeLog b/media-plugins/vdr-launcher/ChangeLog
index 9db79c08ffc7..0a3debe1a066 100644
--- a/media-plugins/vdr-launcher/ChangeLog
+++ b/media-plugins/vdr-launcher/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-launcher
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/ChangeLog,v 1.6 2011/01/30 00:24:21 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/ChangeLog,v 1.7 2014/02/23 20:11:03 hd_brummy Exp $
+
+ 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-launcher-0.0.4.ebuild:
+ converted to vdr-plugin-2.eclass
+
30 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
vdr-launcher-0.0.4.ebuild:
diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
index 33039287bee9..c3c98b5b0384 100644
--- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
+++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.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-launcher/vdr-launcher-0.0.4.ebuild,v 1.3 2011/01/30 00:24:21 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild,v 1.4 2014/02/23 20:11:03 hd_brummy Exp $
-EAPI="3"
+EAPI=5
-inherit vdr-plugin
+inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hidden"
HOMEPAGE="http://people.freenet.de/cwieninger/html/vdr-launcher.html"