Use https by default
[gentoo.git] / media-plugins / vdr-rcu / vdr-rcu-2.0.0.ebuild
1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI="5"
6
7 inherit vdr-plugin-2
8
9 DESCRIPTION="VDR plugin: Remote Control Unit consists mainly of an infrared receiver, controlled by a PIC 16C84"
10 HOMEPAGE="http://www.tvdr.de/remote.htm"
11 SRC_URI="mirror://gentoo/${P}.tar.gz
12                 https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.gz"
13
14 KEYWORDS="~amd64 ~x86"
15 SLOT="0"
16 LICENSE="GPL-2"
17 IUSE=""
18
19 DEPEND=">=media-video/vdr-2.0.0"
20 RDEPEND="${DEPEND}"