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 F38B1139694 for ; Sun, 30 Jul 2017 09:16:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A33771FC23B; Sun, 30 Jul 2017 09:16:03 +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 7B26A1FC23D for ; Sun, 30 Jul 2017 09:16:03 +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 50486341A26 for ; Sun, 30 Jul 2017 09:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 657C674C7 for ; Sun, 30 Jul 2017 09:15:59 +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: <1501406151.0f5699ab6cfef65ec62603c75eeb58f61ea39ba8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/powertop/powertop-2.6.ebuild sys-power/powertop/powertop-2.8.ebuild sys-power/powertop/powertop-9999.ebuild X-VCS-Directories: sys-power/powertop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0f5699ab6cfef65ec62603c75eeb58f61ea39ba8 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:15:59 +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: 49c2adb9-2bd0-4935-a6aa-535e7cecbfc9 X-Archives-Hash: 201a8f1e8bffe3703d147c1ad4f272ec commit: 0f5699ab6cfef65ec62603c75eeb58f61ea39ba8 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 11:04:24 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:15:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5699ab sys-power/powertop: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-power/powertop/powertop-2.6.ebuild | 4 ++-- sys-power/powertop/powertop-2.8.ebuild | 2 +- sys-power/powertop/powertop-9999.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-power/powertop/powertop-2.6.ebuild b/sys-power/powertop/powertop-2.6.ebuild index 23edcfe3716..05849a56292 100644 --- a/sys-power/powertop/powertop-2.6.ebuild +++ b/sys-power/powertop/powertop-2.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" inherit eutils linux-info autotools if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/fenrus75/powertop.git" + EGIT_REPO_URI="https://github.com/fenrus75/powertop.git" inherit git-2 autotools SRC_URI="" else diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild index d206d473bc1..d3d8039ade6 100644 --- a/sys-power/powertop/powertop-2.8.ebuild +++ b/sys-power/powertop/powertop-2.8.ebuild @@ -5,7 +5,7 @@ EAPI="5" inherit eutils linux-info if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/fenrus75/powertop.git" + EGIT_REPO_URI="https://github.com/fenrus75/powertop.git" inherit git-2 autotools SRC_URI="" else diff --git a/sys-power/powertop/powertop-9999.ebuild b/sys-power/powertop/powertop-9999.ebuild index 69c60eb066c..8d4d40d26b9 100644 --- a/sys-power/powertop/powertop-9999.ebuild +++ b/sys-power/powertop/powertop-9999.ebuild @@ -5,7 +5,7 @@ EAPI="6" inherit eutils linux-info if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/fenrus75/powertop.git" + EGIT_REPO_URI="https://github.com/fenrus75/powertop.git" inherit git-r3 autotools SRC_URI="" else