diff options
author | William Hubbs <williamh@gentoo.org> | 2024-10-23 12:36:13 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2024-10-23 12:36:13 -0500 |
commit | b7c7b981295fabdf4d9b5da08fe2e6c3fc796bf6 (patch) | |
tree | c6f21df3b7838a5c7d6daa26944c83ddda8a5384 /app-admin | |
parent | app-admin/terraform: stabilize 1.9.5 for amd64 (diff) | |
download | gentoo-b7c7b981295fabdf4d9b5da08fe2e6c3fc796bf6.tar.gz gentoo-b7c7b981295fabdf4d9b5da08fe2e6c3fc796bf6.tar.bz2 gentoo-b7c7b981295fabdf4d9b5da08fe2e6c3fc796bf6.zip |
app-admin/terraform: drop 1.8.4, 1.9.1
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/terraform/Manifest | 4 | ||||
-rw-r--r-- | app-admin/terraform/terraform-1.8.4.ebuild | 41 | ||||
-rw-r--r-- | app-admin/terraform/terraform-1.9.1.ebuild | 41 |
3 files changed, 0 insertions, 86 deletions
diff --git a/app-admin/terraform/Manifest b/app-admin/terraform/Manifest index 05838370ecbe..def53532abd8 100644 --- a/app-admin/terraform/Manifest +++ b/app-admin/terraform/Manifest @@ -1,7 +1,3 @@ -DIST terraform-1.8.4-deps.tar.xz 107840308 BLAKE2B 414f8e4bb6c72aa8bb0d5ed040c49c572aac0a50932f2ca3c0eddc6973f5fd21775c2db394d21628bd7bd302900fb28f4713ecf9835b5bce40c15ec6fb34bf4b SHA512 3491fc9e789444882acfcc4a8374cb3e49f6fe128d66f53339145b7fa6b75e73c8d5d294ee03b0e96af746dc0cbc6c2e0bce1d149df1c881c686000431b22428 -DIST terraform-1.8.4.tar.gz 6307332 BLAKE2B d26d62e4e99bf0e0b23277c7343e6da0281bb3b9bdfbe6b74277bc6a2ef9b8cb2e374b204ecdd933819a5576bde44115998ac030d7b801d8dd40a390d9df40dd SHA512 0babc6400a8e49ebcc734cf7ff4377ae91fb90f1e77b56e8fdc288203e1708b8f7c5c16e4aa64a720ab4b4c191959d0cfdfda1aa3514c36e806c8d5b7f65b663 -DIST terraform-1.9.1-deps.tar.xz 108273656 BLAKE2B 6bad479e0217eeafcb5f7c75926d1dcdc50873f34d194d4829a1277a06ab81a4ff4f5945ab8ba628f40475fc93e9375a165e08f99b4bc685f3d150cfbddc0a71 SHA512 0016d5bd19a34032daf58cbb8d42ba3a2209cb295f6e20c484f45b70daf3283dd2de213446ec7cc088df24ce1d825b4ab8c064b2162739356f815cab7b61cbb2 -DIST terraform-1.9.1.tar.gz 6563160 BLAKE2B 3f9d8992ca15ddd0fe225fbdb6dc194dcc42dd1700edf739f80b4fe1aef5dcdbbb560a525f0f5564562d0e299cbabbf542c54d49160fb1c8ff674421200f39de SHA512 bbc4d03807f714902300e0a461653c137cebdcaadca879da8834fc232955d2f700711541641f05337946c755e9963010034998bff76a84aa1ac65fa6ae6871ec DIST terraform-1.9.5-deps.tar.xz 108369816 BLAKE2B 8476a09ad400818ec95bf1457003aeab1f76cd85b9ffa07e27be58eb63469a2bd1f7c0ddaa3903ec8e1641541d091367b333772bf37026611743aea82c1cfcf2 SHA512 b2c477180aeab5c3c51acb6960a3fea1f793a22fa9529b474d9b1ebc82bc62aed5ff2ab4567838666bb1ee4cbfe4ff0dd528d8f55853dadcc2a96a2a889fc996 DIST terraform-1.9.5.tar.gz 6568796 BLAKE2B 7dde80aef2c189942c6e23e2162a7e1f97d56ee78e7106c247600fe9437bcd63cce28003d2ac7dcb474fc91b9953d4bf953ed0e4bad68cc60ed8e1cd2d641e48 SHA512 422b7f288306d76cc82875e8514df37aa36c6cd97860f3f9a5e3770ec56f395cf1ffcc65e3211044c01d0f75b4331960720f8672efff7821a9d7f63f65999a6a DIST terraform-1.9.8-deps.tar.xz 107050652 BLAKE2B dfc98d9c58d981899d97278b98071d857c21ad5812f6aa3889befef4ffd0527a94af9e53a842d86826c66fcacdfcc8b265cde282cf161ae42c48966c69331a54 SHA512 982d7672f48632085ca90c2b1182cdc9a031fbc8d5a6b724578cb407f183f5185e0b1387906c171bd5ee6cbad7a8ef1c4810e5f8ef0fd424bf2e654201ad1700 diff --git a/app-admin/terraform/terraform-1.8.4.ebuild b/app-admin/terraform/terraform-1.8.4.ebuild deleted file mode 100644 index 78692f4a1150..000000000000 --- a/app-admin/terraform/terraform-1.8.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="A tool for building, changing, and combining infrastructure safely" -HOMEPAGE="https://www.terraform.io/" -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" - -LICENSE="BUSL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv" - -BDEPEND="dev-go/gox - >=dev-lang/go-1.21.5" - -RESTRICT="test" - -DOCS=( {README,CHANGELOG}.md ) - -src_compile() { - export CGO_ENABLED=0 - gox \ - -os=$(go env GOOS) \ - -arch=$(go env GOARCH) \ - -output bin/terraform \ - -verbose \ - . || die -} - -src_install() { - dobin bin/* - einstalldocs -} - -pkg_postinst() { - elog "If you would like to install shell completions please run:" - elog " terraform -install-autocomplete" -} diff --git a/app-admin/terraform/terraform-1.9.1.ebuild b/app-admin/terraform/terraform-1.9.1.ebuild deleted file mode 100644 index 6366b8f6f5db..000000000000 --- a/app-admin/terraform/terraform-1.9.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module - -DESCRIPTION="A tool for building, changing, and combining infrastructure safely" -HOMEPAGE="https://www.terraform.io/" -SRC_URI="https://github.com/hashicorp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" - -LICENSE="BUSL-1.1" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv" - -BDEPEND="dev-go/gox - >=dev-lang/go-1.21.5" - -RESTRICT="test" - -DOCS=( {README,CHANGELOG}.md ) - -src_compile() { - export CGO_ENABLED=0 - gox \ - -os=$(go env GOOS) \ - -arch=$(go env GOARCH) \ - -output bin/terraform \ - -verbose \ - . || die -} - -src_install() { - dobin bin/* - einstalldocs -} - -pkg_postinst() { - elog "If you would like to install shell completions please run:" - elog " terraform -install-autocomplete" -} |