Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vagrant/
Date: Fri, 11 May 2018 10:13:19
Message-Id: 1526033386.0dc8492a47898dc9b18e4c5ea5fc0b7c3ea0d893.mgorny@gentoo
1 commit: 0dc8492a47898dc9b18e4c5ea5fc0b7c3ea0d893
2 Author: Georgy Yakovlev <ya <AT> sysdump <DOT> net>
3 AuthorDate: Wed May 2 05:01:42 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 10:09:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc8492a
7
8 app-emulation/vagrant: use HTTPS
9
10 Package-Manager: Portage-2.3.33, Repoman-2.3.9
11
12 app-emulation/vagrant/vagrant-2.0.2.ebuild | 2 +-
13 app-emulation/vagrant/vagrant-2.0.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/vagrant/vagrant-2.0.2.ebuild b/app-emulation/vagrant/vagrant-2.0.2.ebuild
17 index 9b87a6f0597..ff7a205039a 100644
18 --- a/app-emulation/vagrant/vagrant-2.0.2.ebuild
19 +++ b/app-emulation/vagrant/vagrant-2.0.2.ebuild
20 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC=""
21 inherit bash-completion-r1 ruby-fakegem
22
23 DESCRIPTION="A tool for building and distributing development environments"
24 -HOMEPAGE="http://vagrantup.com/"
25 +HOMEPAGE="https://vagrantup.com/"
26 SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="MIT"
29
30 diff --git a/app-emulation/vagrant/vagrant-2.0.3.ebuild b/app-emulation/vagrant/vagrant-2.0.3.ebuild
31 index 9b87a6f0597..ff7a205039a 100644
32 --- a/app-emulation/vagrant/vagrant-2.0.3.ebuild
33 +++ b/app-emulation/vagrant/vagrant-2.0.3.ebuild
34 @@ -12,7 +12,7 @@ RUBY_FAKEGEM_TASK_DOC=""
35 inherit bash-completion-r1 ruby-fakegem
36
37 DESCRIPTION="A tool for building and distributing development environments"
38 -HOMEPAGE="http://vagrantup.com/"
39 +HOMEPAGE="https://vagrantup.com/"
40 SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="MIT"