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 A9C68158091 for ; Fri, 10 Jun 2022 18:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6052AE0935; Fri, 10 Jun 2022 18:08:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41F6EE0935 for ; Fri, 10 Jun 2022 18:08:12 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 562ED341843 for ; Fri, 10 Jun 2022 18:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D33F8512 for ; Fri, 10 Jun 2022 18:08:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654884471.de7016f9dabfe3c54b4601a40db93725691297b9.mattst88@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.13.ebuild app-vim/vim-go/vim-go-1.19.ebuild X-VCS-Directories: app-vim/vim-go/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: de7016f9dabfe3c54b4601a40db93725691297b9 X-VCS-Branch: master Date: Fri, 10 Jun 2022 18:08:07 +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: a1aaf776-d4e1-4ef5-ab32-f0ade9a08a2e X-Archives-Hash: c98ce32aef516e0b25ae0d75b6f20843 commit: de7016f9dabfe3c54b4601a40db93725691297b9 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:44:58 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 10 18:07:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de7016f9 app-vim/vim-go: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/vim-go/Manifest | 2 -- app-vim/vim-go/vim-go-1.13.ebuild | 25 ------------------------- app-vim/vim-go/vim-go-1.19.ebuild | 25 ------------------------- 3 files changed, 52 deletions(-) diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest index 894d11ac03ce..2a369c5b3955 100644 --- a/app-vim/vim-go/Manifest +++ b/app-vim/vim-go/Manifest @@ -1,3 +1 @@ -DIST vim-go-1.13.tar.gz 870173 BLAKE2B a2f67cef249191cf91caf45c120e471301a89ee365ba9add839edea17990ff3aba7238965dac1c71a89d2004dfcfd486319fc4f1474c7ee94d3845724cd9b289 SHA512 c2aa31104168f3a8e1f96b0ad2c51dc1c2e5a1de3db76f0009edfb38bf60ebfcd9bd8a86fedb6ff6d6d789973a557d6ed03e38e67159bc43c5231449b0253c25 -DIST vim-go-1.19.tar.gz 218988 BLAKE2B 3bbafde28342b8febc8763fe9858575abc8f3e9735f3886de508cb7986bd97d1d2eeb36bdd4eb9b2f514e74f47b08355549e32c101519dac41427f302f57e29f SHA512 fc2cdcbc58878ab435c6b253a226e46ca60083bfd4e6df683e1dbeb368bb25b10fc531630a6b1f6cbfc32306a255eb6eae6bcc3f7a7b770758d4beb71c539f77 DIST vim-go-1.20.tar.gz 232322 BLAKE2B f72664c79d781152748b6d5e48e9363a924e257eb0054931127d83fe4dc56d5b3e3592800ae3be3812609ec92c9b66fbcba8a1b1ca76891573408db14a0b2865 SHA512 1f5499dd33b72466127c1fbbd7a10dca41d9e8c3add6a0b2b3efa8dc0caf2aaa26311357a5b5eaecf2461a3465aabbf608a9ca35203139ead083bbcc806ea552 diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild deleted file mode 100644 index ad5a3b542300..000000000000 --- a/app-vim/vim-go/vim-go-1.13.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -RESTRICT="test" - -DOCS=( README.md CHANGELOG.md ) - -src_compile() { - # safely skip `make test` triggered by `make` as it runs `go get` commands - # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt) - :; -} diff --git a/app-vim/vim-go/vim-go-1.19.ebuild b/app-vim/vim-go/vim-go-1.19.ebuild deleted file mode 100644 index 9bed778af92e..000000000000 --- a/app-vim/vim-go/vim-go-1.19.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 ~x86" - -VIM_PLUGIN_HELPFILES="${PN}" - -RESTRICT="test" - -DOCS=( README.md CHANGELOG.md ) - -src_compile() { - # safely skip `make test` triggered by `make` as it runs `go get` commands - # TODO: see :GoInstallBinaries (https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt) - :; -}