diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2013-03-31 16:08:53 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2013-03-31 16:08:53 +0000 |
commit | d790edf4fb0adbbda703cc9e36313d85a142b152 (patch) | |
tree | 434a31ebc310e6ee92440759a4f065fc0f9c99b6 /media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild | |
parent | Stable for amd64, wrt bug #462890 (diff) | |
download | gentoo-2-d790edf4fb0adbbda703cc9e36313d85a142b152.tar.gz gentoo-2-d790edf4fb0adbbda703cc9e36313d85a142b152.tar.bz2 gentoo-2-d790edf4fb0adbbda703cc9e36313d85a142b152.zip |
bump
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild')
-rw-r--r-- | media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild b/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild new file mode 100644 index 000000000000..8acb9219472c --- /dev/null +++ b/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-remote/vdr-remote-0.5.0.ebuild,v 1.1 2013/03/31 16:08:53 hd_brummy Exp $ + +EAPI="5" + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: use various devices for controlling vdr (keyboards, lirc, remotes bundled with tv-cards)" +HOMEPAGE="http://www.escape-edv.de/endriss/vdr/" +SRC_URI="http://www.escape-edv.de/endriss/vdr/${P}.tgz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.7.35" +RDEPEND="${DEPEND}" |