summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2009-06-03 13:05:12 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2009-06-03 13:05:12 +0000
commitcafff839b5e11ec4ec8a99853ebcec692c6ffb20 (patch)
treee7b7ff3cebb042a858fc3725a1c6b23120e84c0d /media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild
parentrevision bump to make it compatible with Baselayout 1, as reported by Stanisl... (diff)
downloadhistorical-cafff839b5e11ec4ec8a99853ebcec692c6ffb20.tar.gz
historical-cafff839b5e11ec4ec8a99853ebcec692c6ffb20.tar.bz2
historical-cafff839b5e11ec4ec8a99853ebcec692c6ffb20.zip
Version bumped.
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild')
-rw-r--r--media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild
new file mode 100644
index 000000000000..a055f38e72b7
--- /dev/null
+++ b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.1.0.ebuild,v 1.1 2009/06/03 13:05:12 zzam Exp $
+
+EAPI="2"
+
+inherit vdr-plugin eutils
+
+DESCRIPTION="VDR Plugin: displaying, recording and replaying teletext
+based subtitles"
+HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-ttxtsubs"
+SRC_URI="http://projects.vdr-developer.org/attachments/download/96/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.6.0[ttxtsubs]"
+RDEPEND="${DEPEND}"
+