From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 186FC138334 for ; Wed, 11 Dec 2019 22:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D60DE08B0; Wed, 11 Dec 2019 22:16:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B8F7E08B0 for ; Wed, 11 Dec 2019 22:16:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC67334D955 for ; Wed, 11 Dec 2019 22:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59D2C8D8 for ; Wed, 11 Dec 2019 22:16:42 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1576102586.36e49647b63509c7a0c8f175db877d1f63c51dba.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/m2vrequantizer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild X-VCS-Directories: media-video/m2vrequantizer/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 36e49647b63509c7a0c8f175db877d1f63c51dba X-VCS-Branch: master Date: Wed, 11 Dec 2019 22:16:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8f508bd-2d93-4158-87a9-60a0ed5319f5 X-Archives-Hash: 9ef5ef3cab0c841d750334a124f8504c commit: 36e49647b63509c7a0c8f175db877d1f63c51dba Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Dec 11 22:15:21 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Wed Dec 11 22:16:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e49647 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 gentoo.org> media-video/m2vrequantizer/m2vrequantizer-0.0.2_pre20060306-r1.ebuild | 4 ++-- 1 file 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 e53d8d04db3..598503bc3dc 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"