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 0E2DA1382C5 for ; Sun, 29 Apr 2018 16:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06CD3E0AB8; Sun, 29 Apr 2018 16:20:04 +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 D36B9E0AB8 for ; Sun, 29 Apr 2018 16:20: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 09E7E335C9E for ; Sun, 29 Apr 2018 16:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C180328D for ; Sun, 29 Apr 2018 16:19:59 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525018795.c341468afd1d15b9663d64e71bce4191d36728fb.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/grafana-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/grafana-bin/grafana-bin-4.6.3.ebuild www-apps/grafana-bin/grafana-bin-5.0.4.ebuild X-VCS-Directories: www-apps/grafana-bin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c341468afd1d15b9663d64e71bce4191d36728fb X-VCS-Branch: master Date: Sun, 29 Apr 2018 16:19: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: 6a055a35-11a5-4a8b-928b-b9eb38c6daf2 X-Archives-Hash: 7638f94d592f75b477ff729cddc11b94 commit: c341468afd1d15b9663d64e71bce4191d36728fb Author: Mikle Kolyada gentoo org> AuthorDate: Sun Apr 29 16:19:20 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Apr 29 16:19:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c341468a www-apps/grafana-bin: switch to HTTPS Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-apps/grafana-bin/grafana-bin-4.6.3.ebuild | 4 ++-- www-apps/grafana-bin/grafana-bin-5.0.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apps/grafana-bin/grafana-bin-4.6.3.ebuild b/www-apps/grafana-bin/grafana-bin-4.6.3.ebuild index 3a8308e2d6d..f2175c44021 100644 --- a/www-apps/grafana-bin/grafana-bin-4.6.3.ebuild +++ b/www-apps/grafana-bin/grafana-bin-4.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ MY_PN=${PN/-bin/} S=${WORKDIR}/${MY_PN}-${PV} DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB" -HOMEPAGE="http://grafana.org" +HOMEPAGE="https://grafana.org" SRC_URI="https://s3-us-west-2.amazonaws.com/grafana-releases/release/${MY_PN}-${PV}.linux-x64.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/www-apps/grafana-bin/grafana-bin-5.0.4.ebuild b/www-apps/grafana-bin/grafana-bin-5.0.4.ebuild index c1e847d3902..a2e20a0a368 100644 --- a/www-apps/grafana-bin/grafana-bin-5.0.4.ebuild +++ b/www-apps/grafana-bin/grafana-bin-5.0.4.ebuild @@ -9,7 +9,7 @@ MY_PN=${PN/-bin/} S=${WORKDIR}/${MY_PN}-${PV} DESCRIPTION="Gorgeous metric viz, dashboards & editors for Graphite, InfluxDB & OpenTSDB" -HOMEPAGE="http://grafana.org" +HOMEPAGE="https://grafana.org" SRC_URI="https://s3-us-west-2.amazonaws.com/grafana-releases/release/${MY_PN}-${PV}.linux-x64.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0"