From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3D57138334 for ; Fri, 4 Jan 2019 21:20:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67384E091B; Fri, 4 Jan 2019 21:20:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24D98E091B for ; Fri, 4 Jan 2019 21:20:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00662335D1A for ; Fri, 4 Jan 2019 21:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E4AB4F2 for ; Fri, 4 Jan 2019 21:20:46 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1546636830.78b3d9a3093d8a3fa72a266dccef2357a6173fce.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/terraform/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/terraform/Manifest app-admin/terraform/metadata.xml app-admin/terraform/terraform-0.11.11.ebuild X-VCS-Directories: app-admin/terraform/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 78b3d9a3093d8a3fa72a266dccef2357a6173fce X-VCS-Branch: master Date: Fri, 4 Jan 2019 21:20:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d7056d3-2833-46d5-a522-dcbb1f9badae X-Archives-Hash: e9f673c1612a057a0100beeb3ae1988a commit: 78b3d9a3093d8a3fa72a266dccef2357a6173fce Author: Dan Molik danmolik com> AuthorDate: Fri Jan 4 16:42:46 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jan 4 21:20:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b3d9a3 app-admin/terraform: new package Adding Hashicorp's terraform infrastructure as code utility. Information on the tool can be found here: https://terraform.io and the code base can be found here: https://github.com/hashicorp/terraform Package-Manager: Portage-2.3.54, Repoman-2.3.12 Closes: https://bugs.gentoo.org/634538 Closes: https://github.com/gentoo/gentoo/pull/10740 Signed-off-by: Dan Molik danmolik.com> Signed-off-by: Georgy Yakovlev gentoo.org> app-admin/terraform/Manifest | 1 + app-admin/terraform/metadata.xml | 28 ++++++++++++++++++++++++++++ app-admin/terraform/terraform-0.11.11.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest new file mode 100644 index 00000000000..d83bd780e06 --- /dev/null +++ b/app-admin/terraform/Manifest @@ -0,0 +1 @@ +DIST terraform-0.11.11.tar.gz 10938952 BLAKE2B 76062c2c95c95751f7a1a28fc7047ebd2255504dece99efa08ea8deede5e774a838571a2e0ab81fa90e2580823958d8e1781d154ecbed9c1d839a0cb2998487c SHA512 7c0cf4b0b70eab7dc88133d50ac4b586b72ac53e01c21c00766d03d10c753cfd404b146add21e378be8f1d305c5e92703cbaeac9e4c4b55bfc8b2532f74f63ee diff --git a/app-admin/terraform/metadata.xml b/app-admin/terraform/metadata.xml new file mode 100644 index 00000000000..6cdb29b9fbe --- /dev/null +++ b/app-admin/terraform/metadata.xml @@ -0,0 +1,28 @@ + + + + + dan@danmolik.com + Dan Molik + + + proxy-maint@gentoo.org + Proxy Maintainers + + + Terraform is a tool for building, changing, and versioning infrastructure + safely and efficiently. Terraform can manage existing and popular service + providers as well as custom in-house solutions. + + Terraform files describe the components needed to run a single application + or your entire datacenter. Terraform generates an execution plan describing + what it will do to reach the desired state, and then executes it to build + the described infrastructure. As the configuration changes, Terraform is + able to determine what changed and create incremental execution plans which + can be applied. + + + https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md + hashicorp/terraform + + diff --git a/app-admin/terraform/terraform-0.11.11.ebuild b/app-admin/terraform/terraform-0.11.11.ebuild new file mode 100644 index 00000000000..15c8b080b17 --- /dev/null +++ b/app-admin/terraform/terraform-0.11.11.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit golang-vcs-snapshot + +DESCRIPTION="A tool for building, changing, and combining infrastructure safely" +HOMEPAGE="https://www.terraform.io/" + +EGO_PN="github.com/hashicorp/${PN}" +SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +DEPEND=">=dev-lang/go-1.11.0" + +src_compile() { + cd "src/${EGO_PN}" || die + GOPATH="${S}" GOCACHE="${T}/go-cache" go build \ + -v -work -o "${S}/${PN}" ./ || die +} + +src_install() { + dobin terraform +}