dev-ruby/rrdtool-bindings: Use HTTPS.
authorJeroen Roovers <jer@gentoo.org>
Sat, 24 Mar 2018 12:44:03 +0000 (13:44 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sat, 24 Mar 2018 12:44:26 +0000 (13:44 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-ruby/rrdtool-bindings/rrdtool-bindings-1.6.0.ebuild
dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.0.ebuild

index 10cc56f3de125f5e471e8374a8db46c0802142d6..b3cde4fb92b43f4d9ee0fc5a16bdcc6ee3af701c 100644 (file)
@@ -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"
index 757f39e2c9f5b53d414767ae706d3de862bc65a9..a59a70f1a6bac94756ae1f8d69eb2047cdb87ed8 100644 (file)
@@ -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"