diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-05-16 14:03:00 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-05-16 14:03:00 +0000 |
commit | be317f13217701d789661062084642920b7d2fb6 (patch) | |
tree | 65b2fff60ad203c6538b8ac1e18ae1ba9759aede /media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild | |
parent | fixes bug #132382 (diff) | |
download | historical-be317f13217701d789661062084642920b7d2fb6.tar.gz historical-be317f13217701d789661062084642920b7d2fb6.tar.bz2 historical-be317f13217701d789661062084642920b7d2fb6.zip |
Version bumped.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild')
-rw-r--r-- | media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild b/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild new file mode 100644 index 000000000000..8cf56a01c847 --- /dev/null +++ b/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 2003-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-0.0.3.ebuild,v 1.1 2006/05/16 14:03:00 zzam Exp $ + +IUSE="" + +inherit vdr-plugin eutils + +DESCRIPTION="VDR plugin: Show a history of the last OSD message" +HOMEPAGE="http://joachim-wilke.de/vdr-mlist.htm" +SRC_URI="http://joachim-wilke.de/vdr-mlist/${P}.tgz" +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" + +DEPEND=">=media-video/vdr-1.3.30" + |