Date: Friday, September 15, 2017 @ 15:29:12
  Author: jleclanche
Revision: 257693

archrelease: copy trunk to community-i686, community-x86_64

Added:
  terraform/repos/community-i686/PKGBUILD
    (from rev 257692, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 257692, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-i686/PKGBUILD
  terraform/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   43 ----------------------
 community-x86_64/PKGBUILD |   43 ----------------------
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-09-15 15:28:52 UTC (rev 257692)
+++ community-i686/PKGBUILD     2017-09-15 15:29:12 UTC (rev 257693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=terraform
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
-
-
-prepare() {
-       mkdir -p "$srcdir/src/$_gourl"
-       rm -rf "${srcdir}/src/$_gourl/$pkgname"
-       mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-       msg2 "Fetching dependencies"
-       cd "$srcdir/src/$_gourl/$pkgname"
-       GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-       GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-       msg2 "Build program"
-       cd "$srcdir/src/$_gourl/$pkgname"
-       GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-       cd "$srcdir/bin"
-       install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-       cd "$srcdir/src/$_gourl/$pkgname"
-       # Zsh completion
-       install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-i686/PKGBUILD (from rev 257692, 
terraform/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-09-15 15:29:12 UTC (rev 257693)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=terraform
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/";
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
+sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
+
+
+prepare() {
+       mkdir -p "$srcdir/src/$_gourl"
+       rm -rf "${srcdir}/src/$_gourl/$pkgname"
+       mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+       msg2 "Fetching dependencies"
+       cd "$srcdir/src/$_gourl/$pkgname"
+       GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+       GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+       msg2 "Build program"
+       cd "$srcdir/src/$_gourl/$pkgname"
+       GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+       cd "$srcdir/bin"
+       install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+       cd "$srcdir/src/$_gourl/$pkgname"
+       # Zsh completion
+       install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-09-15 15:28:52 UTC (rev 257692)
+++ community-x86_64/PKGBUILD   2017-09-15 15:29:12 UTC (rev 257693)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jer...@leclan.ch>
-
-pkgname=terraform
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="http://www.terraform.io/";
-arch=("i686" "x86_64")
-license=("MPL")
-makedepends=("go" "godep" "git" "mercurial")
-conflicts=("terraform-bin")
-_gourl="github.com/hashicorp"
-source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
-sha256sums=("41110f6503e842bb6d6af50dabc66f70ef690da7e16563d731df118d6faa4b62")
-
-
-prepare() {
-       mkdir -p "$srcdir/src/$_gourl"
-       rm -rf "${srcdir}/src/$_gourl/$pkgname"
-       mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
-       msg2 "Fetching dependencies"
-       cd "$srcdir/src/$_gourl/$pkgname"
-       GOPATH="$srcdir" go get -u github.com/mitchellh/gox
-       GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
-}
-
-
-build() {
-       msg2 "Build program"
-       cd "$srcdir/src/$_gourl/$pkgname"
-       GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
-}
-
-
-package() {
-       cd "$srcdir/bin"
-       install -Dm755 terraform "$pkgdir/usr/bin/terraform"
-
-       cd "$srcdir/src/$_gourl/$pkgname"
-       # Zsh completion
-       install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 257692, 
terraform/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-15 15:29:12 UTC (rev 257693)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+
+pkgname=terraform
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="http://www.terraform.io/";
+arch=("i686" "x86_64")
+license=("MPL")
+makedepends=("go" "godep" "git" "mercurial")
+conflicts=("terraform-bin")
+_gourl="github.com/hashicorp"
+source=("https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";)
+sha256sums=("9030db9346ee7fa19a49ebb4207812dcda44721c36d1250ca8afa28e9b14c7cc")
+
+
+prepare() {
+       mkdir -p "$srcdir/src/$_gourl"
+       rm -rf "${srcdir}/src/$_gourl/$pkgname"
+       mv -f "terraform-$pkgver" "$srcdir/src/$_gourl/$pkgname"
+       msg2 "Fetching dependencies"
+       cd "$srcdir/src/$_gourl/$pkgname"
+       GOPATH="$srcdir" go get -u github.com/mitchellh/gox
+       GOPATH="$srcdir" go get -u golang.org/x/tools/cmd/stringer
+}
+
+
+build() {
+       msg2 "Build program"
+       cd "$srcdir/src/$_gourl/$pkgname"
+       GOPATH="$srcdir" PATH="$srcdir/bin:$PATH" TF_DEV=1 TF_QUICKDEV=1 make 
bin
+}
+
+
+package() {
+       cd "$srcdir/bin"
+       install -Dm755 terraform "$pkgdir/usr/bin/terraform"
+
+       cd "$srcdir/src/$_gourl/$pkgname"
+       # Zsh completion
+       install -D contrib/zsh-completion/_terraform 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
+}

Reply via email to