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 5D99E139694 for ; Sun, 30 Jul 2017 08:36:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 283311FC172; Sun, 30 Jul 2017 08:36:07 +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 E2DAD1FC172 for ; Sun, 30 Jul 2017 08:36:06 +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 1DFFC341ABC for ; Sun, 30 Jul 2017 08:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F404774C4 for ; Sun, 30 Jul 2017 08:36:01 +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: <1501403757.a3b7761b46039741ff781afc9d20cdafde13f7a7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/needrestart/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/needrestart/needrestart-2.10.ebuild app-admin/needrestart/needrestart-2.11.ebuild app-admin/needrestart/needrestart-2.8-r1.ebuild app-admin/needrestart/needrestart-2.9-r1.ebuild app-admin/needrestart/needrestart-9999.ebuild X-VCS-Directories: app-admin/needrestart/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a3b7761b46039741ff781afc9d20cdafde13f7a7 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:01 +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: 26b7b2f5-4e9a-4fec-8834-b9af52c7e5ee X-Archives-Hash: 5181a1b9dc1942c5ae56b546ce9c17e7 commit: a3b7761b46039741ff781afc9d20cdafde13f7a7 Author: David Hicks hicks id au> AuthorDate: Fri Jul 28 23:28:36 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:35:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b7761b app-admin/needrestart: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-admin/needrestart/needrestart-2.10.ebuild | 4 ++-- app-admin/needrestart/needrestart-2.11.ebuild | 4 ++-- app-admin/needrestart/needrestart-2.8-r1.ebuild | 2 +- app-admin/needrestart/needrestart-2.9-r1.ebuild | 4 ++-- app-admin/needrestart/needrestart-9999.ebuild | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-admin/needrestart/needrestart-2.10.ebuild b/app-admin/needrestart/needrestart-2.10.ebuild index c0f74b5a612..c0f3cada310 100644 --- a/app-admin/needrestart/needrestart-2.10.ebuild +++ b/app-admin/needrestart/needrestart-2.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-2.11.ebuild b/app-admin/needrestart/needrestart-2.11.ebuild index c0f74b5a612..c0f3cada310 100644 --- a/app-admin/needrestart/needrestart-2.11.ebuild +++ b/app-admin/needrestart/needrestart-2.11.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-2.8-r1.ebuild b/app-admin/needrestart/needrestart-2.8-r1.ebuild index 57dbee59af5..b2fba417b36 100644 --- a/app-admin/needrestart/needrestart-2.8-r1.ebuild +++ b/app-admin/needrestart/needrestart-2.8-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-2.9-r1.ebuild b/app-admin/needrestart/needrestart-2.9-r1.ebuild index c0f74b5a612..c0f3cada310 100644 --- a/app-admin/needrestart/needrestart-2.9-r1.ebuild +++ b/app-admin/needrestart/needrestart-2.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" diff --git a/app-admin/needrestart/needrestart-9999.ebuild b/app-admin/needrestart/needrestart-9999.ebuild index c0f74b5a612..c0f3cada310 100644 --- a/app-admin/needrestart/needrestart-9999.ebuild +++ b/app-admin/needrestart/needrestart-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/liske/${PN}.git" + EGIT_REPO_URI="https://github.com/liske/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS=""