diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-05-05 16:09:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-05-05 16:09:27 +0000 |
commit | 47261e9b663a17283dfeadb32d3db6edb228a885 (patch) | |
tree | 3730da80dffa1b01778838b04fdd24e5d7a68e39 /media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild | |
parent | Version bump. I've included a small patch from GIT that fixes an off-by-one (diff) | |
download | historical-47261e9b663a17283dfeadb32d3db6edb228a885.tar.gz historical-47261e9b663a17283dfeadb32d3db6edb228a885.tar.bz2 historical-47261e9b663a17283dfeadb32d3db6edb228a885.zip |
Added translation stub, to no longer fill logs with useless notices about missing translations, thanks to Sebastian Kemper <sebastian_ml@gmx.net>.
Package-Manager: portage-2.1.2.6
Diffstat (limited to 'media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild')
-rw-r--r-- | media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild b/media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild new file mode 100644 index 000000000000..27ac7717b086 --- /dev/null +++ b/media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-director/vdr-director-0.2.8-r1.ebuild,v 1.1 2007/05/05 16:09:27 zzam Exp $ + +inherit vdr-plugin + +DESCRIPTION="VDR Plugin: Director - use the multifeed option of some Premiere channels - Plugin" +HOMEPAGE="http://www.wontorra.net/staticpages/index.php?page=director" +SRC_URI="http://www.wontorra.net/filemgmt_data/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.3.34" + +PATCHES="${FILESDIR}/${P}-i18n-addendum.diff" + |