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 10E63158CB7 for ; Wed, 18 Aug 2021 10:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62229E07F0; Wed, 18 Aug 2021 10:34:38 +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 47A3FE07DB for ; Wed, 18 Aug 2021 10:34:38 +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 59EA6340B46 for ; Wed, 18 Aug 2021 10:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2F6A8D1 for ; Wed, 18 Aug 2021 10:34:34 +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: <1629282805.ec472e9e5318946d5128e3b4d54921212f58e7bc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-svdrposd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild X-VCS-Directories: media-plugins/vdr-svdrposd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ec472e9e5318946d5128e3b4d54921212f58e7bc X-VCS-Branch: master Date: Wed, 18 Aug 2021 10:34:34 +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: 8ca3f4e6-a8c0-4148-aef4-6ccd09afbbca X-Archives-Hash: 96a0eb842c5ae32ed18683259d61c63e commit: ec472e9e5318946d5128e3b4d54921212f58e7bc Author: Martin Dummer gmx net> AuthorDate: Sat Aug 14 21:36:07 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 18 10:33:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec472e9e media-plugins/vdr-svdrposd: use https fix copyright/change URLs to https Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Joonas Niilola gentoo.org> media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild b/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild index 10d41a4233a..23d1c913ca2 100644 --- a/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild +++ b/media-plugins/vdr-svdrposd/vdr-svdrposd-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# 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: export OSD via TCP to vdr-remoteosd" -HOMEPAGE="http://vdr.schmirler.de/" -SRC_URI="http://vdr.schmirler.de/svdrpext/${P}.tgz" +HOMEPAGE="https://vdr.schmirler.de/" +SRC_URI="https://vdr.schmirler.de/svdrposd/${P}.tgz" SLOT="0" LICENSE="GPL-2"