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 ACB8A158CB7 for ; Wed, 18 Aug 2021 10:34:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DFE6E07C5; Wed, 18 Aug 2021 10:34:37 +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 82D6AE07C5 for ; Wed, 18 Aug 2021 10:34:37 +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 EE78F340BF1 for ; Wed, 18 Aug 2021 10:34:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83DCB8C8 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: <1629282804.a5b95527f344110625c572a45021de0d07ce8dbc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-osdserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-osdserver/vdr-osdserver-0.1.3.ebuild X-VCS-Directories: media-plugins/vdr-osdserver/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: a5b95527f344110625c572a45021de0d07ce8dbc 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: 6badcc9e-f931-4b9d-b6d5-03db7e088615 X-Archives-Hash: 55c67cd94cbe759e3e261513fe42872c commit: a5b95527f344110625c572a45021de0d07ce8dbc Author: Martin Dummer gmx net> AuthorDate: Sat Aug 14 21:32:58 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Aug 18 10:33:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b95527 media-plugins/vdr-osdserver: 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-osdserver/vdr-osdserver-0.1.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-osdserver/vdr-osdserver-0.1.3.ebuild b/media-plugins/vdr-osdserver/vdr-osdserver-0.1.3.ebuild index 7c6a446bb6a..9c90c365576 100644 --- a/media-plugins/vdr-osdserver/vdr-osdserver-0.1.3.ebuild +++ b/media-plugins/vdr-osdserver/vdr-osdserver-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 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: VDR OSD access for ext. programs through a TCP/IP socket connection" -HOMEPAGE="http://www.udo-richter.de/vdr/osdserver.en.html" -SRC_URI=" http://www.udo-richter.de/vdr/files/${P}.tgz" +HOMEPAGE="https://www.udo-richter.de/vdr/osdserver.en.html" +SRC_URI=" https://www.udo-richter.de/vdr/files/${P}.tgz" SLOT="0" LICENSE="GPL-2"