summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-15 19:43:25 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-15 20:01:07 +0100
commit0c1a81570bab660babc8e42ea35b1b8f41bfa4e7 (patch)
tree640d9201e4ab350e8eed4de947886e8d179b3943 /media-plugins/vdr-mount
parentmedia-plugins/vdr-exec: fixed HOMEPAGE, SRC_URI (diff)
downloadgentoo-0c1a81570bab660babc8e42ea35b1b8f41bfa4e7.tar.gz
gentoo-0c1a81570bab660babc8e42ea35b1b8f41bfa4e7.tar.bz2
gentoo-0c1a81570bab660babc8e42ea35b1b8f41bfa4e7.zip
media-plugins/vdr-mount: fixed SRC_URI
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>
Diffstat (limited to 'media-plugins/vdr-mount')
-rw-r--r--media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
index 69807aec7c67..28fce1fb6fb7 100644
--- a/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
+++ b/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
@@ -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")