* [gentoo-commits] repo/user/ssnb:master commit in: app-admin/terraform/
@ 2018-05-02 0:09 Samuel Bernardo
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Bernardo @ 2018-05-02 0:09 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/user/ssnb:master commit in: app-admin/terraform/
@ 2024-06-16 19:59 Samuel Bernardo
0 siblings, 0 replies; 2+ messages in thread
From: Samuel Bernardo @ 2024-06-16 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 2e13af95fcb229d3b0440b23663f1d41143856a7
Author: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
AuthorDate: Sun Jun 16 19:58:50 2024 +0000
Commit: Samuel Bernardo <samuelbernardo.mail <AT> gmail <DOT> com>
CommitDate: Sun Jun 16 19:58:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/user/ssnb.git/commit/?id=2e13af95
Remove terraform ebuild, since it is maintained by Gentoo
Signed-off-by: Samuel Bernardo <samuelbernardo.mail <AT> gmail.com>
app-admin/terraform/Manifest | 3 -
app-admin/terraform/metadata.xml | 139 -----------------------------
app-admin/terraform/terraform-1.8.5.ebuild | 42 ---------
3 files changed, 184 deletions(-)
diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest
deleted file mode 100644
index 98d77c3..0000000
--- a/app-admin/terraform/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST terraform-1.8.5.tar.gz 6312380 BLAKE2B 464cb31f0af2e1ea046b8ba6461a4a4a8522b88771ba901c194c9853986a43cde26c33457669e75293a3664bce700ede07129704c7ee98fed39c46677f3c2720 SHA512 6b5e1a7aa3345a2c1087d6819215c9ed30e1e121c4314e9a6cebef13143064fb0ae43aa1446a66fd7e0d46b8b948e581fb8cc3b007e124ca5340523fcfa5ed61
-EBUILD terraform-1.8.5.ebuild 922 BLAKE2B 8de74a6ad3f9296e352e17632b00472ffd0951847e52fd67d748caa986e6f0d926b09e44c13f7ccc28ce062a93a253ca834c77cda1fca3f8d2a56afac34a972c SHA512 0d0db7fd214f6164a7764cfbffbccc01d9cea823808b440296173c588ff33635e31354efb017bc6f059e60e6dfd5b4f450185a1810eb949904a4f315cc5d2b38
-MISC metadata.xml 5113 BLAKE2B 2f911a04bd8622ed46504dc1dd0d6e9bb8b1791c9772525430da6237781c0fe4b6fdd32f8128d7c0372ed3026f307e02e405d803f53149af07db78dd50dc4aa3 SHA512 f84bf7d76e06179f4b74ab20ef6df64b05bbc6d0eed3cfed289d5204d6bd545853a4f99c290a9ea9de1c5fa7127faca8b634eef154a35df5aaf39c2ada621453
diff --git a/app-admin/terraform/metadata.xml b/app-admin/terraform/metadata.xml
deleted file mode 100644
index 266fcd4..0000000
--- a/app-admin/terraform/metadata.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>samuelbernardo.mail@gmail.com</email>
- <name>Samuel Bernardo</name>
- <description>Original source from go-overlay</description>
- </maintainer>
- <use>
- <flag name="fish-completion">Enable fish completion support</flag>
- <flag name="atlas">
- Builds the provider that interacts with resources, configuration,
- artifacts, and metadata managed by Atlas https://atlas.hashicorp.com
- </flag>
- <flag name="aws">
- Builds the provider that interacts with the many resources supported
- by Amazon Web Services https://aws.amazon.com
- </flag>
- <flag name="azure">
- Builds the provider that interacts with the many resources supported
- by Microsoft Azure https://azure.microsoft.com
- </flag>
- <flag name="cloudflare">
- Builds the provider that interact with the DNS resources supported
- by CloudFlare https://www.cloudflare.com
- </flag>
- <flag name="cloudstack">
- Builds the provider that interact with the many resources supported
- by Apache CloudStack https://cloudstack.apache.org
- </flag>
- <flag name="consul">
- Builds the provider that exposes resources used to interact with a
- Consul cluster <pkg>app-admin/consul</pkg>
- </flag>
- <flag name="digitalocean">
- Builds the provider that interacts with the resources supported by
- DigitalOcean https://www.digitalocean.com
- </flag>
- <flag name="dnsimple">
- Builds the provider that interacts with the resources supported by
- DNSimple https://dnsimple.com
- </flag>
- <flag name="docker">
- Builds the provider that interacts with Docker <pkg>app-emulation/docker</pkg>
- containers and images, by using Docker API
- </flag>
- <flag name="dyn">
- Builds the provider that interacts with the resources supported by
- Dyn http://dyn.com
- </flag>
- <flag name="google">
- Builds the provider that interacts with Google Cloud services
- https://cloud.google.com
- </flag>
- <flag name="heroku">
- Builds the provider that interacts with the resources supported by
- Heroku https://www.heroku.com
- </flag>
- <flag name="librato">
- Builds the provider that interacts with the resources supported by
- Librato Spaces https://www.librato.com
- </flag>
- <flag name="mailgun">
- Builds the provider that interacts with the resources supported by
- Mailgun http://www.mailgun.com
- </flag>
- <flag name="null">
- Builds the provider that allows you to configure provisioners that
- are not directly associated with a single existing resource
- </flag>
- <flag name="openstack">
- Builds the provider that interacts with the many resources supported
- by OpenStack <pkg>sys-cluster/openstack-meta</pkg>
- </flag>
- <flag name="packet">
- Builds the provider that interacts with the resources supported by
- Packet https://www.packet.net
- </flag>
- <flag name="powerdns">
- Build the provider that manipulates DNS records supported by
- PowerDNS server http://powerdns.com
- </flag>
- <flag name="rundeck">
- Builds the provider that creates and configures Projects, Jobs and
- Keys in Rundeck http://rundeck.org
- </flag>
- <flag name="softlayer">
- Builds the provider that interacts with the resources supported by
- IBM's SoftLayer https://www.softlayer.com
- </flag>
- <flag name="statuscake">
- Builds the provider that creates and configures tests in StatusCake
- https://www.statuscake.com
- </flag>
- <flag name="template">
- Builds a provider that exposes resources to use templates to
- generate strings for other Terraform resources or outputs.
- </flag>
- <flag name="tls">
- Builds the provider that provides utilities for working with
- Transport Layer Security keys and certificates
- </flag>
- <flag name="vsphere">
- Builds the provider that interacts with the resources supported by
- VMware vSphere http://www.vmware.com/products/vsphere
- </flag>
- <flag name="dme">
- Builds the provider that interacts with the resources supported by
- DNSMadeEasy http://www.dnsmadeeasy.com
- </flag>
- <flag name="chef">
- Builds the provisioner that invokes a Chef Client https://www.chef.io
- </flag>
- <flag name="file">
- Builds the provisioner that copies files or directories from the
- machine executing Terraform to the newly created resource
- </flag>
- <flag name="local-exec">
- Builds the provisioner that invokes a local executable after a
- resource is created
- </flag>
- <flag name="remote-exec">
- Builds the provisioner that invokes a script on a remote resource
- after it is created
- </flag>
- <flag name="vcd">
- Builds the provider that is used to interact with the resources
- supported by VMware vCloud Director http://www.vmware.com/products/vcloud-director/
- </flag>
- <flag name="azurerm">
- Builds the provider is used to interact with the many resources
- supported by Azure, via the Azure Resource Manager API.
- </flag>
- <flag name="postgresql">
- Builds the provider that gives the ability to deploy and configure
- resources in a PostgreSQL server.
- </flag>
- </use>
-</pkgmetadata>
diff --git a/app-admin/terraform/terraform-1.8.5.ebuild b/app-admin/terraform/terraform-1.8.5.ebuild
deleted file mode 100644
index 717e667..0000000
--- a/app-admin/terraform/terraform-1.8.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-16 19:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-02 0:09 [gentoo-commits] repo/user/ssnb:master commit in: app-admin/terraform/ Samuel Bernardo
-- strict thread matches above, loose matches on Subject: below --
2024-06-16 19:59 Samuel Bernardo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox