media-plugins/xbmc-addon-xvdr: Migrate to git-r3 eclass
authorJohannes Huber <johu@gentoo.org>
Wed, 30 May 2018 21:34:30 +0000 (23:34 +0200)
committerJohannes Huber <johu@gentoo.org>
Wed, 30 May 2018 21:36:37 +0000 (23:36 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild

index 7e2534aa7fd50dd18cd9f8f17691972eeb3732bf..d492d2509b93432b58087cfcea2f3c240897b61f 100644 (file)
@@ -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
 }