diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-09-28 20:34:59 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-09-28 20:34:59 +0000 |
commit | 46f0d5e138e7e89953107c95d4f3b78f755cf535 (patch) | |
tree | 793c00b3a3c3e433e1500b266f459a1292a00b6b /media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild | |
parent | Version bump to 2.1 (Imported from breakmygentoo.net, big thanks to Peter Hym... (diff) | |
download | gentoo-2-46f0d5e138e7e89953107c95d4f3b78f755cf535.tar.gz gentoo-2-46f0d5e138e7e89953107c95d4f3b78f755cf535.tar.bz2 gentoo-2-46f0d5e138e7e89953107c95d4f3b78f755cf535.zip |
version bump
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild')
-rw-r--r-- | media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild new file mode 100644 index 000000000000..f3f5ed2099b3 --- /dev/null +++ b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild,v 1.1 2006/09/28 20:34:59 hd_brummy Exp $ + +inherit vdr-plugin + +IUSE="" +SLOT="0" + +DESCRIPTION="vdr Plugin: Shows the least recently used channels" +HOMEPAGE="http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/#zaphistory" +SRC_URI="http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/download/${P}.tgz" +LICENSE="GPL-2" + +KEYWORDS="~x86" + +DEPEND=">=media-video/vdr-1.3.34" + +PATCHES="${FILESDIR}/${PN}-0.9.4-fix-crash-no-info.diff" + |