vagrant: update to 2.2.3

This commit is contained in:
maxice8 2018-12-25 14:30:35 -02:00 committed by maxice8
parent 33e13bd25b
commit 583814d1f1
2 changed files with 4 additions and 29 deletions

View file

@ -1,24 +0,0 @@
From: Antonio Terceiro <terceiro@debian.org>
Date: Sat, 11 Oct 2014 16:54:58 -0300
Subject: bin/vagrant: silence warning about installer
---
bin/vagrant | 5 -----
1 file changed, 5 deletions(-)
diff --git a/bin/vagrant b/bin/vagrant
index 4fc6b96..f62ba79 100755
--- a/bin/vagrant
+++ b/bin/vagrant
@@ -164,11 +164,6 @@ begin
logger.debug("Creating Vagrant environment")
env = Vagrant::Environment.new(opts)
- if !Vagrant.in_installer? && !Vagrant.very_quiet?
- # If we're not in the installer, warn.
- env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
- end
-
begin
# Execute the CLI interface, and exit with the proper error code
exit_status = env.cli(argv)

View file

@ -1,6 +1,6 @@
# Template file for 'vagrant'
pkgname=vagrant
version=2.2.2
version=2.2.3
revision=1
hostmakedepends="ruby"
makedepends="ruby-devel zlib-devel"
@ -9,10 +9,9 @@ short_desc="Tool for building and distributing development environments"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://www.vagrantup.com/"
distfiles="https://github.com/mitchellh/$pkgname/archive/v$version.tar.gz"
checksum=4f1233a753933025da8735df5c0c77762350094468df1692bb041e1991195e0b
distfiles="https://github.com/mitchellh/${pkgname}/archive/v${version}.tar.gz"
checksum=7a2f15b58549080562168f6bcab6d1461540b42ad35bf1f0d33f2c64317d00c8
nocross=yes
patch_args="-p1"
only_for_archs="i686 x86_64"
@ -25,7 +24,7 @@ do_build() {
}
do_install() {
GEM_PATH=$DESTDIR/usr/lib/$pkgname GEM_HOME="$GEM_PATH" gem install $pkgname-$version.gem --no-ri --no-rdoc -- --disable-clean
GEM_PATH=$DESTDIR/usr/lib/$pkgname GEM_HOME="$GEM_PATH" gem install $pkgname-$version.gem --no-document -- --disable-clean
find ${DESTDIR} -type f -name \*.a -delete
find ${DESTDIR} -type f -name \*.log -delete