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 627A1139694 for ; Sun, 30 Jul 2017 12:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B660A1FC199; Sun, 30 Jul 2017 12:13:14 +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 8B1341FC198 for ; Sun, 30 Jul 2017 12:13:14 +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 78649341AA3 for ; Sun, 30 Jul 2017 12:13:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F15B674DD for ; Sun, 30 Jul 2017 12:13:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501416782.895544e44cf0de5c56cffe37fc9b9368ec2682e6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild X-VCS-Directories: media-plugins/xbmc-addon-xvdr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 895544e44cf0de5c56cffe37fc9b9368ec2682e6 X-VCS-Branch: master Date: Sun, 30 Jul 2017 12:13:09 +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: e33900da-ddc4-45aa-83de-8cb6d3118481 X-Archives-Hash: 824a6d7795459ebbfee9391fed83134a commit: 895544e44cf0de5c56cffe37fc9b9368ec2682e6 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 19:48:23 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 12:13:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895544e4 media-plugins/xbmc-addon-xvdr: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild index c4371813e23..7e2534aa7fd 100644 --- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild +++ b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit git-2 autotools multilib -EGIT_REPO_URI="git://github.com/pipelka/xbmc-addon-xvdr.git" +EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git" DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend" HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr"