From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5306E158095 for ; Thu, 1 Sep 2022 20:13:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 626DEE09DC; Thu, 1 Sep 2022 20:13:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A567E09DC for ; Thu, 1 Sep 2022 20:13:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63426335C0D for ; Thu, 1 Sep 2022 20:13:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE2BD599 for ; Thu, 1 Sep 2022 20:13:37 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1662063206.53f6610a7ce6b3add4532cd0ff54b4f345b17da2.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-go/Manifest app-vim/vim-go/vim-go-1.26.ebuild X-VCS-Directories: app-vim/vim-go/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 53f6610a7ce6b3add4532cd0ff54b4f345b17da2 X-VCS-Branch: master Date: Thu, 1 Sep 2022 20:13:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 037a26a2-c042-4652-b1f3-35126f5ecde5 X-Archives-Hash: 95222ee99ff2809ba9f1ef529de6a5f8 commit: 53f6610a7ce6b3add4532cd0ff54b4f345b17da2 Author: Nils Freydank posteo de> AuthorDate: Thu Sep 1 18:18:35 2022 +0000 Commit: John Helmert III gentoo org> CommitDate: Thu Sep 1 20:13:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53f6610a app-vim/vim-go: Bump to 1.26 Closes: https://bugs.gentoo.org/548852 Closes: https://bugs.gentoo.org/833016 Signed-off-by: Nils Freydank posteo.de> Closes: https://github.com/gentoo/gentoo/pull/26730 Signed-off-by: John Helmert III gentoo.org> app-vim/vim-go/Manifest | 1 + app-vim/vim-go/vim-go-1.26.ebuild | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest index 2a369c5b3955..c78940eb4127 100644 --- a/app-vim/vim-go/Manifest +++ b/app-vim/vim-go/Manifest @@ -1 +1,2 @@ DIST vim-go-1.20.tar.gz 232322 BLAKE2B f72664c79d781152748b6d5e48e9363a924e257eb0054931127d83fe4dc56d5b3e3592800ae3be3812609ec92c9b66fbcba8a1b1ca76891573408db14a0b2865 SHA512 1f5499dd33b72466127c1fbbd7a10dca41d9e8c3add6a0b2b3efa8dc0caf2aaa26311357a5b5eaecf2461a3465aabbf608a9ca35203139ead083bbcc806ea552 +DIST vim-go-1.26.tar.gz 285900 BLAKE2B 4492138e4689fbe2408717ecd7895fe2a98227a8399ebeaec6a23c21acc1eb23ee66dea3947df9fa62c17e0f980c48101b62e331e05c43503f9bba657ca0f9b8 SHA512 30722557c2c66e3601a001b490bf4949bf9949a2b41db838f0fa3fba91abb30469d3726cee293afdd1afd385871d62db09e9e9bf2acf48d947b469a5a19888ac diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild new file mode 100644 index 000000000000..6f34df59ddbc --- /dev/null +++ b/app-vim/vim-go/vim-go-1.26.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Go development plugin for Vim" +HOMEPAGE="https://github.com/fatih/vim-go" +SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64" +RESTRICT="test" + +RDEPEND="dev-go/gopls" + +DOCS=( README.md CHANGELOG.md ) + +src_compile() { + # safely skip `make test` triggered by `make` as it runs `go get` commands + # TODO: Is :GoInstallBinaries still necessary? For details see: + # https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt + :; +} + +src_install(){ + insinto /usr/share/vim/vimfiles/ + doins -r templates + + vim-plugin_src_install +}