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 361DB139694 for ; Sun, 30 Jul 2017 09:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEA63E0F59; Sun, 30 Jul 2017 09:45:02 +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 7449EE0F2B for ; Sun, 30 Jul 2017 09:45:02 +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 76725341A51 for ; Sun, 30 Jul 2017 09:45:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2597B74D2 for ; Sun, 30 Jul 2017 09:44: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: <1501407887.6f0b9ea5ff447c3be12814abf3f6ce084ea585f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netdata/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netdata/netdata-1.2.0-r1.ebuild net-analyzer/netdata/netdata-1.3.0.ebuild net-analyzer/netdata/netdata-1.4.0-r1.ebuild net-analyzer/netdata/netdata-1.5.0.ebuild net-analyzer/netdata/netdata-1.6.0.ebuild net-analyzer/netdata/netdata-1.7.0.ebuild net-analyzer/netdata/netdata-9999.ebuild X-VCS-Directories: net-analyzer/netdata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f0b9ea5ff447c3be12814abf3f6ce084ea585f0 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:44: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: 612756af-2a7f-46bb-8919-e232780113b7 X-Archives-Hash: e4b6dc8ffa68c52350c2de4c4de17fe9 commit: 6f0b9ea5ff447c3be12814abf3f6ce084ea585f0 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 17:48:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:44:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0b9ea5 net-analyzer/netdata: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 net-analyzer/netdata/netdata-1.2.0-r1.ebuild | 4 ++-- net-analyzer/netdata/netdata-1.3.0.ebuild | 4 ++-- net-analyzer/netdata/netdata-1.4.0-r1.ebuild | 4 ++-- net-analyzer/netdata/netdata-1.5.0.ebuild | 4 ++-- net-analyzer/netdata/netdata-1.6.0.ebuild | 4 ++-- net-analyzer/netdata/netdata-1.7.0.ebuild | 4 ++-- net-analyzer/netdata/netdata-9999.ebuild | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/net-analyzer/netdata/netdata-1.2.0-r1.ebuild b/net-analyzer/netdata/netdata-1.2.0-r1.ebuild index 2a2efdc050e..02c65adda6e 100644 --- a/net-analyzer/netdata/netdata-1.2.0-r1.ebuild +++ b/net-analyzer/netdata/netdata-1.2.0-r1.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 @@ -6,7 +6,7 @@ EAPI=6 inherit linux-info systemd user fcaps if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 autotools SRC_URI="" KEYWORDS="" diff --git a/net-analyzer/netdata/netdata-1.3.0.ebuild b/net-analyzer/netdata/netdata-1.3.0.ebuild index 3f4c01a03cb..e7e9b14a560 100644 --- a/net-analyzer/netdata/netdata-1.3.0.ebuild +++ b/net-analyzer/netdata/netdata-1.3.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit fcaps linux-info python-r1 systemd user if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 autotools SRC_URI="" KEYWORDS="" diff --git a/net-analyzer/netdata/netdata-1.4.0-r1.ebuild b/net-analyzer/netdata/netdata-1.4.0-r1.ebuild index 1296113a105..fa90f4bdc01 100644 --- a/net-analyzer/netdata/netdata-1.4.0-r1.ebuild +++ b/net-analyzer/netdata/netdata-1.4.0-r1.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit fcaps linux-info python-r1 systemd user if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 autotools SRC_URI="" KEYWORDS="" diff --git a/net-analyzer/netdata/netdata-1.5.0.ebuild b/net-analyzer/netdata/netdata-1.5.0.ebuild index f23d6499dcd..f8e7926d3d7 100644 --- a/net-analyzer/netdata/netdata-1.5.0.ebuild +++ b/net-analyzer/netdata/netdata-1.5.0.ebuild @@ -7,12 +7,12 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit autotools fcaps linux-info python-r1 systemd user if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 SRC_URI="" KEYWORDS="" else - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi diff --git a/net-analyzer/netdata/netdata-1.6.0.ebuild b/net-analyzer/netdata/netdata-1.6.0.ebuild index 63f879951fa..e2948db1d76 100644 --- a/net-analyzer/netdata/netdata-1.6.0.ebuild +++ b/net-analyzer/netdata/netdata-1.6.0.ebuild @@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools fcaps linux-info python-r1 systemd user if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi diff --git a/net-analyzer/netdata/netdata-1.7.0.ebuild b/net-analyzer/netdata/netdata-1.7.0.ebuild index 63f879951fa..e2948db1d76 100644 --- a/net-analyzer/netdata/netdata-1.7.0.ebuild +++ b/net-analyzer/netdata/netdata-1.7.0.ebuild @@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools fcaps linux-info python-r1 systemd user if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi diff --git a/net-analyzer/netdata/netdata-9999.ebuild b/net-analyzer/netdata/netdata-9999.ebuild index 63f879951fa..e2948db1d76 100644 --- a/net-analyzer/netdata/netdata-9999.ebuild +++ b/net-analyzer/netdata/netdata-9999.ebuild @@ -7,10 +7,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit autotools fcaps linux-info python-r1 systemd user if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="git://github.com/firehol/${PN}.git" + EGIT_REPO_URI="https://github.com/firehol/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/firehol/netdata/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/firehol/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi