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:21
Message-Id: 1526033386.3b3fb3393f40b6dadd4009310943c0d472557932.mgorny@gentoo
1 commit: 3b3fb3393f40b6dadd4009310943c0d472557932
2 Author: Georgy Yakovlev <ya <AT> sysdump <DOT> net>
3 AuthorDate: Wed May 2 04:56:36 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=3b3fb339
7
8 app-emulation/vagrant: update github repo url
9
10 Package-Manager: Portage-2.3.33, Repoman-2.3.9
11
12 app-emulation/vagrant/metadata.xml | 2 +-
13 app-emulation/vagrant/vagrant-2.0.2.ebuild | 4 ++--
14 app-emulation/vagrant/vagrant-2.0.3.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/app-emulation/vagrant/metadata.xml b/app-emulation/vagrant/metadata.xml
18 index 43ec8038040..bc8d8897403 100644
19 --- a/app-emulation/vagrant/metadata.xml
20 +++ b/app-emulation/vagrant/metadata.xml
21 @@ -15,6 +15,6 @@
22 </flag>
23 </use>
24 <upstream>
25 - <remote-id type="github">mitchellh/vagrant</remote-id>
26 + <remote-id type="github">hashicorp/vagrant</remote-id>
27 </upstream>
28 </pkgmetadata>
29
30 diff --git a/app-emulation/vagrant/vagrant-2.0.2.ebuild b/app-emulation/vagrant/vagrant-2.0.2.ebuild
31 index 09af0d9c740..9b87a6f0597 100644
32 --- a/app-emulation/vagrant/vagrant-2.0.2.ebuild
33 +++ b/app-emulation/vagrant/vagrant-2.0.2.ebuild
34 @@ -13,7 +13,7 @@ inherit bash-completion-r1 ruby-fakegem
35
36 DESCRIPTION="A tool for building and distributing development environments"
37 HOMEPAGE="http://vagrantup.com/"
38 -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 +SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="MIT"
42 SLOT="0"
43 @@ -71,7 +71,7 @@ all_ruby_install() {
44 all_fakegem_install
45
46 # provide executable similar to upstream:
47 - # https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
48 + # https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
49 dobin "${PN}"
50
51 # directory for plugins.json
52
53 diff --git a/app-emulation/vagrant/vagrant-2.0.3.ebuild b/app-emulation/vagrant/vagrant-2.0.3.ebuild
54 index 09af0d9c740..9b87a6f0597 100644
55 --- a/app-emulation/vagrant/vagrant-2.0.3.ebuild
56 +++ b/app-emulation/vagrant/vagrant-2.0.3.ebuild
57 @@ -13,7 +13,7 @@ inherit bash-completion-r1 ruby-fakegem
58
59 DESCRIPTION="A tool for building and distributing development environments"
60 HOMEPAGE="http://vagrantup.com/"
61 -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
62 +SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 @@ -71,7 +71,7 @@ all_ruby_install() {
67 all_fakegem_install
68
69 # provide executable similar to upstream:
70 - # https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
71 + # https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb
72 dobin "${PN}"
73
74 # directory for plugins.json