media-plugins/vdr-mount: fixed SRC_URI
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 Dec 2019 18:43:25 +0000 (19:43 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 Dec 2019 19:01:07 +0000 (20:01 +0100)
Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild

index 69807aec7c672d7da3cc4128fe38ba998cebc862..28fce1fb6fb78cff9a7fbb1ec105425bd5d6dd3a 100644 (file)
@@ -1,20 +1,20 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR plugin: (Un)Mount removable media via osd"
 HOMEPAGE="http://www.vdr-wiki.de/wiki/index.php/Mount-plugin"
-SRC_URI="http://homepages.physik.uni-muenchen.de/~Felix.Rauscher/${P}.tgz"
+SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz"
 
 KEYWORDS="~amd64 ~x86"
 SLOT="0"
 LICENSE="GPL-2"
 IUSE=""
 
-DEPEND=">=media-video/vdr-1.2.6"
+DEPEND="media-video/vdr"
 
 PATCHES=("${FILESDIR}/${P}-makefile-fix.diff")