summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild')
-rw-r--r--media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
index 7e2534aa7fd5..d492d2509b93 100644
--- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
+++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild
@@ -1,15 +1,13 @@
-# 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"
@@ -18,8 +16,6 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${PN}
-
src_prepare() {
eautoreconf
}