From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1012675-garchives=archives.gentoo.org@lists.gentoo.org>
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 31FEC1382C5
	for <garchives@archives.gentoo.org>; Mon, 26 Mar 2018 19:18:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BEB88E09ED;
	Mon, 26 Mar 2018 19:18:16 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 9AE42E09ED
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Mar 2018 19:18:16 +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 ADDA8335C61
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Mar 2018 19:18:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B1A40278
	for <gentoo-commits@lists.gentoo.org>; Mon, 26 Mar 2018 19:18:11 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1522091743.14248093be307223511a2a63d7c4b5561b7b3133.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-undelete/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
X-VCS-Directories: media-plugins/vdr-undelete/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 14248093be307223511a2a63d7c4b5561b7b3133
X-VCS-Branch: master
Date: Mon, 26 Mar 2018 19:18:11 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 8ba72861-a6d4-466d-ae65-1f8b859d4718
X-Archives-Hash: 46a6ade070a24acf01f31a94db4094e8

commit:     14248093be307223511a2a63d7c4b5561b7b3133
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 11 17:27:45 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 19:15:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14248093

media-plugins/vdr-undelete: use HTTPS

 media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild | 4 ++--
 media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild
index 4dbee14933c..a2672294519 100644
--- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild
+++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1060" # every bump, new version!
 
 DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-undelete"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-undelete"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"

diff --git a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
index d2f6287eb2d..73a6ed7a0a8 100644
--- a/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
+++ b/media-plugins/vdr-undelete/vdr-undelete-0.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1060" # every bump, new version!
 
 DESCRIPTION="VDR Plugin: Recover deleted recordings of VDR"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-undelete"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-undelete"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 SLOT="0"