diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-17 17:20:10 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-27 17:38:06 -0400 |
commit | 4973f33c1f71ebff28403c8a400346b9326db9d8 (patch) | |
tree | 857a7e6899a4b0c0008a3bf73ccaa3d74c807c3f /dev-ruby/nokogiri | |
parent | dev-ruby/kramdown: use HTTPS (diff) | |
download | gentoo-4973f33c1f71ebff28403c8a400346b9326db9d8.tar.gz gentoo-4973f33c1f71ebff28403c8a400346b9326db9d8.tar.bz2 gentoo-4973f33c1f71ebff28403c8a400346b9326db9d8.zip |
dev-ruby/nokogiri: use HTTPS
Diffstat (limited to 'dev-ruby/nokogiri')
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/nokogiri/nokogiri-1.8.2.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
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" |