[arch-commits] Commit in terraform/repos (4 files)

Jerome Leclanche jleclanche at archlinux.org
Sat Aug 5 18:17:46 UTC 2017


    Date: Saturday, August 5, 2017 @ 18:17:45
  Author: jleclanche
Revision: 248796

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

Added:
  terraform/repos/community-i686/PKGBUILD
    (from rev 248795, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/PKGBUILD
    (from rev 248795, 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-08-05 18:17:25 UTC (rev 248795)
+++ community-i686/PKGBUILD	2017-08-05 18:17:45 UTC (rev 248796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=terraform
-pkgver=0.9.11
-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=("400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb")
-
-
-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 248795, terraform/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-05 18:17:45 UTC (rev 248796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=terraform
+pkgver=0.10.0
+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=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
+
+
+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-08-05 18:17:25 UTC (rev 248795)
+++ community-x86_64/PKGBUILD	2017-08-05 18:17:45 UTC (rev 248796)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche <jerome at leclan.ch>
-
-pkgname=terraform
-pkgver=0.9.11
-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=("400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb")
-
-
-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 248795, terraform/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-05 18:17:45 UTC (rev 248796)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=terraform
+pkgver=0.10.0
+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=("37fad4afde1978d0a4841176b577a2e446144cec836fb14f177704d111c72f0a")
+
+
+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"
+}



More information about the arch-commits mailing list