From 4973f33c1f71ebff28403c8a400346b9326db9d8 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 17 Mar 2018 17:20:10 +0100 Subject: dev-ruby/nokogiri: use HTTPS --- dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild | 4 ++-- dev-ruby/nokogiri/nokogiri-1.7.1.ebuild | 4 ++-- dev-ruby/nokogiri/nokogiri-1.8.1.ebuild | 2 +- dev-ruby/nokogiri/nokogiri-1.8.2.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'dev-ruby/nokogiri') diff --git a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild index 7b2c40b556cf..5bf14bcacf00 100644 --- a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.6.8.1.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 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="ext" inherit ruby-fakegem eutils multilib DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser" -HOMEPAGE="http://nokogiri.org/" +HOMEPAGE="https://www.nokogiri.org/" LICENSE="MIT" SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" diff --git a/dev-ruby/nokogiri/nokogiri-1.7.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.7.1.ebuild index 6f0ced704390..3c1d7383e1b1 100644 --- a/dev-ruby/nokogiri/nokogiri-1.7.1.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.7.1.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 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="ext" inherit ruby-fakegem eutils multilib DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser" -HOMEPAGE="http://nokogiri.org/" +HOMEPAGE="https://www.nokogiri.org/" LICENSE="MIT" SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" diff --git a/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild index 00190a1c4536..6b34da46910a 100644 --- a/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.8.1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="ext" inherit ruby-fakegem eutils multilib DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser" -HOMEPAGE="http://nokogiri.org/" +HOMEPAGE="https://www.nokogiri.org/" LICENSE="MIT" SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" diff --git a/dev-ruby/nokogiri/nokogiri-1.8.2.ebuild b/dev-ruby/nokogiri/nokogiri-1.8.2.ebuild index 1d1eaa831b04..0f7deeca3c9c 100644 --- a/dev-ruby/nokogiri/nokogiri-1.8.2.ebuild +++ b/dev-ruby/nokogiri/nokogiri-1.8.2.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="ext" inherit ruby-fakegem eutils multilib DESCRIPTION="Nokogiri is an HTML, XML, SAX, and Reader parser" -HOMEPAGE="http://nokogiri.org/" +HOMEPAGE="https://www.nokogiri.org/" LICENSE="MIT" SRC_URI="https://github.com/sparklemotion/nokogiri/archive/v${PV}.tar.gz -> ${P}-git.tgz" -- cgit v1.2.3-65-gdbad