summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-04-28 19:02:07 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-04-28 19:02:07 +0000
commit4065ac157b440f9c9b8426260c64ee4f6efdcee2 (patch)
tree0f46c6d1818a7b79d67fed81176ed5f59835d744 /media-plugins
parentKeyworded on alpha, bug #219456 (diff)
downloadgentoo-2-4065ac157b440f9c9b8426260c64ee4f6efdcee2.tar.gz
gentoo-2-4065ac157b440f9c9b8426260c64ee4f6efdcee2.tar.bz2
gentoo-2-4065ac157b440f9c9b8426260c64ee4f6efdcee2.zip
Version bumped.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-launcher/ChangeLog10
-rw-r--r--media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild16
2 files changed, 24 insertions, 2 deletions
diff --git a/media-plugins/vdr-launcher/ChangeLog b/media-plugins/vdr-launcher/ChangeLog
index 906c7f9ac07c..f87129bd6c10 100644
--- a/media-plugins/vdr-launcher/ChangeLog
+++ b/media-plugins/vdr-launcher/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-launcher
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/ChangeLog,v 1.3 2007/04/17 12:41:59 zzam Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-launcher/ChangeLog,v 1.4 2008/04/28 19:02:07 zzam Exp $
+
+*vdr-launcher-0.0.4 (28 Apr 2008)
+
+ 28 Apr 2008; Matthias Schwarzott <zzam@gentoo.org>
+ +vdr-launcher-0.0.4.ebuild:
+ Version bumped.
17 Apr 2007; Matthias Schwarzott <zzam@gentoo.org> files/rc-addon.sh:
Removed bash specific stuff.
diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
new file mode 100644
index 000000000000..dc27c3ec55d5
--- /dev/null
+++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2003-2008 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.1 2008/04/28 19:02:07 zzam Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hidden"
+HOMEPAGE="http://people.freenet.de/cwieninger/html/vdr-launcher.html"
+SRC_URI="http://winni.vdr-developer.org/launcher/downloads/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.3.7"