diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 20:27:12 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 21:01:02 +0100 |
commit | 6f2f98244d909a9dfdf64ee6c7ea19eead0ce994 (patch) | |
tree | 2349461b9c2e625be8ee70e9f404e52e70dbda15 /media-plugins | |
parent | media-plugins/vdr-pilotskin: fixed HOMEPAGE, SRC_URI (diff) | |
download | gentoo-6f2f98244d909a9dfdf64ee6c7ea19eead0ce994.tar.gz gentoo-6f2f98244d909a9dfdf64ee6c7ea19eead0ce994.tar.bz2 gentoo-6f2f98244d909a9dfdf64ee6c7ea19eead0ce994.zip |
media-plugins/vdr-proxy: fixed HOMEPAGE, 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')
-rw-r--r-- | media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild b/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild index c7a945de01ef..107471259664 100644 --- a/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild +++ b/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit vdr-plugin-2 -IUSE="" -SLOT="0" - DESCRIPTION="VDR Plugin: enable grouping of menu entries, online load/unload" -HOMEPAGE="http://urichter.cjb.net/vdr/?h=proxy" -SRC_URI="http://www.mathematik.uni-kassel.de/~urichter/vdr/files/${P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" +SLOT="0" DEPEND=">=media-video/vdr-1.3.23" |