From: "Gabriel Moura" <gentoobeer@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/terragrunt-bin/
Date: Fri, 21 Apr 2023 04:51:07 +0000 (UTC) [thread overview]
Message-ID: <1682052523.2baf5bb1aefbd70a1d2b888f4e9fa827c0b1c275.gentoobeer@gentoo> (raw)
commit: 2baf5bb1aefbd70a1d2b888f4e9fa827c0b1c275
Author: Gabriel M. Dutra <gentoobeer <AT> gmail <DOT> com>
AuthorDate: Fri Apr 21 04:48:43 2023 +0000
Commit: Gabriel Moura <gentoobeer <AT> gmail <DOT> com>
CommitDate: Fri Apr 21 04:48:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2baf5bb1
app-admin/terragrunt-bin: bump 0.45.4
adding upstream in metadata.xml
Signed-off-by: Gabriel M. Dutra <gentoobeer <AT> gmail.com>
app-admin/terragrunt-bin/Manifest | 1 +
app-admin/terragrunt-bin/metadata.xml | 3 +++
.../terragrunt-bin/terragrunt-bin-0.45.4.ebuild | 26 ++++++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/app-admin/terragrunt-bin/Manifest b/app-admin/terragrunt-bin/Manifest
index 479121412..a7a2bec75 100644
--- a/app-admin/terragrunt-bin/Manifest
+++ b/app-admin/terragrunt-bin/Manifest
@@ -1 +1,2 @@
DIST terragrunt-bin-0.38.6.bin 35379973 BLAKE2B 03d6d21a933aac91775d15e6f4e3f7434353bea9e8b4dd1ce7add38f86aebb78cbfb91cc7d6aacc3d96945f1c07713e27f20e4e15a616bfa6d2d395938a7831d SHA512 d72c821de9bc8c5df3432e7f2e4f105c222fb303f80775e2f5798d54686d00c15ff064092b5bff6a8808c575bf921fa2afd0b22e05def4cc47067a13b6560192
+DIST terragrunt-bin-0.45.4.bin 44067450 BLAKE2B 7e9c57e8e74066e177e328fef26358692fb1867d83ec2287b4cc1ff914bc1801d9dc1ce106b187245ef07723bac77873ad4d8a52a10ef6a8cbd4f1f166a9ef69 SHA512 18a1897b245e637ba98321e95a10dd9586666f9771b48ca20f39f42e2bdeecd51519e2fbe78c94858141844332c3ee5bfea80255dfc06bad7f94782bac5b436d
diff --git a/app-admin/terragrunt-bin/metadata.xml b/app-admin/terragrunt-bin/metadata.xml
index a3dd4697d..eb2a1662d 100644
--- a/app-admin/terragrunt-bin/metadata.xml
+++ b/app-admin/terragrunt-bin/metadata.xml
@@ -8,4 +8,7 @@
<longdescription lang="en">
Terragrunt is a thin wrapper for Terraform that provides extra tools for keeping your Terraform configurations DRY, working with multiple Terraform modules, and managing remote state. https://terragrunt.gruntwork.io
</longdescription>
+ <upstream>
+ <remote-id type="github">gruntwork-io/terragrunt</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/app-admin/terragrunt-bin/terragrunt-bin-0.45.4.ebuild b/app-admin/terragrunt-bin/terragrunt-bin-0.45.4.ebuild
new file mode 100644
index 000000000..7f65393f1
--- /dev/null
+++ b/app-admin/terragrunt-bin/terragrunt-bin-0.45.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A thin wrapper for Terraform"
+HOMEPAGE="https://www.gruntwork.io"
+SRC_URI="https://github.com/gruntwork-io/${PN%-bin}/releases/download/v${PV}/terragrunt_linux_amd64 -> ${P}.bin"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+BDEPEND=""
+
+src_unpack() {
+ mkdir -p -- "${S}"
+ cp -- "${DISTDIR}/${A}" "${S}/${PN%-bin}"
+}
+
+src_compile() { :; }
+
+src_install() {
+ dobin "${S}/${PN%-bin}"
+}
next reply other threads:[~2023-04-21 4:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-21 4:51 Gabriel Moura [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-26 17:45 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/terragrunt-bin/ Gabriel Dutra
2023-04-29 5:44 Anna Vyalkova
2022-07-28 11:45 Vitaly Zdanevich
2022-07-28 11:27 Vitaly Zdanevich
2022-07-28 11:25 Vitaly Zdanevich
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=1682052523.2baf5bb1aefbd70a1d2b888f4e9fa827c0b1c275.gentoobeer@gentoo \
--to=gentoobeer@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