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 DDCF1138331 for ; Sat, 24 Mar 2018 12:44:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B64FCE086A; Sat, 24 Mar 2018 12:44:32 +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 91E9BE086A for ; Sat, 24 Mar 2018 12:44:31 +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 72436335C2C for ; Sat, 24 Mar 2018 12:44:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66F1A267 for ; Sat, 24 Mar 2018 12:44:28 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1521895466.686e1834b6d95c6d327ba6b5f21f0d3679121dfb.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rrdtool-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.ebuild X-VCS-Directories: dev-ruby/rrdtool-bindings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 686e1834b6d95c6d327ba6b5f21f0d3679121dfb X-VCS-Branch: master Date: Sat, 24 Mar 2018 12:44:28 +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: dfad5b76-866c-4aad-9123-da1adbc0ce75 X-Archives-Hash: 8945ed1312b76a0564b57540ba70a4bc commit: 686e1834b6d95c6d327ba6b5f21f0d3679121dfb Author: Jeroen Roovers gentoo org> AuthorDate: Sat Mar 24 12:44:03 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Mar 24 12:44:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686e1834 dev-ruby/rrdtool-bindings: Use HTTPS. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild | 4 ++-- dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild index 10cc56f3de1..b3cde4fb92b 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild @@ -13,8 +13,8 @@ MY_P=${P/-bindings} MY_P=${MY_P/_/-} DESCRIPTION="Ruby bindings for rrdtool" -HOMEPAGE="http://oss.oetiker.ch/rrdtool/" -SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz" +HOMEPAGE="https://oss.oetiker.ch/rrdtool/" +SRC_URI="${HOMEPAGE}pub/${MY_P}.tar.gz" RUBY_S="$MY_P"/bindings/ruby LICENSE="GPL-2" diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.ebuild index 757f39e2c9f..a59a70f1a6b 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.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 @@ -10,8 +10,8 @@ MY_P=${P/-bindings} MY_P=${MY_P/_/-} DESCRIPTION="Ruby bindings for rrdtool" -HOMEPAGE="http://oss.oetiker.ch/rrdtool/" -SRC_URI="http://oss.oetiker.ch/rrdtool/pub/${MY_P}.tar.gz" +HOMEPAGE="https://oss.oetiker.ch/rrdtool/" +SRC_URI="${HOMEPAGE}pub/${MY_P}.tar.gz" RUBY_S="$MY_P"/bindings/ruby LICENSE="GPL-2"