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 B97FB138332 for ; Fri, 30 Mar 2018 02:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0320E0971; Fri, 30 Mar 2018 02:54:19 +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 7B7C3E0971 for ; Fri, 30 Mar 2018 02:54:19 +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 042D9335D33 for ; Fri, 30 Mar 2018 02:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB8DB260 for ; Fri, 30 Mar 2018 02:54:15 +0000 (UTC) From: "Aaron Bauman" 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" Message-ID: <1522377281.0ede4ebe3922d63b9efdb638f5ee7dd2b0be5bef.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-burn/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild X-VCS-Directories: media-plugins/vdr-burn/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0ede4ebe3922d63b9efdb638f5ee7dd2b0be5bef X-VCS-Branch: master Date: Fri, 30 Mar 2018 02:54:15 +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-Archives-Salt: ea61c212-b4c3-4891-bad0-914e5bec46e5 X-Archives-Hash: 64b5ed18f5902324cbeced4aade64d55 commit: 0ede4ebe3922d63b9efdb638f5ee7dd2b0be5bef Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Mar 29 19:11:34 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 30 02:34:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ede4ebe media-plugins/vdr-burn: fix HOMEPAGE, use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7701 media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild index ae6b93fd64b..97384f74945 100644 --- a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild +++ b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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="1252" # every bump, new version! DESCRIPTION="VDR Plugin: burn records on DVD" -HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-burn" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-burn" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" KEYWORDS="~amd64 ~x86"