diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-11 23:15:21 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-11 23:16:26 +0100 |
commit | 36e49647b63509c7a0c8f175db877d1f63c51dba (patch) | |
tree | 57c87c8f9cec2106f34316c134895295aba1f54e /media-video | |
parent | media-plugins/vdr-weatherng: fixed dead mirror://vdrfiles (diff) | |
download | gentoo-36e49647b63509c7a0c8f175db877d1f63c51dba.tar.gz gentoo-36e49647b63509c7a0c8f175db877d1f63c51dba.tar.bz2 gentoo-36e49647b63509c7a0c8f175db877d1f63c51dba.zip |
media-video/m2vrequantizer: fixed dead mirror://vdrfiles
eapi=7
added new src_uri to fix dead mirror
Bug: https://bugs.gentoo.org/695898
Closes: https://bugs.gentoo.org/695898
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild index e53d8d04db30..598503bc3dcf 100644 --- a/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild +++ b/media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.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 @@ -9,7 +9,7 @@ MY_P="${PN/m2vr/M2VR}-20060306" DESCRIPTION="Tool to requantize mpeg2 videos" HOMEPAGE="http://www.metakine.com/products/dvdremaster/modules.html" -SRC_URI="mirror://vdrfiles/requant/${MY_P}.tgz" +SRC_URI="http://vdr.websitec.de/download/${PN}/M2VRequantizer-20060306.tgz" KEYWORDS="~amd64 x86" SLOT="0" |