public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/tflint/
Date: Sat, 07 Jun 2025 07:55:28 +0000 (UTC)	[thread overview]
Message-ID: <1749282786.5962c315c8b6cf8fa7dc7df7ad8ca18326e245a0.ceamac@gentoo> (raw)

commit:     5962c315c8b6cf8fa7dc7df7ad8ca18326e245a0
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 07:53:06 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 07:53:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5962c315

app-admin/tflint: add 0.58.0

Closes: https://bugs.gentoo.org/950628
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-admin/tflint/Manifest             |  2 ++
 app-admin/tflint/tflint-0.58.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-admin/tflint/Manifest b/app-admin/tflint/Manifest
index e4863f92e7..65ba643e2f 100644
--- a/app-admin/tflint/Manifest
+++ b/app-admin/tflint/Manifest
@@ -1,2 +1,4 @@
 DIST tflint-0.55.1.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b
+DIST tflint-0.58.0-vendor.tar.xz 7031336 BLAKE2B aea04599875607c5b5cef89a086bcffec9ba51cd2afc097620c1cc1ebb441a37e047308fc321d876c309aae5cf3bde007865af5e99e37b0aeab7d99b81259461 SHA512 940d0bdeca936d3909a38f2ba01f429ff67a9f6cfe3bcb689c0abc55aca6dcdd86198b5e9d47860f13bb8cdd5cbd886b9222a7dca06be1d3755850b8e0681d16
+DIST tflint-0.58.0.tar.gz 1433377 BLAKE2B c02a477e7044c5a704f7d0e6f057af177360db93c2351518a475e20e380a79b909c15894c03a63e030b9a74ba3960bd47b140f2046644f76de0334a9ffea6d98 SHA512 4d8da70c8d6bfd615ae34d8314e74a9aea0d9677a398d78c1d1d5cd50f4f516f90ff04e11dc61eb5e6f4823c7847229c03c69410de464dd33ed653292c1b224e
 DIST tflint-v0.55.1-vendor.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b

diff --git a/app-admin/tflint/tflint-0.58.0.ebuild b/app-admin/tflint/tflint-0.58.0.ebuild
new file mode 100644
index 0000000000..5b4f81dae7
--- /dev/null
+++ b/app-admin/tflint/tflint-0.58.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Terraform linter"
+HOMEPAGE="https://github.com/terraform-linters/tflint"
+SRC_URI="https://github.com/terraform-linters/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-vendor.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 MPL-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Tests requires network connection
+RESTRICT=test
+
+src_compile() {
+	ego build -v -x -o ${PN}
+}
+
+src_install() {
+	dobin tflint/${PN}
+}


WARNING: multiple messages have this Message-ID (diff)
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/tflint/
Date: Sat, 07 Jun 2025 08:33:45 +0000 (UTC)	[thread overview]
Message-ID: <1749282786.5962c315c8b6cf8fa7dc7df7ad8ca18326e245a0.ceamac@gentoo> (raw)
Message-ID: <20250607083345.G2zABA6uKLaW3ilO71x_s2IpkeV-l_wPvsAIf7L9A40@z> (raw)

commit:     5962c315c8b6cf8fa7dc7df7ad8ca18326e245a0
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  7 07:53:06 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Jun  7 07:53:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5962c315

app-admin/tflint: add 0.58.0

Closes: https://bugs.gentoo.org/950628
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 app-admin/tflint/Manifest             |  2 ++
 app-admin/tflint/tflint-0.58.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-admin/tflint/Manifest b/app-admin/tflint/Manifest
index e4863f92e7..65ba643e2f 100644
--- a/app-admin/tflint/Manifest
+++ b/app-admin/tflint/Manifest
@@ -1,2 +1,4 @@
 DIST tflint-0.55.1.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b
+DIST tflint-0.58.0-vendor.tar.xz 7031336 BLAKE2B aea04599875607c5b5cef89a086bcffec9ba51cd2afc097620c1cc1ebb441a37e047308fc321d876c309aae5cf3bde007865af5e99e37b0aeab7d99b81259461 SHA512 940d0bdeca936d3909a38f2ba01f429ff67a9f6cfe3bcb689c0abc55aca6dcdd86198b5e9d47860f13bb8cdd5cbd886b9222a7dca06be1d3755850b8e0681d16
+DIST tflint-0.58.0.tar.gz 1433377 BLAKE2B c02a477e7044c5a704f7d0e6f057af177360db93c2351518a475e20e380a79b909c15894c03a63e030b9a74ba3960bd47b140f2046644f76de0334a9ffea6d98 SHA512 4d8da70c8d6bfd615ae34d8314e74a9aea0d9677a398d78c1d1d5cd50f4f516f90ff04e11dc61eb5e6f4823c7847229c03c69410de464dd33ed653292c1b224e
 DIST tflint-v0.55.1-vendor.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b

diff --git a/app-admin/tflint/tflint-0.58.0.ebuild b/app-admin/tflint/tflint-0.58.0.ebuild
new file mode 100644
index 0000000000..5b4f81dae7
--- /dev/null
+++ b/app-admin/tflint/tflint-0.58.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Terraform linter"
+HOMEPAGE="https://github.com/terraform-linters/tflint"
+SRC_URI="https://github.com/terraform-linters/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~ceamac/${CATEGORY}/${PN}/${P}-vendor.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 MPL-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# Tests requires network connection
+RESTRICT=test
+
+src_compile() {
+	ego build -v -x -o ${PN}
+}
+
+src_install() {
+	dobin tflint/${PN}
+}


             reply	other threads:[~2025-06-07  7:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-07  7:55 Viorel Munteanu [this message]
2025-06-07  8:33 ` [gentoo-commits] repo/proj/guru:master commit in: app-admin/tflint/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2025-06-07  7:55 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2025-03-08 11:07 Lucio Sauer
2025-03-08  6:57 Gabriel M. Dutra
2025-02-27  2:40 Gabriel M. Dutra

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=1749282786.5962c315c8b6cf8fa7dc7df7ad8ca18326e245a0.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --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