From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/
Date: Thu, 12 Sep 2024 21:04:04 +0000 (UTC) [thread overview]
Message-ID: <1726175008.4ebf42c6434f74b982c31afeaf1990117c343035.williamh@gentoo> (raw)
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
+}
next reply other threads:[~2024-09-12 21:04 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-12 21:04 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 17:14 [gentoo-commits] repo/gentoo:master commit in: dev-go/golangci-lint/ Arthur Zamarin
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:19 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
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=1726175008.4ebf42c6434f74b982c31afeaf1990117c343035.williamh@gentoo \
--to=williamh@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