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 A5DCA139694 for ; Sun, 30 Jul 2017 12:13:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 434CE1FC189; Sun, 30 Jul 2017 12:13:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1DB5F1FC189 for ; Sun, 30 Jul 2017 12:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 438573419BE for ; Sun, 30 Jul 2017 12:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C360674CC for ; Sun, 30 Jul 2017 12:13:08 +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: <1501416769.a139363cb553a6ff5b9ae6a9bc9d9dd51fac8429.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-greynetic/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-1.1.0.ebuild media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild X-VCS-Directories: media-plugins/kodi-screensaver-greynetic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a139363cb553a6ff5b9ae6a9bc9d9dd51fac8429 X-VCS-Branch: master Date: Sun, 30 Jul 2017 12:13:08 +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: 88295c7c-a4b7-4322-8f55-c577eebbb3db X-Archives-Hash: c4f76a855deb52b89f971f9b0cab2507 commit: a139363cb553a6ff5b9ae6a9bc9d9dd51fac8429 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 19:43:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 12:12:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a139363c media-plugins/kodi-screensaver-greynetic: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 .../kodi-screensaver-greynetic-1.1.0.ebuild | 4 ++-- .../kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-1.1.0.ebuild b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-1.1.0.ebuild index 5ea246ed7af..46c8e6cebc5 100644 --- a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-1.1.0.ebuild +++ b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="" case ${PV} in 9999) SRC_URI="" - EGIT_REPO_URI="git://github.com/notspiff/screensaver.greynetic.git" + EGIT_REPO_URI="https://github.com/notspiff/screensaver.greynetic.git" inherit git-r3 ;; *) diff --git a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild index 5ea246ed7af..46c8e6cebc5 100644 --- a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild +++ b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="" case ${PV} in 9999) SRC_URI="" - EGIT_REPO_URI="git://github.com/notspiff/screensaver.greynetic.git" + EGIT_REPO_URI="https://github.com/notspiff/screensaver.greynetic.git" inherit git-r3 ;; *)