public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/tflint/
@ 2025-02-27  2:40 Gabriel M. Dutra
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriel M. Dutra @ 2025-02-27  2:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8ffea7ae4db28236e1a7b442014879d56e6c39e8
Author:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
AuthorDate: Thu Feb 27 02:35:20 2025 +0000
Commit:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
CommitDate: Thu Feb 27 02:39:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ffea7ae

app-admin/tflint: new package, add 0.55.1

Signed-off-by: Gabriel M. Dutra <me <AT> dmdutra.dev>

 app-admin/tflint/Manifest             |  2 ++
 app-admin/tflint/metadata.xml         | 11 +++++++++++
 app-admin/tflint/tflint-0.55.1.ebuild | 23 +++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-admin/tflint/Manifest b/app-admin/tflint/Manifest
new file mode 100644
index 000000000..e0afb4153
--- /dev/null
+++ b/app-admin/tflint/Manifest
@@ -0,0 +1,2 @@
+DIST tflint-0.55.1.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b
+DIST tflint-v0.55.1-vendor.tar.xz 6842232 BLAKE2B 4f3239eefc0d243ff2dee1bf82bb3a74720d80a7bd18e124f11020c59c6b6696b12139700d8161c3062ff1ce803d5e1863291292daaa02c9ad9d5fc272f86d9b SHA512 50b3c2db55b89f6fafdbe8d3361665279e53cab29f5ee7e0d928cd313e5a6cace91d5b653985a865bbebb84455dbb2978b6d27f6f9086cbd559c34c325c2f205

diff --git a/app-admin/tflint/metadata.xml b/app-admin/tflint/metadata.xml
new file mode 100644
index 000000000..995c15bab
--- /dev/null
+++ b/app-admin/tflint/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>me@dmdutra.dev</email>
+		<name>Gabriel M. Dutra</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">terraform-linters/tflint</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-admin/tflint/tflint-0.55.1.ebuild b/app-admin/tflint/tflint-0.55.1.ebuild
new file mode 100644
index 000000000..682030c1d
--- /dev/null
+++ b/app-admin/tflint/tflint-0.55.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 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://github.com/dmdutra/gentoo-distfiles/raw/refs/heads/main/${PN}-v${PV}-vendor.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 MPL-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	ego build -v -x -o ${PN}
+}
+
+src_install() {
+	dobin tflint/${PN}
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/tflint/
@ 2025-03-08  6:57 Gabriel M. Dutra
  0 siblings, 0 replies; 3+ messages in thread
From: Gabriel M. Dutra @ 2025-03-08  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0355d2a702450fda49580cd6387b7d6f4ccdf903
Author:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
AuthorDate: Sat Mar  8 06:55:58 2025 +0000
Commit:     Gabriel M. Dutra <me <AT> dmdutra <DOT> dev>
CommitDate: Sat Mar  8 06:57:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0355d2a7

app-admin/tflint: update SRC_URI and disable tests

Signed-off-by: Gabriel M. Dutra <me <AT> dmdutra.dev>

 app-admin/tflint/Manifest             | 2 +-
 app-admin/tflint/tflint-0.55.1.ebuild | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-admin/tflint/Manifest b/app-admin/tflint/Manifest
index e0afb4153..e4863f92e 100644
--- a/app-admin/tflint/Manifest
+++ b/app-admin/tflint/Manifest
@@ -1,2 +1,2 @@
 DIST tflint-0.55.1.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b
-DIST tflint-v0.55.1-vendor.tar.xz 6842232 BLAKE2B 4f3239eefc0d243ff2dee1bf82bb3a74720d80a7bd18e124f11020c59c6b6696b12139700d8161c3062ff1ce803d5e1863291292daaa02c9ad9d5fc272f86d9b SHA512 50b3c2db55b89f6fafdbe8d3361665279e53cab29f5ee7e0d928cd313e5a6cace91d5b653985a865bbebb84455dbb2978b6d27f6f9086cbd559c34c325c2f205
+DIST tflint-v0.55.1-vendor.tar.gz 1403471 BLAKE2B 49a53ce698126c2649c709e9961a32e7ab86c655297f15e0da704f2aaeb4264eb1f05d2c63aaf7f647065afa9e42759a1a5491f2aed783c89839662f0240ef73 SHA512 5fde4159315a789291734add88beb068fa6a335af5569cc9910e799b59bf9d1939b2be3ed5c50db289503e40338fabebbec1aea379d33a0ae36c6f92e6eebf9b

diff --git a/app-admin/tflint/tflint-0.55.1.ebuild b/app-admin/tflint/tflint-0.55.1.ebuild
index 682030c1d..23ecf792a 100644
--- a/app-admin/tflint/tflint-0.55.1.ebuild
+++ b/app-admin/tflint/tflint-0.55.1.ebuild
@@ -8,12 +8,15 @@ 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://github.com/dmdutra/gentoo-distfiles/raw/refs/heads/main/${PN}-v${PV}-vendor.tar.xz"
+SRC_URI+=" https://gentoo.nulldutra.me/${PN}-v${PV}-vendor.tar.gz"
 
 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}
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-admin/tflint/
@ 2025-03-08 11:07 Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2025-03-08 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     faeede87b6c9540333ab8091f2617dbd6db9395f
Author:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Sat Mar  8 10:43:31 2025 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sat Mar  8 11:04:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=faeede87

app-admin/tflint: bump copyright notice to 2025

Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 app-admin/tflint/tflint-0.55.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/tflint/tflint-0.55.1.ebuild b/app-admin/tflint/tflint-0.55.1.ebuild
index 23ecf792a..f07a5a6d7 100644
--- a/app-admin/tflint/tflint-0.55.1.ebuild
+++ b/app-admin/tflint/tflint-0.55.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-08 11:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08  6:57 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/tflint/ Gabriel M. Dutra
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 11:07 Lucio Sauer
2025-02-27  2:40 Gabriel M. Dutra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox