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 21B891382C5 for ; Fri, 11 May 2018 10:13:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B09CE096A; Fri, 11 May 2018 10:13:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 04F42E096A for ; Fri, 11 May 2018 10:13:17 +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 D14F5335C92 for ; Fri, 11 May 2018 10:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504AA27B for ; Fri, 11 May 2018 10:13:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526033386.0dc8492a47898dc9b18e4c5ea5fc0b7c3ea0d893.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vagrant/vagrant-2.0.2.ebuild app-emulation/vagrant/vagrant-2.0.3.ebuild X-VCS-Directories: app-emulation/vagrant/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0dc8492a47898dc9b18e4c5ea5fc0b7c3ea0d893 X-VCS-Branch: master Date: Fri, 11 May 2018 10:13:14 +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: 0530dbfe-013d-4a31-bcaf-99313393cc00 X-Archives-Hash: d03a248ac6776c2dc9e96679c9d373da commit: 0dc8492a47898dc9b18e4c5ea5fc0b7c3ea0d893 Author: Georgy Yakovlev sysdump net> AuthorDate: Wed May 2 05:01:42 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 11 10:09:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc8492a app-emulation/vagrant: use HTTPS Package-Manager: Portage-2.3.33, Repoman-2.3.9 app-emulation/vagrant/vagrant-2.0.2.ebuild | 2 +- app-emulation/vagrant/vagrant-2.0.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/vagrant/vagrant-2.0.2.ebuild b/app-emulation/vagrant/vagrant-2.0.2.ebuild index 9b87a6f0597..ff7a205039a 100644 --- a/app-emulation/vagrant/vagrant-2.0.2.ebuild +++ b/app-emulation/vagrant/vagrant-2.0.2.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="" inherit bash-completion-r1 ruby-fakegem DESCRIPTION="A tool for building and distributing development environments" -HOMEPAGE="http://vagrantup.com/" +HOMEPAGE="https://vagrantup.com/" SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/app-emulation/vagrant/vagrant-2.0.3.ebuild b/app-emulation/vagrant/vagrant-2.0.3.ebuild index 9b87a6f0597..ff7a205039a 100644 --- a/app-emulation/vagrant/vagrant-2.0.3.ebuild +++ b/app-emulation/vagrant/vagrant-2.0.3.ebuild @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC="" inherit bash-completion-r1 ruby-fakegem DESCRIPTION="A tool for building and distributing development environments" -HOMEPAGE="http://vagrantup.com/" +HOMEPAGE="https://vagrantup.com/" SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"