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 626C01382C5 for ; Tue, 27 Mar 2018 21:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A2D7E08F6; Tue, 27 Mar 2018 21:38:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 143EEE08F6 for ; Tue, 27 Mar 2018 21:38:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89D49335C9B for ; Tue, 27 Mar 2018 21:38:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A2826F for ; Tue, 27 Mar 2018 21:38:21 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522186686.4973f33c1f71ebff28403c8a400346b9326db9d8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogiri/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild dev-ruby/nokogiri/nokogiri-1.7.1.ebuild dev-ruby/nokogiri/nokogiri-1.8.1.ebuild dev-ruby/nokogiri/nokogiri-1.8.2.ebuild X-VCS-Directories: dev-ruby/nokogiri/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4973f33c1f71ebff28403c8a400346b9326db9d8 X-VCS-Branch: master Date: Tue, 27 Mar 2018 21:38:21 +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: 67045a80-a14c-495b-8db0-72a7ac75d194 X-Archives-Hash: 17b41a7fca86bc058a30d2abf1a4d08e commit: 4973f33c1f71ebff28403c8a400346b9326db9d8 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 16:20:10 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Mar 27 21:38:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4973f33c 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(-) diff --git a/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild b/dev-ruby/nokogiri/nokogiri-1.6.8.1.ebuild index 7b2c40b556c..5bf14bcacf0 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 6f0ced70439..3c1d7383e1b 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 00190a1c453..6b34da46910 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 1d1eaa831b0..0f7deeca3c9 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"