diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-03-06 05:47:05 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-03-06 05:47:05 +0000 |
commit | 0b91b117b6a1301b5d7c682e4151afe621dc4a51 (patch) | |
tree | 533a1bedf8365ff0fb5b44fe6d22ce369831f016 /media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild | |
parent | Stable on ppc and amd64 (diff) | |
download | gentoo-2-0b91b117b6a1301b5d7c682e4151afe621dc4a51.tar.gz gentoo-2-0b91b117b6a1301b5d7c682e4151afe621dc4a51.tar.bz2 gentoo-2-0b91b117b6a1301b5d7c682e4151afe621dc4a51.zip |
Version bumped. This fixes a crash in EPG command 'mark as already recorded'.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild')
-rw-r--r-- | media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild b/media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild new file mode 100644 index 000000000000..ac2db7f6de8c --- /dev/null +++ b/media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-epgsearch/vdr-epgsearch-0.9.14a.ebuild,v 1.1 2006/03/06 05:47:05 zzam Exp $ + +inherit vdr-plugin + +DESCRIPTION="Video Disk Recorder epgsearch plugin" +HOMEPAGE="http://www.cwieninger.de.vu/html/vdr-epg-search.html" +SRC_URI="http://people.freenet.de/cwieninger/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=media-video/vdr-1.3.7" + |