diff options
author | Georgy Yakovlev <ya@sysdump.net> | 2018-05-01 21:56:36 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-11 12:09:46 +0200 |
commit | 3b3fb3393f40b6dadd4009310943c0d472557932 (patch) | |
tree | b50636efc8eafde7dbaf705f49dcb52463113ea0 /app-emulation | |
parent | www-servers/h2o: fix build with LibreSSL 2.7 (diff) | |
download | gentoo-3b3fb3393f40b6dadd4009310943c0d472557932.tar.gz gentoo-3b3fb3393f40b6dadd4009310943c0d472557932.tar.bz2 gentoo-3b3fb3393f40b6dadd4009310943c0d472557932.zip |
app-emulation/vagrant: update github repo url
Package-Manager: Portage-2.3.33, Repoman-2.3.9
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vagrant/metadata.xml | 2 | ||||
-rw-r--r-- | app-emulation/vagrant/vagrant-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/vagrant/vagrant-2.0.3.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/app-emulation/vagrant/metadata.xml b/app-emulation/vagrant/metadata.xml index 43ec80380400..bc8d8897403b 100644 --- a/app-emulation/vagrant/metadata.xml +++ b/app-emulation/vagrant/metadata.xml @@ -15,6 +15,6 @@ </flag> </use> <upstream> - <remote-id type="github">mitchellh/vagrant</remote-id> + <remote-id type="github">hashicorp/vagrant</remote-id> </upstream> </pkgmetadata> diff --git a/app-emulation/vagrant/vagrant-2.0.2.ebuild b/app-emulation/vagrant/vagrant-2.0.2.ebuild index 09af0d9c7406..9b87a6f05978 100644 --- a/app-emulation/vagrant/vagrant-2.0.2.ebuild +++ b/app-emulation/vagrant/vagrant-2.0.2.ebuild @@ -13,7 +13,7 @@ inherit bash-completion-r1 ruby-fakegem DESCRIPTION="A tool for building and distributing development environments" HOMEPAGE="http://vagrantup.com/" -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -71,7 +71,7 @@ all_ruby_install() { all_fakegem_install # provide executable similar to upstream: - # https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb + # https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb dobin "${PN}" # directory for plugins.json diff --git a/app-emulation/vagrant/vagrant-2.0.3.ebuild b/app-emulation/vagrant/vagrant-2.0.3.ebuild index 09af0d9c7406..9b87a6f05978 100644 --- a/app-emulation/vagrant/vagrant-2.0.3.ebuild +++ b/app-emulation/vagrant/vagrant-2.0.3.ebuild @@ -13,7 +13,7 @@ inherit bash-completion-r1 ruby-fakegem DESCRIPTION="A tool for building and distributing development environments" HOMEPAGE="http://vagrantup.com/" -SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/hashicorp/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -71,7 +71,7 @@ all_ruby_install() { all_fakegem_install # provide executable similar to upstream: - # https://github.com/mitchellh/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb + # https://github.com/hashicorp/vagrant-installers/blob/master/substrate/modules/vagrant_installer/templates/vagrant.erb dobin "${PN}" # directory for plugins.json |