public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2022-08-23 23:11 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2022-08-23 23:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c4990f7c2de331dfbf8a776ac112b12ef40b2521
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 22:04:45 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 23:10:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4990f7c

dev-go/golangci-lint: new package, add 1.48.0

This is a fast linter runner for go.

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.48.0.ebuild | 26 ++++++++++++++++++++++++
 dev-go/golangci-lint/metadata.xml                |  8 ++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
new file mode 100644
index 000000000000..951408c8cd38
--- /dev/null
+++ b/dev-go/golangci-lint/Manifest
@@ -0,0 +1,2 @@
+DIST golangci-lint-1.48.0-deps.tar.xz 44216112 BLAKE2B 025a88dd7dc831daf62cf07480656593520c0eceaf277e3076740383f33721db80f3b59e677b613bcdaac69f22a52445b2548addc19cb4382e341249532bdefe SHA512 115fdd9eb082849266e7ccaa5720d3ee62d7c62c98408922579e6214819214d72d45c4c875aade1b7f5520b6bc5bf0ee5e73e898bdf32be4bd61ac5411d1d601
+DIST golangci-lint-1.48.0.tar.gz 1574798 BLAKE2B 6edd9b233e03da27e7e23e06600ffca30b9284ffb221537b76e7ad98ff3878bee82b11074427436657f5cc9f7afc14e2a1d2fd8fd170f00db2a538b778d1b130 SHA512 2902972fd8513df51595ca3290164048a5d34d758d116810e1130447997fd058ca16d49e38542f0ffc39e0f776a5f053f2d9862bf2313fd81820ab27f0317699

diff --git a/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild b/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
new file mode 100644
index 000000000000..4aa683707af0
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	emake build
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+}

diff --git a/dev-go/golangci-lint/metadata.xml b/dev-go/golangci-lint/metadata.xml
new file mode 100644
index 000000000000..db463f3eeb66
--- /dev/null
+++ b/dev-go/golangci-lint/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>williamh@gentoo.org</email>
+		<name>William Hubbs</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2022-08-24  1:15 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2022-08-24  1:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cee4fe9b6653876c98575da74ae575d392e31386
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 01:15:01 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 01:15:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee4fe9b

dev-go/golangci-lint: update LICENSE

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/golangci-lint-1.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild b/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
index 4aa683707af0..39c37864b92e 100644
--- a/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
+++ b/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://github.com/golangci/golangci-lint"
 SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
 
-LICENSE="BSD MIT"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2022-08-24  1:20 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2022-08-24  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a550406ed5f87689592935f056c1270c8828a5b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 01:16:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 01:16:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a550406e

dev-go/golangci-lint: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-go/golangci-lint/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-go/golangci-lint/metadata.xml b/dev-go/golangci-lint/metadata.xml
index db463f3eeb66..40ce434ccb1d 100644
--- a/dev-go/golangci-lint/metadata.xml
+++ b/dev-go/golangci-lint/metadata.xml
@@ -5,4 +5,7 @@
 		<email>williamh@gentoo.org</email>
 		<name>William Hubbs</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">golangci/golangci-lint</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2022-09-10 21:40 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2022-09-10 21:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cd5ed70a081723c108fd07c65ed04ad0bd8b9f3b
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 21:38:36 2022 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 21:39:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ed70a

dev-go/golangci-lint: add 1.49.0

Closes: https://bugs.gentoo.org/841842
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.49.0.ebuild | 26 ++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index 951408c8cd38..7e970d1fbfbb 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -1,2 +1,4 @@
 DIST golangci-lint-1.48.0-deps.tar.xz 44216112 BLAKE2B 025a88dd7dc831daf62cf07480656593520c0eceaf277e3076740383f33721db80f3b59e677b613bcdaac69f22a52445b2548addc19cb4382e341249532bdefe SHA512 115fdd9eb082849266e7ccaa5720d3ee62d7c62c98408922579e6214819214d72d45c4c875aade1b7f5520b6bc5bf0ee5e73e898bdf32be4bd61ac5411d1d601
 DIST golangci-lint-1.48.0.tar.gz 1574798 BLAKE2B 6edd9b233e03da27e7e23e06600ffca30b9284ffb221537b76e7ad98ff3878bee82b11074427436657f5cc9f7afc14e2a1d2fd8fd170f00db2a538b778d1b130 SHA512 2902972fd8513df51595ca3290164048a5d34d758d116810e1130447997fd058ca16d49e38542f0ffc39e0f776a5f053f2d9862bf2313fd81820ab27f0317699
+DIST golangci-lint-1.49.0-deps.tar.xz 44720664 BLAKE2B f2feabe4a7ecde8fee1c9132ea7a80e291854f55d1234e9f823532ad4a1632e2543c274fe4606eb7f489ef9470b2b7c54dc2c1eaf189949957b5b1313c22a205 SHA512 ec69529a42b69786fbfa1cf99c8a9c65b7cb0e9dbf2be104d70ec9b9c3349a1938989da92df110aa17911c7fa1716874eab89690c91eed4cfd85fafed162a4f9
+DIST golangci-lint-1.49.0.tar.gz 1570258 BLAKE2B 76577182d08230dde3c010af624e5a47dc473cb1425db1b9eb41e70ca6b98d30bf7838191adfeb3564e7cdd8ced05b2f31e662bdcde929233a999bfbb626e0f0 SHA512 5c3bfb4e05d2a021898d6d0e0502b8f72117ffd61fc44316cc402240a0f978acfbb5e30ce12abb55213e0b8f74bb0c582cf30814e5cf56f423229d5424836f14

diff --git a/dev-go/golangci-lint/golangci-lint-1.49.0.ebuild b/dev-go/golangci-lint/golangci-lint-1.49.0.ebuild
new file mode 100644
index 000000000000..39c37864b92e
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.49.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	emake build
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2023-01-13 17:48 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2023-01-13 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     00beb0e9217cde07029aae56db3027095643c0dd
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 17:47:51 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 17:47:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00beb0e9

dev-go/golangci-lint: add 1.50.1

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.50.1.ebuild | 30 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index 7e970d1fbfbb..ef8aab8cac8c 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -2,3 +2,5 @@ DIST golangci-lint-1.48.0-deps.tar.xz 44216112 BLAKE2B 025a88dd7dc831daf62cf0748
 DIST golangci-lint-1.48.0.tar.gz 1574798 BLAKE2B 6edd9b233e03da27e7e23e06600ffca30b9284ffb221537b76e7ad98ff3878bee82b11074427436657f5cc9f7afc14e2a1d2fd8fd170f00db2a538b778d1b130 SHA512 2902972fd8513df51595ca3290164048a5d34d758d116810e1130447997fd058ca16d49e38542f0ffc39e0f776a5f053f2d9862bf2313fd81820ab27f0317699
 DIST golangci-lint-1.49.0-deps.tar.xz 44720664 BLAKE2B f2feabe4a7ecde8fee1c9132ea7a80e291854f55d1234e9f823532ad4a1632e2543c274fe4606eb7f489ef9470b2b7c54dc2c1eaf189949957b5b1313c22a205 SHA512 ec69529a42b69786fbfa1cf99c8a9c65b7cb0e9dbf2be104d70ec9b9c3349a1938989da92df110aa17911c7fa1716874eab89690c91eed4cfd85fafed162a4f9
 DIST golangci-lint-1.49.0.tar.gz 1570258 BLAKE2B 76577182d08230dde3c010af624e5a47dc473cb1425db1b9eb41e70ca6b98d30bf7838191adfeb3564e7cdd8ced05b2f31e662bdcde929233a999bfbb626e0f0 SHA512 5c3bfb4e05d2a021898d6d0e0502b8f72117ffd61fc44316cc402240a0f978acfbb5e30ce12abb55213e0b8f74bb0c582cf30814e5cf56f423229d5424836f14
+DIST golangci-lint-1.50.1-deps.tar.xz 41697892 BLAKE2B 91eaf045b19eedffd18cd14e83f1c0204f98f335468cbdb7e3c8b31cc305651f3a365313ed77619438c529d48e16bb1a32038c99d7823fe8fd79a9c9553c8ec0 SHA512 8200ef0b89d30c539431a3c8857a12c508e4f64eae187f6e125a59adb93233d61bdb63dd1a60c6ef049f6ed68db0103264dbd926171855b9a0d9544ef3469c44
+DIST golangci-lint-1.50.1.tar.gz 1564977 BLAKE2B defff019deafd3c1682fbf842660fc2295f50e53e21db7e32df45a4041911e690a5d017f2d2925ce9b0c6455609c71bb7b5be77dc69b1d6afdf02cdb9c117638 SHA512 d03b6cec78208d57506e20ea43b8c9a449063cc3857cc242bfc75c4a8478b4cae2a673fc258bec552a68ff2ac2b32cab32d0fde256a73184bd752c38cd063f04

diff --git a/dev-go/golangci-lint/golangci-lint-1.50.1.ebuild b/dev-go/golangci-lint/golangci-lint-1.50.1.ebuild
new file mode 100644
index 000000000000..2d42e8fa2fae
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.50.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+src_compile() {
+	emake build
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+	einstalldocs
+dodoc CHANGELOG.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2023-01-25 19:12 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2023-01-25 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     416efede37849cdf4105e47564fd9f45786fa885
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 19:11:22 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 19:12:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416efede

dev-go/golangci-lint: fix version output

Closes: https://bugs.gentoo.org/891949
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 .../golangci-lint/golangci-lint-1.50.1-r1.ebuild   | 36 ++++++++++++++++++++++
 dev-go/golangci-lint/z                             | 23 ++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/dev-go/golangci-lint/golangci-lint-1.50.1-r1.ebuild b/dev-go/golangci-lint/golangci-lint-1.50.1-r1.ebuild
new file mode 100644
index 000000000000..abca8a1df0a5
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.50.1-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+# update on every bump
+GIT_COMMIT=8926a95f
+
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+src_compile() {
+	CGO_ENABLED=0 ego build -trimpath -ldflags "
+		-X main.commit=${GIT_COMMIT}
+		-X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
+		-X main.version=${PV}" \
+			-o golangci-lint ./cmd/golangci-lint
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+	einstalldocs
+dodoc CHANGELOG.md
+}

diff --git a/dev-go/golangci-lint/z b/dev-go/golangci-lint/z
new file mode 100644
index 000000000000..a4262e04e863
--- /dev/null
+++ b/dev-go/golangci-lint/z
@@ -0,0 +1,23 @@
+--- golangci-lint-1.50.1.ebuild	2023-01-25 13:09:02.452292865 -0600
++++ golangci-lint-1.50.1-r1.ebuild	2023-01-25 13:08:57.892292243 -0600
+@@ -3,6 +3,7 @@
+ 
+ EAPI=8
+ inherit go-module
++GIT_COMMIT=8926a95f
+ 
+ DESCRIPTION="Fast linters runner for Go"
+ HOMEPAGE="https://github.com/golangci/golangci-lint"
+@@ -16,7 +17,11 @@
+ RESTRICT="test"
+ 
+ src_compile() {
+-	emake build
++	CGO_ENABLED=0 ego build -trimpath -ldflags "
++		-X main.commit=${GIT_COMMIT}
++		-X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
++		-X main.version=${PV}" \
++			-o golangci-lint ./cmd/golangci-lint
+ }
+ 
+ src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2023-01-25 19:19 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2023-01-25 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c374fead75e7fae1c0aa791b949d15fedea83d3b
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 19:18:58 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 19:19:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c374fead

dev-go/golangci-lint: remove temporary file

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/z | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-go/golangci-lint/z b/dev-go/golangci-lint/z
deleted file mode 100644
index a4262e04e863..000000000000
--- a/dev-go/golangci-lint/z
+++ /dev/null
@@ -1,23 +0,0 @@
---- golangci-lint-1.50.1.ebuild	2023-01-25 13:09:02.452292865 -0600
-+++ golangci-lint-1.50.1-r1.ebuild	2023-01-25 13:08:57.892292243 -0600
-@@ -3,6 +3,7 @@
- 
- EAPI=8
- inherit go-module
-+GIT_COMMIT=8926a95f
- 
- DESCRIPTION="Fast linters runner for Go"
- HOMEPAGE="https://github.com/golangci/golangci-lint"
-@@ -16,7 +17,11 @@
- RESTRICT="test"
- 
- src_compile() {
--	emake build
-+	CGO_ENABLED=0 ego build -trimpath -ldflags "
-+		-X main.commit=${GIT_COMMIT}
-+		-X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
-+		-X main.version=${PV}" \
-+			-o golangci-lint ./cmd/golangci-lint
- }
- 
- src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2023-01-25 19:22 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2023-01-25 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4b586cc75c4c2516477d8f558081e579896c4815
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 19:21:42 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 19:21:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b586cc7

dev-go/golangci-lint: drop 1.48.0, 1.49.0, 1.50.1

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  4 ----
 dev-go/golangci-lint/golangci-lint-1.48.0.ebuild | 26 --------------------
 dev-go/golangci-lint/golangci-lint-1.49.0.ebuild | 26 --------------------
 dev-go/golangci-lint/golangci-lint-1.50.1.ebuild | 30 ------------------------
 4 files changed, 86 deletions(-)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index ef8aab8cac8c..0e0bd2b66656 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -1,6 +1,2 @@
-DIST golangci-lint-1.48.0-deps.tar.xz 44216112 BLAKE2B 025a88dd7dc831daf62cf07480656593520c0eceaf277e3076740383f33721db80f3b59e677b613bcdaac69f22a52445b2548addc19cb4382e341249532bdefe SHA512 115fdd9eb082849266e7ccaa5720d3ee62d7c62c98408922579e6214819214d72d45c4c875aade1b7f5520b6bc5bf0ee5e73e898bdf32be4bd61ac5411d1d601
-DIST golangci-lint-1.48.0.tar.gz 1574798 BLAKE2B 6edd9b233e03da27e7e23e06600ffca30b9284ffb221537b76e7ad98ff3878bee82b11074427436657f5cc9f7afc14e2a1d2fd8fd170f00db2a538b778d1b130 SHA512 2902972fd8513df51595ca3290164048a5d34d758d116810e1130447997fd058ca16d49e38542f0ffc39e0f776a5f053f2d9862bf2313fd81820ab27f0317699
-DIST golangci-lint-1.49.0-deps.tar.xz 44720664 BLAKE2B f2feabe4a7ecde8fee1c9132ea7a80e291854f55d1234e9f823532ad4a1632e2543c274fe4606eb7f489ef9470b2b7c54dc2c1eaf189949957b5b1313c22a205 SHA512 ec69529a42b69786fbfa1cf99c8a9c65b7cb0e9dbf2be104d70ec9b9c3349a1938989da92df110aa17911c7fa1716874eab89690c91eed4cfd85fafed162a4f9
-DIST golangci-lint-1.49.0.tar.gz 1570258 BLAKE2B 76577182d08230dde3c010af624e5a47dc473cb1425db1b9eb41e70ca6b98d30bf7838191adfeb3564e7cdd8ced05b2f31e662bdcde929233a999bfbb626e0f0 SHA512 5c3bfb4e05d2a021898d6d0e0502b8f72117ffd61fc44316cc402240a0f978acfbb5e30ce12abb55213e0b8f74bb0c582cf30814e5cf56f423229d5424836f14
 DIST golangci-lint-1.50.1-deps.tar.xz 41697892 BLAKE2B 91eaf045b19eedffd18cd14e83f1c0204f98f335468cbdb7e3c8b31cc305651f3a365313ed77619438c529d48e16bb1a32038c99d7823fe8fd79a9c9553c8ec0 SHA512 8200ef0b89d30c539431a3c8857a12c508e4f64eae187f6e125a59adb93233d61bdb63dd1a60c6ef049f6ed68db0103264dbd926171855b9a0d9544ef3469c44
 DIST golangci-lint-1.50.1.tar.gz 1564977 BLAKE2B defff019deafd3c1682fbf842660fc2295f50e53e21db7e32df45a4041911e690a5d017f2d2925ce9b0c6455609c71bb7b5be77dc69b1d6afdf02cdb9c117638 SHA512 d03b6cec78208d57506e20ea43b8c9a449063cc3857cc242bfc75c4a8478b4cae2a673fc258bec552a68ff2ac2b32cab32d0fde256a73184bd752c38cd063f04

diff --git a/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild b/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
deleted file mode 100644
index 39c37864b92e..000000000000
--- a/dev-go/golangci-lint/golangci-lint-1.48.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Fast linters runner for Go"
-HOMEPAGE="https://github.com/golangci/golangci-lint"
-SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
-	emake build
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	dobin golangci-lint
-}

diff --git a/dev-go/golangci-lint/golangci-lint-1.49.0.ebuild b/dev-go/golangci-lint/golangci-lint-1.49.0.ebuild
deleted file mode 100644
index 39c37864b92e..000000000000
--- a/dev-go/golangci-lint/golangci-lint-1.49.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Fast linters runner for Go"
-HOMEPAGE="https://github.com/golangci/golangci-lint"
-SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
-	emake build
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	dobin golangci-lint
-}

diff --git a/dev-go/golangci-lint/golangci-lint-1.50.1.ebuild b/dev-go/golangci-lint/golangci-lint-1.50.1.ebuild
deleted file mode 100644
index 2d42e8fa2fae..000000000000
--- a/dev-go/golangci-lint/golangci-lint-1.50.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-
-DESCRIPTION="Fast linters runner for Go"
-HOMEPAGE="https://github.com/golangci/golangci-lint"
-SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test"
-
-src_compile() {
-	emake build
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	dobin golangci-lint
-	einstalldocs
-dodoc CHANGELOG.md
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2024-01-25 21:25 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2024-01-25 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b51402b76750068051973307dbdfecb38c400b23
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 21:24:47 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 21:25:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51402b7

dev-go/golangci-lint: add 1.55.2

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.55.2.ebuild | 36 ++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index 0e0bd2b66656..3b60ed764bac 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -1,2 +1,4 @@
 DIST golangci-lint-1.50.1-deps.tar.xz 41697892 BLAKE2B 91eaf045b19eedffd18cd14e83f1c0204f98f335468cbdb7e3c8b31cc305651f3a365313ed77619438c529d48e16bb1a32038c99d7823fe8fd79a9c9553c8ec0 SHA512 8200ef0b89d30c539431a3c8857a12c508e4f64eae187f6e125a59adb93233d61bdb63dd1a60c6ef049f6ed68db0103264dbd926171855b9a0d9544ef3469c44
 DIST golangci-lint-1.50.1.tar.gz 1564977 BLAKE2B defff019deafd3c1682fbf842660fc2295f50e53e21db7e32df45a4041911e690a5d017f2d2925ce9b0c6455609c71bb7b5be77dc69b1d6afdf02cdb9c117638 SHA512 d03b6cec78208d57506e20ea43b8c9a449063cc3857cc242bfc75c4a8478b4cae2a673fc258bec552a68ff2ac2b32cab32d0fde256a73184bd752c38cd063f04
+DIST golangci-lint-1.55.2-deps.tar.xz 43815104 BLAKE2B a352c9cad3e5e2f5544320fc07f06325e569580068acaaa2f3a3089861fbbda04202e5dac63284deb94ca8ece6cbd056aba849c9ee4955397fa82d2c23d8d35b SHA512 19ebe48a46c4537588e767ea8579ca20f583e09865e157a9df54e792be2c6358fd95642975eb758285bbd5486d6c2773dda26f6ddf79c80008b1a5bcfd4faea4
+DIST golangci-lint-1.55.2.tar.gz 1687534 BLAKE2B 14bfbeabd5e08c871e368b8dd94a5e2cc4f1673e5b221d1d5d44b0fed076ea68a80b563d562803fcb384c655bb1689f891e255990059e9720804373d1d51d43c SHA512 286749a6aaa89ae7400894b04fa64490543cbc4703c0d5a9252cfe01fba331e1323828b57d5051bf13dc041b5266a979ed31facba610d0814fce0462f5571718

diff --git a/dev-go/golangci-lint/golangci-lint-1.55.2.ebuild b/dev-go/golangci-lint/golangci-lint-1.55.2.ebuild
new file mode 100644
index 000000000000..ab124443528f
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.55.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+# update on every bump
+GIT_COMMIT=e3c2265f
+
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+src_compile() {
+	CGO_ENABLED=0 ego build -trimpath -ldflags "
+		-X main.commit=${GIT_COMMIT}
+		-X main.date=$(date -u +%Y-%m-%dT%H:%M:%SZ)
+		-X main.version=${PV}" \
+			-o golangci-lint ./cmd/golangci-lint
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+	einstalldocs
+dodoc CHANGELOG.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2024-03-10 16:26 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2024-03-10 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     60ccea4f240fc466e0125d6877d0d7b34d603ec1
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 16:25:14 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 16:25:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ccea4f

dev-go/golangci-lint: add 1.56.2

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.56.2.ebuild | 29 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index 3b60ed764bac..e21bde64b2c1 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -2,3 +2,5 @@ DIST golangci-lint-1.50.1-deps.tar.xz 41697892 BLAKE2B 91eaf045b19eedffd18cd14e8
 DIST golangci-lint-1.50.1.tar.gz 1564977 BLAKE2B defff019deafd3c1682fbf842660fc2295f50e53e21db7e32df45a4041911e690a5d017f2d2925ce9b0c6455609c71bb7b5be77dc69b1d6afdf02cdb9c117638 SHA512 d03b6cec78208d57506e20ea43b8c9a449063cc3857cc242bfc75c4a8478b4cae2a673fc258bec552a68ff2ac2b32cab32d0fde256a73184bd752c38cd063f04
 DIST golangci-lint-1.55.2-deps.tar.xz 43815104 BLAKE2B a352c9cad3e5e2f5544320fc07f06325e569580068acaaa2f3a3089861fbbda04202e5dac63284deb94ca8ece6cbd056aba849c9ee4955397fa82d2c23d8d35b SHA512 19ebe48a46c4537588e767ea8579ca20f583e09865e157a9df54e792be2c6358fd95642975eb758285bbd5486d6c2773dda26f6ddf79c80008b1a5bcfd4faea4
 DIST golangci-lint-1.55.2.tar.gz 1687534 BLAKE2B 14bfbeabd5e08c871e368b8dd94a5e2cc4f1673e5b221d1d5d44b0fed076ea68a80b563d562803fcb384c655bb1689f891e255990059e9720804373d1d51d43c SHA512 286749a6aaa89ae7400894b04fa64490543cbc4703c0d5a9252cfe01fba331e1323828b57d5051bf13dc041b5266a979ed31facba610d0814fce0462f5571718
+DIST golangci-lint-1.56.2-deps.tar.xz 140638164 BLAKE2B 669e2ef488f1bf00c9d4d8f5a0cca708f223bedc894c9ca4affa6a03e6c8c9b77ad1ff37f5c1eb1054203aaf86285410cbf805f9eb529f8788b1d390d3c58c81 SHA512 50c0e83c353d83dce468e2fefce6ec351ac486b9e94e8999232769d201636fde0c9aa73f1e1306ee33be3720b554bc04866e3d86eb836517fbcfbb36a1e2b91a
+DIST golangci-lint-1.56.2.tar.gz 1695476 BLAKE2B 8e27301bab34cd0adf80943effac342653901adb148a7b232bde6f6fad8fdcfbece10cdd7f6b91a6eeecb2106bc765156392ec62befdb5309b947fe9098b64f8 SHA512 ab768d58f0888cbda2728c90ac9063f4f15b4fd0e13eefc23a0af4994801860ce9ed9585903678f0e917381f56d8db3941af59c32b287b5e0e58177bff29f4d1

diff --git a/dev-go/golangci-lint/golangci-lint-1.56.2.ebuild b/dev-go/golangci-lint/golangci-lint-1.56.2.ebuild
new file mode 100644
index 000000000000..396743d4156a
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.56.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+src_compile() {
+	emake build
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+	einstalldocs
+dodoc CHANGELOG.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2024-08-07 18:28 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2024-08-07 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     f518547d64b72928b88d633a091350b837dae3c3
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 18:28:17 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 18:28:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f518547d

dev-go/golangci-lint: add 1.59.1

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.59.1.ebuild | 29 ++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index e21bde64b2c1..a199a3ef0634 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -4,3 +4,5 @@ DIST golangci-lint-1.55.2-deps.tar.xz 43815104 BLAKE2B a352c9cad3e5e2f5544320fc0
 DIST golangci-lint-1.55.2.tar.gz 1687534 BLAKE2B 14bfbeabd5e08c871e368b8dd94a5e2cc4f1673e5b221d1d5d44b0fed076ea68a80b563d562803fcb384c655bb1689f891e255990059e9720804373d1d51d43c SHA512 286749a6aaa89ae7400894b04fa64490543cbc4703c0d5a9252cfe01fba331e1323828b57d5051bf13dc041b5266a979ed31facba610d0814fce0462f5571718
 DIST golangci-lint-1.56.2-deps.tar.xz 140638164 BLAKE2B 669e2ef488f1bf00c9d4d8f5a0cca708f223bedc894c9ca4affa6a03e6c8c9b77ad1ff37f5c1eb1054203aaf86285410cbf805f9eb529f8788b1d390d3c58c81 SHA512 50c0e83c353d83dce468e2fefce6ec351ac486b9e94e8999232769d201636fde0c9aa73f1e1306ee33be3720b554bc04866e3d86eb836517fbcfbb36a1e2b91a
 DIST golangci-lint-1.56.2.tar.gz 1695476 BLAKE2B 8e27301bab34cd0adf80943effac342653901adb148a7b232bde6f6fad8fdcfbece10cdd7f6b91a6eeecb2106bc765156392ec62befdb5309b947fe9098b64f8 SHA512 ab768d58f0888cbda2728c90ac9063f4f15b4fd0e13eefc23a0af4994801860ce9ed9585903678f0e917381f56d8db3941af59c32b287b5e0e58177bff29f4d1
+DIST golangci-lint-1.59.1-deps.tar.xz 22945248 BLAKE2B 7fa2ebe069bdb160ac699fc9dfaed43bd64be0c95e5534e4f1f252e46762f462581ce207e4a10b14892f14e98fb86e3c92e205b03f2cf30ee4608443a26c3981 SHA512 a0657ae96e9e4ef100768f9d6e035d0eae3c70c331be912a76f49250eb5c1da681abfc8e397e594a00a73d2db7a47d2ca822b86a1b5afc650d8dd15c1c4796b6
+DIST golangci-lint-1.59.1.tar.gz 1713897 BLAKE2B be46b4f1352e08e83abe1bed2f7955c231a8abd493ce57e659fb8c582336149785383b01a0a1db7a669f2075a14ecd741e5e4471d59c5ff06b1cefdedb9e7bc3 SHA512 630a14dd1c3889a0cdb4d085a122a038ed677bc685cc34827aed5f9702e96c82d73695fe63353bc39f261dd29e0b10eb9e17bc279cc4b9aab5efd008f0f1db73

diff --git a/dev-go/golangci-lint/golangci-lint-1.59.1.ebuild b/dev-go/golangci-lint/golangci-lint-1.59.1.ebuild
new file mode 100644
index 000000000000..396743d4156a
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.59.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+src_compile() {
+	emake build
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+	einstalldocs
+dodoc CHANGELOG.md
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
@ 2024-09-12 21:04 William Hubbs
  0 siblings, 0 replies; 12+ messages in thread
From: William Hubbs @ 2024-09-12 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4ebf42c6434f74b982c31afeaf1990117c343035
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 12 21:03:28 2024 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Sep 12 21:03:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebf42c6

dev-go/golangci-lint: add 1.61.0

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-go/golangci-lint/Manifest                    |  2 ++
 dev-go/golangci-lint/golangci-lint-1.61.0.ebuild | 27 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest
index a199a3ef0634..c2252abb726c 100644
--- a/dev-go/golangci-lint/Manifest
+++ b/dev-go/golangci-lint/Manifest
@@ -6,3 +6,5 @@ DIST golangci-lint-1.56.2-deps.tar.xz 140638164 BLAKE2B 669e2ef488f1bf00c9d4d8f5
 DIST golangci-lint-1.56.2.tar.gz 1695476 BLAKE2B 8e27301bab34cd0adf80943effac342653901adb148a7b232bde6f6fad8fdcfbece10cdd7f6b91a6eeecb2106bc765156392ec62befdb5309b947fe9098b64f8 SHA512 ab768d58f0888cbda2728c90ac9063f4f15b4fd0e13eefc23a0af4994801860ce9ed9585903678f0e917381f56d8db3941af59c32b287b5e0e58177bff29f4d1
 DIST golangci-lint-1.59.1-deps.tar.xz 22945248 BLAKE2B 7fa2ebe069bdb160ac699fc9dfaed43bd64be0c95e5534e4f1f252e46762f462581ce207e4a10b14892f14e98fb86e3c92e205b03f2cf30ee4608443a26c3981 SHA512 a0657ae96e9e4ef100768f9d6e035d0eae3c70c331be912a76f49250eb5c1da681abfc8e397e594a00a73d2db7a47d2ca822b86a1b5afc650d8dd15c1c4796b6
 DIST golangci-lint-1.59.1.tar.gz 1713897 BLAKE2B be46b4f1352e08e83abe1bed2f7955c231a8abd493ce57e659fb8c582336149785383b01a0a1db7a669f2075a14ecd741e5e4471d59c5ff06b1cefdedb9e7bc3 SHA512 630a14dd1c3889a0cdb4d085a122a038ed677bc685cc34827aed5f9702e96c82d73695fe63353bc39f261dd29e0b10eb9e17bc279cc4b9aab5efd008f0f1db73
+DIST golangci-lint-1.61.0-deps.tar.xz 26022356 BLAKE2B 08933cde770bf073016fb898ccb264c8f40ab3776267d9e79a7310966c9d89be6c747cba20117f8acb8b53160ed4e1ddf208a4da6e54c22b10610708877dc7e7 SHA512 6a986c78a68950a7fd0fd6ae745d8405477dcd750a251768bca5ed7cf52e6a5ccc758292367998c0880ec25147ffba578bd085b71bbad3128471966d72bcbb04
+DIST golangci-lint-1.61.0.tar.gz 1738919 BLAKE2B 94833998149dbb3f0fd549674287d2aacc768f34327df1784a3afe91d96e350ffb80a50c04b420174035cfad9631eae30a9704adce9a0e2947ab45d1c13e3e2d SHA512 72909c027e39f0ad0a6175d1e04ee3ba28fa32c841ac423b491615f2b4eae9ed35a9b54012fd161753828e552531a04b4fa6822f3c1c2ad1dd2fe943852132d4

diff --git a/dev-go/golangci-lint/golangci-lint-1.61.0.ebuild b/dev-go/golangci-lint/golangci-lint-1.61.0.ebuild
new file mode 100644
index 000000000000..463d01a62d92
--- /dev/null
+++ b/dev-go/golangci-lint/golangci-lint-1.61.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit go-module
+DESCRIPTION="Fast linters runner for Go"
+HOMEPAGE="https://github.com/golangci/golangci-lint"
+SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	emake build
+}
+
+src_test() {
+	emake test
+}
+
+src_install() {
+	dobin golangci-lint
+	einstalldocs
+dodoc CHANGELOG.md
+}


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

end of thread, other threads:[~2024-09-12 21:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 19:19 [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/ William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12 21:04 William Hubbs
2024-08-07 18:28 William Hubbs
2024-03-10 16:26 William Hubbs
2024-01-25 21:25 William Hubbs
2023-01-25 19:22 William Hubbs
2023-01-25 19:12 William Hubbs
2023-01-13 17:48 William Hubbs
2022-09-10 21:40 William Hubbs
2022-08-24  1:20 Sam James
2022-08-24  1:15 William Hubbs
2022-08-23 23:11 William Hubbs

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