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 5FA61158CB7 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 7B395E07EE; 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 598C3E07EE for ; Wed, 18 Aug 2021 10:34:38 +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 5FF28340B57 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 ABEE18CB 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.2add8b705f98227284c74e42ec788b8facafcaab.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-remoteosd/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild X-VCS-Directories: media-plugins/vdr-remoteosd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2add8b705f98227284c74e42ec788b8facafcaab 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: 145f081d-5374-4b4e-8b47-850e9fc6e2cf X-Archives-Hash: 155a576c7b706e24e7a247477d4e4d9e commit: 2add8b705f98227284c74e42ec788b8facafcaab Author: Martin Dummer gmx net> AuthorDate: Sat Aug 14 21:34:31 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=2add8b70 media-plugins/vdr-remoteosd: 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-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild | 6 +++--- media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild index 29baec6a139..655c73f1a00 100644 --- a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.ebuild +++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0-r1.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: server/client remoteosd" -HOMEPAGE="http://vdr.schmirler.de/" -SRC_URI="http://vdr.schmirler.de/remoteosd/${P}.tgz" +HOMEPAGE="https://vdr.schmirler.de/" +SRC_URI="https://vdr.schmirler.de/remoteosd/${P}.tgz" SLOT="0" LICENSE="GPL-2" diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild index ce925191888..36aa39115b6 100644 --- a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild +++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-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: server/client remoteosd" -HOMEPAGE="http://vdr.schmirler.de/" -SRC_URI="http://vdr.schmirler.de/remoteosd/${P}.tgz" +HOMEPAGE="https://vdr.schmirler.de/" +SRC_URI="https://vdr.schmirler.de/remoteosd/${P}.tgz" SLOT="0" LICENSE="GPL-2"