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 B0BF9138334 for ; Fri, 30 Nov 2018 14:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B3C3E075F; Fri, 30 Nov 2018 14:01:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 13586E075F for ; Fri, 30 Nov 2018 14:01:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D1CCD335C47 for ; Fri, 30 Nov 2018 14:01:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 181302A7 for ; Fri, 30 Nov 2018 14:01:31 +0000 (UTC) From: "Matthias Schwarzott" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Schwarzott" Message-ID: <1543586063.e004468a20556f3fa5df974d057c04d2ec97adc8.zzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild X-VCS-Directories: media-plugins/vdr-dvbhddevice/ X-VCS-Committer: zzam X-VCS-Committer-Name: Matthias Schwarzott X-VCS-Revision: e004468a20556f3fa5df974d057c04d2ec97adc8 X-VCS-Branch: master Date: Fri, 30 Nov 2018 14:01:31 +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: cb7072d8-880c-4df5-8d01-4cc7a8705153 X-Archives-Hash: 5172ea357deaea1b9f5191a24d3b57ca commit: e004468a20556f3fa5df974d057c04d2ec97adc8 Author: Matthias Schwarzott gentoo org> AuthorDate: Fri Nov 30 13:48:39 2018 +0000 Commit: Matthias Schwarzott gentoo org> CommitDate: Fri Nov 30 13:54:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e004468a media-plugins/vdr-dvbhddevice: fix HOMEPAGE and SRC_URI Use bitbucket.org as the latest ebuild already did. Closes: https://bugs.gentoo.org/635370 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Matthias Schwarzott gentoo.org> .../vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild | 6 +++--- .../vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild index a3e5445d0ef..02e0463d33c 100644 --- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild +++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,8 +10,8 @@ HG_REVISION_DATE="20140115" DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card" -HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice" -SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz +HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice" +SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz -> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild index 62d21f73ffe..56698cbc257 100644 --- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild +++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,8 +10,8 @@ HG_REVISION_DATE="20140115" DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card" -HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice" -SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz +HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice" +SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz -> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz" KEYWORDS="amd64 x86"