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 56CDF1382C5 for ; Sun, 28 Feb 2021 09:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9494E086E; Sun, 28 Feb 2021 09:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AFA62E086E for ; Sun, 28 Feb 2021 09:03:23 +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 9D4E234096C for ; Sun, 28 Feb 2021 09:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC9B532 for ; Sun, 28 Feb 2021 09:03:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1614502986.ce360ae42713b1446e08d55ed0915bf5a590abbb.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-satip/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-satip/metadata.xml media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild X-VCS-Directories: media-plugins/vdr-satip/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ce360ae42713b1446e08d55ed0915bf5a590abbb X-VCS-Branch: master Date: Sun, 28 Feb 2021 09:03:19 +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: 9dc13a9d-068f-452d-ad82-9ff7c6cf648f X-Archives-Hash: f38df1bae047517ceb42be2bf881910e commit: ce360ae42713b1446e08d55ed0915bf5a590abbb Author: Martin Dummer gmx net> AuthorDate: Sat Feb 20 19:37:22 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Feb 28 09:03:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce360ae4 media-plugins/vdr-satip: update SRC_URI and HOMEPAGE Plugin author moved all his plugins to github Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-satip/metadata.xml | 27 ++++++++++++++------------ media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild | 6 +++--- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/media-plugins/vdr-satip/metadata.xml b/media-plugins/vdr-satip/metadata.xml index 0f020916bb4..35945118910 100644 --- a/media-plugins/vdr-satip/metadata.xml +++ b/media-plugins/vdr-satip/metadata.xml @@ -1,16 +1,19 @@ - - martin.dummer@gmx.net - Martin Dummer - - - proxy-maint@gentoo.org - Proxy Maintainers - - - vdr@gentoo.org - Gentoo VDR Project - + + martin.dummer@gmx.net + Martin Dummer + + + proxy-maint@gentoo.org + Proxy Maintainers + + + vdr@gentoo.org + Gentoo VDR Project + + + rofafor/vdr-plugin-satip + diff --git a/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild b/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild index 026fed5a737..11e7bd6d9b9 100644 --- a/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild +++ b/media-plugins/vdr-satip/vdr-satip-2.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2021 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: integrates SAT>IP network devices seamlessly into VDR" -HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/" -SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz" +HOMEPAGE="https://github.com/rofafor/vdr-plugin-satip" +SRC_URI=" https://github.com/rofafor/vdr-plugin-satip/archive/v${PV}.tar.gz -> ${P}.tgz" KEYWORDS="~amd64 ~arm ~x86" SLOT="0"