From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/gopls/
Date: Sat, 6 Jan 2024 05:56:57 +0000 (UTC) [thread overview]
Message-ID: <1704519940.932e745420e61aca65fa001a913e03badb700d69.zmedico@gentoo> (raw)
commit: 932e745420e61aca65fa001a913e03badb700d69
Author: Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Fri Jan 5 13:06:12 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 05:45:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932e7454
dev-go/gopls: drop 0.9.4
Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
Closes: https://github.com/gentoo/gentoo/pull/34657
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-go/gopls/Manifest | 2 --
dev-go/gopls/gopls-0.9.4.ebuild | 40 ----------------------------------------
2 files changed, 42 deletions(-)
diff --git a/dev-go/gopls/Manifest b/dev-go/gopls/Manifest
index 70ee4ba8bdf3..193e3f6b75f9 100644
--- a/dev-go/gopls/Manifest
+++ b/dev-go/gopls/Manifest
@@ -1,6 +1,4 @@
DIST gopls-0.14.2-deps.tar.xz 23278388 BLAKE2B 586e3eebd7b285d9284e573c37eddaae902ffff09567669d6166122f7ea72649079943a1a4572704b0539d11d4fa212bc306452acc99cc0a645985bf216b7dab SHA512 7f439273bacda175494157d3e55da7721b0190ea36b5c261ae814a688d061a5613bd208d7b667bd0934626872bbf0eaab721843882a6e020017e0bae86a47eb5
DIST gopls-0.14.2.tar.gz 3629861 BLAKE2B 1de712ec319319ef2f99722baf8d0397c2cadd72f94d5014b99b54ce2bea625ed517ebc453c8283ef357e38647d8d061fd55a3a65de53540f5c8c7c880bfc715 SHA512 a7b5010d268421c2d9288ea44bf2bf3554d55f7960e0e1c1e9351cf56c105a2c9df7df40cc7eb6b7b6d401c261ac1799074c68108b9876669c1460051050fcad
-DIST gopls-0.9.4-deps.tar.xz 21995720 BLAKE2B fddcc1b1417979baacf1c1d587b835dbd00638a5fc7fb8bafe54dbe0f399d3d6b0f6b48c0ecf682c563f714e6d8adcb74763bf5021a31b7e5ad3138768d1dc6c SHA512 705908bba1ce599b7749704e7a031df9d9a5d22aa0c57a3fd4e3cd591aa0b0c22e351222d6504afbbe2df47e0a939b596550c19e42eaf3700305ec6179cee18a
-DIST gopls-0.9.4.tar.gz 3159131 BLAKE2B f0a317dd23e74682e31e6587eb8e0a1d110472d2c98add5ef29592f9aa45036343da2e5d1f404f88875505ffd13019ff8a25ed8eda379eb8c3104d59e6a98e48 SHA512 3ee97b1090b355f79ae9a5a045a120ea6230b320d5b26fa0c1f42bf2288707922c5f111ef4dbdab7cd893245330eb9acc163cb452a2610941775b06536d921c1
DIST gopls-0.9.5-deps.tar.xz 22410984 BLAKE2B 5f15c1b8fa75fac10b0b126071968ff9640200844df82a0f1586f7d119b99ce70dad2e05c11230241c1b02428f7a17034750c6bf04062316371623539c618e12 SHA512 190a63a20c89c7a647495a9e8fc20181bc570e3dc8a6c85c944f5da8a76bcd9d29d72a05bf9186e578928cdc5f14d548229f59b8771c1e7a3c2d72579da7082a
DIST gopls-0.9.5.tar.gz 3163807 BLAKE2B 3792676e4f3f7cd5abdfde35d875914982edd4d0cce370ff2fb74f36eb5dc9bacd0f494a3f3668befd6fd40ebd62b3cec077953505b9f68f7795f3d3eb2ab4f2 SHA512 55bb1128920854f6d4c8b61ce8edf8b97d3ae14dc5ecf8cb9c8eea06223be9920161e6e0c3bfe27ebac144fc85de753ed98dde8284b817e669fecfd688c7e10e
diff --git a/dev-go/gopls/gopls-0.9.4.ebuild b/dev-go/gopls/gopls-0.9.4.ebuild
deleted file mode 100644
index 965c22e94bb7..000000000000
--- a/dev-go/gopls/gopls-0.9.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit go-module
-
-ARCHIVE_URI="https://github.com/golang/tools/archive/refs/tags/gopls/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="\"Go please\" is the official Go language server"
-HOMEPAGE="https://github.com/golang/tools/blob/master/gopls/README.md"
-SLOT="0"
-LICENSE="BSD"
-BDEPEND=">=dev-lang/go-1.18"
-SRC_URI="
- ${ARCHIVE_URI}
- https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz
-"
-# TODO: fix test failure with deps tarball
-RESTRICT+=" test"
-
-S=${WORKDIR}/tools-gopls-v${PV}/${PN}
-
-src_prepare() {
- default
- rm internal/regtest/misc/vendor_test.go || die
-}
-
-src_compile() {
- GOBIN="${S}/bin" CGO_ENABLED=0 go install ./...
- [[ -x bin/${PN} ]] || die "${PN} build failed"
-}
-
-src_test() {
- go test -work "./..." || die
-}
-
-src_install() {
- dobin bin/${PN}
- dodoc -r doc README.md
-}
next reply other threads:[~2024-01-06 5:57 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-06 5:56 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-02 22:22 [gentoo-commits] repo/gentoo:master commit in: dev-go/gopls/ Sam James
2025-09-02 19:07 Arthur Zamarin
2025-07-30 10:59 Arthur Zamarin
2025-07-02 10:27 Arthur Zamarin
2025-07-02 3:30 Zac Medico
2025-06-18 0:05 Zac Medico
2025-04-24 14:31 Sam James
2025-03-12 18:14 Arthur Zamarin
2025-03-06 23:16 Jakov Smolić
2025-03-06 23:16 Jakov Smolić
2025-03-06 1:25 Zac Medico
2024-12-22 21:20 Zac Medico
2024-12-14 20:36 Zac Medico
2024-04-19 15:32 Arthur Zamarin
2024-04-19 15:32 Arthur Zamarin
2024-01-06 5:56 Zac Medico
2024-01-06 5:56 Zac Medico
2023-09-10 15:52 Sam James
2023-09-10 15:52 Sam James
2022-10-18 3:03 Zac Medico
2022-10-18 3:00 Zac Medico
2022-10-10 23:40 Sam James
2022-08-27 0:01 Zac Medico
2022-08-27 0:01 Zac Medico
2022-07-26 0:36 Zac Medico
2022-07-10 20:50 Zac Medico
2022-06-22 7:05 Michał Górny
2022-05-16 2:33 Zac Medico
2022-05-16 2:33 Zac Medico
2022-04-13 3:05 Zac Medico
2022-03-18 4:16 Zac Medico
2022-03-16 4:02 Zac Medico
2021-06-29 8:24 Zac Medico
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=1704519940.932e745420e61aca65fa001a913e03badb700d69.zmedico@gentoo \
--to=zmedico@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