[arch-commits] Commit in vagrant/repos/community-x86_64 (3 files)

2020-09-03 Thread Jonathan Steel via arch-commits
Date: Thursday, September 3, 2020 @ 17:16:23
  Author: jsteel
Revision: 697520

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 697519, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch

--+
 PKGBUILD |  163 +---
 ruby-2.7-fixes.patch |  218 -
 2 files changed, 76 insertions(+), 305 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 17:16:15 UTC (rev 697519)
+++ PKGBUILD2020-09-03 17:16:23 UTC (rev 697520)
@@ -1,87 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.9
-pkgrel=2
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz' 'perl')
-makedepends=('git' 'go')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;
-ruby-2.7-fixes.patch)
-md5sums=('b52b86985d95419d963c2985fd8cedf2'
- 'SKIP'
- '2e987a1d46a4c36e3d33d9f5aec21424')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-
-  patch -p1 < ../ruby-2.7-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-
-  go build \
--trimpath \
--buildmode=pie \
--ldflags "-extldflags \"${LDFLAGS}\"" \
--o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 697519, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 17:16:23 UTC (rev 697520)
@@ -0,0 +1,76 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.10
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
+md5sums=('b6f4fba99d5f82c654e6409bc3eeda3a'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+-o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  

[arch-commits] Commit in vagrant/repos/community-x86_64 (3 files)

2020-01-28 Thread Jonathan Steel via arch-commits
Date: Tuesday, January 28, 2020 @ 15:55:06
  Author: jsteel
Revision: 558246

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 558245, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/fb4e6985e142da56bad143d70600cd3695c91757.patch

+
 PKGBUILD   |  160 +++
 fb4e6985e142da56bad143d70600cd3695c91757.patch |   75 --
 2 files changed, 78 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-28 15:54:57 UTC (rev 558245)
+++ PKGBUILD2020-01-28 15:55:06 UTC (rev 558246)
@@ -1,82 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.6
-pkgrel=3
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;
-"fb4e6985e142da56bad143d70600cd3695c91757.patch")
-md5sums=('19d7b591503ab2190d5720dc5a64023c'
- 'SKIP'
- '602f27d34747518f0a913c740cc5a48f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # fix for virtualbox 6.1
-  patch -p1 -i "$srcdir/fb4e6985e142da56bad143d70600cd3695c91757.patch"
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 558245, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-28 15:55:06 UTC (rev 558246)
@@ -0,0 +1,78 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.7
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
+md5sums=('45147c55d560f3c91654e2c5535e7f58'
+ 'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # relax ruby version requirements so this package can be built with the 
latest ruby
+  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd 

[arch-commits] Commit in vagrant/repos/community-x86_64 (3 files)

2019-12-16 Thread Ike Devolder via arch-commits
Date: Monday, December 16, 2019 @ 09:03:51
  Author: idevolder
Revision: 537838

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 537837, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/fb4e6985e142da56bad143d70600cd3695c91757.patch
(from rev 537837, 
vagrant/trunk/fb4e6985e142da56bad143d70600cd3695c91757.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |  150 ---
 fb4e6985e142da56bad143d70600cd3695c91757.patch |   75 +++
 2 files changed, 154 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-16 09:03:30 UTC (rev 537837)
+++ PKGBUILD2019-12-16 09:03:51 UTC (rev 537838)
@@ -1,71 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.6
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('19d7b591503ab2190d5720dc5a64023c'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 537837, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-16 09:03:51 UTC (rev 537838)
@@ -0,0 +1,79 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.6
+pkgrel=2
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;
+"fb4e6985e142da56bad143d70600cd3695c91757.patch")
+md5sums=('19d7b591503ab2190d5720dc5a64023c'
+ 'SKIP'
+ '602f27d34747518f0a913c740cc5a48f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix for virtualbox 6.1
+  patch -p1 -i "$srcdir/fb4e6985e142da56bad143d70600cd3695c91757.patch"
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}

[arch-commits] Commit in vagrant/repos/community-x86_64 (3 files)

2019-01-15 Thread Jonathan Steel via arch-commits
Date: Tuesday, January 15, 2019 @ 15:03:13
  Author: jsteel
Revision: 423344

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 423343, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby26.patch

--+
 PKGBUILD |  147 +++--
 ruby26.patch |   35 -
 2 files changed, 71 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-15 15:03:03 UTC (rev 423343)
+++ PKGBUILD2019-01-15 15:03:13 UTC (rev 423344)
@@ -1,76 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-ruby26.patch
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
-md5sums=('3c9ef6fbbf1b36f7e98a1e2495e50101'
- '16d1ca112b51345c47d2f6d899670e37'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # https://github.com/hashicorp/vagrant/issues/10577
-  patch -Np1 -i ../ruby26.patch
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 423343, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-15 15:03:13 UTC (rev 423344)
@@ -0,0 +1,71 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.3
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz')
+makedepends=('git' 'go-pie')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;)
+md5sums=('2cfc11b119448b2c2a2284345b199c40'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  gem build $pkgname.gemspec
+
+  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
+  go get github.com/mitchellh/osext
+  go build -o vagrant
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+
+  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
+"$EMBEDDED_DIR"/etc/gemrc
+
+  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
+
+  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc \

[arch-commits] Commit in vagrant/repos/community-x86_64 (3 files)

2014-03-20 Thread Jonathan Steel
Date: Thursday, March 20, 2014 @ 21:28:29
  Author: jsteel
Revision: 108007

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 108006, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/plugins.patch
(from rev 108006, vagrant/trunk/plugins.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |  105 +---
 plugins.patch |   31 
 2 files changed, 87 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-20 20:28:17 UTC (rev 108006)
+++ PKGBUILD2014-03-20 20:28:29 UTC (rev 108007)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Ido Rosen i...@kernel.org
-# Contributor: Brett Hoerner br...@bretthoerner.com
-# Contributor: Jochen Schalanda jochen+...@schalanda.name
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-# Contributor: helios a...@wiresphere.de
-# Contributor: George Ornbo gor...@gmail.com
-# Contributor: Niklas Heer niklas.h...@me.com
-# Contributor: Steven Nance ste...@devtrw.com
-
-pkgname=vagrant
-pkgver=1.5.1
-pkgrel=4
-pkgdesc=Build and distribute virtualized development environments
-arch=('i686' 'x86_64')
-url=http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-makedepends=('git')
-depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
-source=(git://github.com/mitchellh/$pkgname.git
-git://github.com/mitchellh/$pkgname-installers.git
-
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('SKIP' 'SKIP')
-[[ $CARCH == i686 ]]  md5sums[2]='c04042b24de56d18a041bc005e5ecaa4'
-[[ $CARCH == x86_64 ]]  md5sums[2]='53d8a137e0b50fee8509a7d1c15fd33b'
-
-build() {
-  cd $srcdir/$pkgname
-REV=$( git log --grep ^v$pkgver$ --pretty=format:%H | head -n 1 )
-
-  $srcdir/$pkgname-installers/package/support/install_$pkgname.sh \
-$srcdir/substrate/ $REV $srcdir/substrate/${pkgname}_version
-}
-
-package() {
-  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
-
-  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
-
-  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-
-  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 $srcdir/$pkgname/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 108006, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-20 20:28:29 UTC (rev 108007)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.5.1
+pkgrel=5
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git')
+depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+source=(git://github.com/mitchellh/$pkgname.git
+git://github.com/mitchellh/$pkgname-installers.git
+plugins.patch
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('SKIP' 'SKIP'
+ 'c73455203b22aaf89e3a7779ebbe81ed')
+[[ $CARCH == i686 ]]  md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]]  md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+prepare() {
+  # Remove proprietary plugins
+  patch -Np1 -i $srcdir/plugins.patch
+}
+
+build() {
+  cd $srcdir/$pkgname
+REV=$( git log --grep ^v$pkgver$ --pretty=format:%H | head -n 1 )
+
+  $srcdir/$pkgname-installers/package/support/install_$pkgname.sh \
+$srcdir/substrate/ $REV $srcdir/substrate/${pkgname}_version
+}
+
+package() {
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 $srcdir/$pkgname/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: vagrant/repos/community-x86_64/plugins.patch (from rev 108006, 
vagrant/trunk/plugins.patch)
===
--- plugins.patch 

[arch-commits] Commit in vagrant/repos/community-x86_64 (3 files)

2014-03-20 Thread Jonathan Steel
Date: Thursday, March 20, 2014 @ 21:53:49
  Author: jsteel
Revision: 108009

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 108008, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/plugins.patch
(from rev 108008, vagrant/trunk/plugins.patch)
Deleted:
  vagrant/repos/community-x86_64/plugins.patch

---+
 PKGBUILD  |   56 ++
 plugins.patch |   62 
 2 files changed, 87 insertions(+), 31 deletions(-)

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 108008, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-20 20:53:49 UTC (rev 108009)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: Brett Hoerner br...@bretthoerner.com
+# Contributor: Jochen Schalanda jochen+...@schalanda.name
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: helios a...@wiresphere.de
+# Contributor: George Ornbo gor...@gmail.com
+# Contributor: Niklas Heer niklas.h...@me.com
+# Contributor: Steven Nance ste...@devtrw.com
+
+pkgname=vagrant
+pkgver=1.5.1
+pkgrel=5
+pkgdesc=Build and distribute virtualized development environments
+arch=('i686' 'x86_64')
+url=http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+makedepends=('git')
+depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
+source=(git://github.com/mitchellh/$pkgname.git
+git://github.com/mitchellh/$pkgname-installers.git
+plugins.patch
+
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
+md5sums=('SKIP' 'SKIP'
+ 'c73455203b22aaf89e3a7779ebbe81ed')
+[[ $CARCH == i686 ]]  md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
+[[ $CARCH == x86_64 ]]  md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
+
+prepare() {
+  # Remove proprietary plugins
+  patch -Np1 -i $srcdir/plugins.patch
+}
+
+build() {
+  cd $srcdir/$pkgname
+REV=$( git log --grep ^v$pkgver$ --pretty=format:%H | head -n 1 )
+
+  $srcdir/$pkgname-installers/package/support/install_$pkgname.sh \
+$srcdir/substrate/ $REV $srcdir/substrate/${pkgname}_version
+}
+
+package() {
+  install -d $pkgdir/{opt/,usr/bin/,usr/share/bash-completion/completions/}
+
+  cp -r $srcdir/substrate/ $pkgdir/opt/$pkgname/
+
+  ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  ln -s 
/opt/$pkgname/embedded/gems/gems/$pkgname-$pkgver/contrib/bash/completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 $srcdir/$pkgname/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: plugins.patch
===
--- plugins.patch   2014-03-20 20:39:49 UTC (rev 108008)
+++ plugins.patch   2014-03-20 20:53:49 UTC (rev 108009)
@@ -1,31 +0,0 @@
 src/vagrant-installers/package/support/install_vagrant.sh.orig 
2014-03-20 19:49:56.853976851 +
-+++ src/vagrant-installers/package/support/install_vagrant.sh  2014-03-20 
19:53:25.921123996 +
-@@ -55,28 +55,6 @@
- export PATH=${EMBEDDED_DIR}/bin:${PATH}
- ${GEM_COMMAND} install vagrant.gem --no-ri --no-rdoc
- 
--# Install extensions
--${GEM_COMMAND} install vagrant-login --no-ri --no-rdoc --source 
http://gems.hashicorp.com;
--${GEM_COMMAND} install vagrant-share --no-ri --no-rdoc --source 
http://gems.hashicorp.com;
--
--# Setup the system plugins
--cat EOF ${EMBEDDED_DIR}/plugins.json
--{
--version: 1,
--installed: {
--vagrant-login: {
--ruby_version: 0,
--vagrant_version: ${VERSION}
--},
--vagrant-share: {
--ruby_version: 0,
--vagrant_version: ${VERSION}
--}
--}
--}
--EOF
--chmod 0644 ${EMBEDDED_DIR}/plugins.json
--
- # Exit the temporary directory
- popd
- rm -rf ${TMP_DIR}

Copied: vagrant/repos/community-x86_64/plugins.patch (from rev 108008, 
vagrant/trunk/plugins.patch)
===
--- plugins.patch   (rev 0)
+++ plugins.patch   2014-03-20 20:53:49 UTC (rev 108009)
@@ -0,0 +1,31 @@
+--- src/vagrant-installers/package/support/install_vagrant.sh.orig 
2014-03-20 19:49:56.853976851 +
 src/vagrant-installers/package/support/install_vagrant.sh  2014-03-20 
19:53:25.921123996 +
+@@ -55,28 +55,6 @@
+ export PATH=${EMBEDDED_DIR}/bin:${PATH}
+ ${GEM_COMMAND} install vagrant.gem --no-ri --no-rdoc
+ 
+-# Install extensions
+-${GEM_COMMAND} install vagrant-login --no-ri --no-rdoc --source 
http://gems.hashicorp.com;
+-${GEM_COMMAND} install vagrant-share --no-ri --no-rdoc --source 
http://gems.hashicorp.com;
+-
+-# Setup the system plugins
+-cat EOF ${EMBEDDED_DIR}/plugins.json
+-{
+-version: 1,