Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
-inherit git-2 autotools multilib
-
-EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
+inherit autotools multilib git-r3
DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend"
HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git"
KEYWORDS=""
LICENSE="GPL-2"
SLOT="0"
DEPEND=""
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}
-
src_prepare() {
eautoreconf
}