summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-04 15:22:42 +0100
committerlado <herrlado@gmail.com>2011-11-04 15:22:42 +0100
commit5bcb4b7b1c38727f913aa385b175988177cc3f6b (patch)
treebb9e613da5a0a9d10be3d4f61ec7b58fccc92d3d
parent51f4ae469eb0048742090d09df5a60973810c394 (diff)
downloadvdr-plugin-chanman-5bcb4b7b1c38727f913aa385b175988177cc3f6b.tar.gz
vdr-plugin-chanman-5bcb4b7b1c38727f913aa385b175988177cc3f6b.tar.bz2
prepare ebuild for 0.0.9
-rw-r--r--ebuild/vdr-chanman-0.0.9.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/ebuild/vdr-chanman-0.0.9.ebuild b/ebuild/vdr-chanman-0.0.9.ebuild
new file mode 100644
index 0000000..235c56e
--- /dev/null
+++ b/ebuild/vdr-chanman-0.0.9.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-chanman/vdr-chanman-0.0.6.ebuild,v 1.4 2011/01/28 21:21:05 mr_bones_ Exp $
+
+EAPI="3"
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR plugin: change channel with a multi level choice."
+HOMEPAGE="http://projects.vdr-developer.org/projects/plg-chanman/wiki"
+SRC_URI="http://www.messinalug.org/${PN}/download/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.4.6"
+RDEPEND="${DEPEND}"