summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2009-06-03 12:15:12 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2009-06-03 12:15:12 +0000
commit98fa6e4b5c370248c43c477040c7c1f1ebd9b931 (patch)
tree3f06bb5aed4441c55c9e6dd0e682b61de5300f20 /media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild
parentRemove unused libffi patch. (diff)
downloadgentoo-2-98fa6e4b5c370248c43c477040c7c1f1ebd9b931.tar.gz
gentoo-2-98fa6e4b5c370248c43c477040c7c1f1ebd9b931.tar.bz2
gentoo-2-98fa6e4b5c370248c43c477040c7c1f1ebd9b931.zip
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild')
-rw-r--r--media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild b/media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild
new file mode 100644
index 000000000000..f7ed39c73e01
--- /dev/null
+++ b/media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdteletext/vdr-osdteletext-0.8.3.ebuild,v 1.1 2009/06/03 12:15:12 zzam Exp ${VDRPLUGIN}/vdr-${VDRPLUGIN}-0.3.1.ebuild,v 1.1 2003/05/13 09:39:19 fow0ryl Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR Plugin: Osd-Teletext displays the teletext on the OSD"
+HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-osdteletext"
+SRC_URI="http://projects.vdr-developer.org/attachments/download/116/${P}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.5.7"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ vdr-plugin_src_install
+
+ # create the teletext directory
+ diropts -m755 -ovdr -gvdr
+ keepdir /var/cache/${VDRPLUGIN}
+}