From: "Samuel Bernardo" <samuelbernardo.mail@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/user/ssnb:master commit in: app-admin/terraform/
Date: Wed, 2 May 2018 00:09:15 +0000 (UTC) [thread overview]
Message-ID: <1525219680.db1b5f2963f09b167420c85143f16ba95836eab2.samuelbernardo@gentoo> (raw)
commit: db1b5f2963f09b167420c85143f16ba95836eab2
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Wed May 2 00:08:00 2018 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Wed May 2 00:08:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=db1b5f29
update terraform
app-admin/terraform/Manifest | 2 ++
app-admin/terraform/terraform-0.11.7.ebuild | 42 +++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest
index 9e08ede..8f4bd6c 100644
--- a/app-admin/terraform/Manifest
+++ b/app-admin/terraform/Manifest
@@ -1,5 +1,7 @@
DIST terraform-0.11.3.tar.gz 9820598 BLAKE2B 929a20e3644fcac20fd117545ad7bf2fd2dbc31f37004a1a8f5a8e58d5fa590c02bc2353459bc15028bcee44fb0966c7c42e9b7837b61ecdbdacc0842aceb61f SHA512 983817f183181edd54a3c78260de6ee291beda2b7f8b2ee987c0ce6cf209ce09ca021fb32f1d839bb90c48d14921012ab3328d2ca160d40166e449b5af0236ba
+DIST terraform-0.11.7.tar.gz 10141085 BLAKE2B dc15a7a888f86ff36d642d5b77a63cfc0ea71ac49b2128cbda423e90e890c55cd9b86e78c775599d764fdcbfa9ff51a82cf650437c5cb9e23335a38d622ef4de SHA512 0ee0317bbca8b59698ae58cc090b7f6e11631885327bdcb805859312895c0f61e8eb87aa2fd4cd4ed7e4835fe50941a3f678b85aae8fc8b4585f9403d5c06de3
DIST terraform-0.9.6.tar.gz 16881166 BLAKE2B debe3b49e4450011bb4661acab8796d01b086bdbcf937da3cb22d9cc33d5067bcb17881fa8f313ff3e2452571effd90986671502495dc186ed154d95e2a1b6eb SHA512 c0c937f4c5383c1324e2607ef956ace5e043503711539fe1ffd5348728b5d81da8d5fa2b0e8fcdf9d9f8fcd8b614bce031b18b30cad16f93431ab6b897954136
EBUILD terraform-0.11.3.ebuild 925 BLAKE2B 3c54d436d0dbe002d8ed3cbea3ef825976a7f3c9f11010a15d68cb1f7b3dfd9d459e4a8b94aaf73b88f27be6798bc62331f8e31e3d8ebc2f035450708c54f9e2 SHA512 350a9f11785f0bb86664981cb2647e0b47f7b53bef3e629719105b7e88d371ce66948b7679081f2fc0b2c4dd6aa728c37d6199ade855dc98b078f7f77085bee1
+EBUILD terraform-0.11.7.ebuild 925 BLAKE2B 3c54d436d0dbe002d8ed3cbea3ef825976a7f3c9f11010a15d68cb1f7b3dfd9d459e4a8b94aaf73b88f27be6798bc62331f8e31e3d8ebc2f035450708c54f9e2 SHA512 350a9f11785f0bb86664981cb2647e0b47f7b53bef3e629719105b7e88d371ce66948b7679081f2fc0b2c4dd6aa728c37d6199ade855dc98b078f7f77085bee1
EBUILD terraform-0.9.6.ebuild 1921 BLAKE2B 02f50a020df8c9b5547f5f42d6bd5c3dd0be898a14e2bd60844723ba3befa8996c1dadf98b78c9f8c689d9a0025364570dea05069b83d1afb9094d3f317e6baf SHA512 e0d39decd9313b3d0668b9a8782065621fa44fa148772a1c2bc6de75bde89f83aeffdbe775e46f715233a04e9be1023af79ac1d689a78e0abca0fc9df8fd93e6
MISC metadata.xml 5113 BLAKE2B 2f911a04bd8622ed46504dc1dd0d6e9bb8b1791c9772525430da6237781c0fe4b6fdd32f8128d7c0372ed3026f307e02e405d803f53149af07db78dd50dc4aa3 SHA512 f84bf7d76e06179f4b74ab20ef6df64b05bbc6d0eed3cfed289d5204d6bd545853a4f99c290a9ea9de1c5fa7127faca8b634eef154a35df5aaf39c2ada621453
diff --git a/app-admin/terraform/terraform-0.11.7.ebuild b/app-admin/terraform/terraform-0.11.7.ebuild
new file mode 100644
index 0000000..7876b31
--- /dev/null
+++ b/app-admin/terraform/terraform-0.11.7.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+GOLANG_PKG_IMPORTPATH="github.com/hashicorp"
+GOLANG_PKG_ARCHIVEPREFIX="v"
+GOLANG_PKG_HAVE_TEST=1
+
+inherit golang-single
+
+DESCRIPTION="Terraform builds, changes, and combines infrastructure safely and efficiently"
+HOMEPAGE="http://www.terraform.io"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="zsh-completion fish-completion"
+
+RDEPEND="fish-completion? ( app-shells/fish )
+ zsh-completion? ( app-shells/zsh )"
+
+DOCS=(
+ README.md
+ examples/
+)
+
+src_install() {
+ golang-single_src_install
+
+ # Install fish completion files
+ if use fish-completion; then
+ insinto /usr/share/fish/functions/
+ newins contrib/fish-completion/${PN}.fish ${PN}.fish
+ fi
+
+ # Install zsh completion files
+ if use zsh-completion; then
+ insinto /usr/share/zsh/site-functions
+ newins contrib/zsh-completion/_${PN} _${PN}
+ fi
+}
next reply other threads:[~2018-05-02 0:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-02 0:09 Samuel Bernardo [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-16 19:59 [gentoo-commits] repo/user/ssnb:master commit in: app-admin/terraform/ Samuel Bernardo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1525219680.db1b5f2963f09b167420c85143f16ba95836eab2.samuelbernardo@gentoo \
--to=samuelbernardo.mail@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox