diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 19:30:02 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 20:01:03 +0100 |
commit | 89c371e538a35ffdf3d00bf36cdffe11148e183c (patch) | |
tree | 93b9b1978f18a582c6302c4ac8914d94cf72075f /media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild | |
parent | dev-libs/libburn: Version bump libburn-1.5.2_p1. (diff) | |
download | gentoo-89c371e538a35ffdf3d00bf36cdffe11148e183c.tar.gz gentoo-89c371e538a35ffdf3d00bf36cdffe11148e183c.tar.bz2 gentoo-89c371e538a35ffdf3d00bf36cdffe11148e183c.zip |
media-plugins/vdr-calc: HOMEPAGE, SRC_URI fixed
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-calc/vdr-calc-0.0.1_rc5.ebuild')
-rw-r--r-- | media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild b/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild index 36e6dc34c389..4b8c51e500ad 100644 --- a/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild +++ b/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit vdr-plugin-2 DESCRIPTION="VDR Plugin: OSD Calculator" -HOMEPAGE="http://www.vdrcalc.bmschneider.de/index2.html" -SRC_URI="http://www.vdrcalc.bmschneider.de/dateien/${PN}-0[1].0.1-rc5.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${PN}-0[1].0.1-rc5.tgz" KEYWORDS="~amd64 x86" SLOT="0" |