public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2017-10-29  6:57 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2017-10-29  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8274919bc4e5d0ec66cb662207bd12433cd9a392
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 28 22:48:14 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 06:57:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8274919b

app-vim/vim-go: new package.

vim-go is a Go development plugin for Vim.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Bug: https://bugs.gentoo.org/635420

 app-vim/vim-go/Manifest           |  1 +
 app-vim/vim-go/metadata.xml       | 11 +++++++++++
 app-vim/vim-go/vim-go-1.13.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest
new file mode 100644
index 00000000000..56207333062
--- /dev/null
+++ b/app-vim/vim-go/Manifest
@@ -0,0 +1 @@
+DIST vim-go-1.13.zip 900566 SHA256 b4a6212becad775f90dedcb8045b04bf691f32c258c1fead68d5fbb7b775b463 SHA512 3a1818c126c6ab01cd6993336c9e87f88357375b5252e0aeed434dccd0514cbcb1b7c96dce2aaf8f8c2e21909a17bf4bbb39a386ee1f7049b50a85ed9c635817 WHIRLPOOL 0c92fe8f0f685401a9014124a0fb7341b7891dc5346b5af50124a5d2435614d11ed9d24922e0d5fe4cbfe0045ee0539769b3592ff5a0fdecf0f260a090e7b28d

diff --git a/app-vim/vim-go/metadata.xml b/app-vim/vim-go/metadata.xml
new file mode 100644
index 00000000000..a34620b8350
--- /dev/null
+++ b/app-vim/vim-go/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>vim@gentoo.org</email>
+		<name>Gentoo Vim Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">fatih/vim-go</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild
new file mode 100644
index 00000000000..2cffe300bf0
--- /dev/null
+++ b/app-vim/vim-go/vim-go-1.13.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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}.zip -> ${P}.zip"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPFILES="$PN"
+
+RESTRICT="test"
+
+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)
+	:;
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2018-06-06 12:32 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3105e4101030c732230a19497fcab17977520f46
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 21:57:52 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:32:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3105e410

app-vim/vim-go: stable for amd64+x86.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/vim-go/vim-go-1.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild
index a57788c4373..39d68cf0d91 100644
--- a/app-vim/vim-go/vim-go-1.13.ebuild
+++ b/app-vim/vim-go/vim-go-1.13.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="$PN"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2018-06-06 12:32 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2018-06-06 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6fae814640aef0ef3e760be2eca3641f9deaac4d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  5 21:57:12 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 12:32:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fae8146

app-vim/vim-go: fetch tar.gz archive instead of zip.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-vim/vim-go/Manifest           | 2 +-
 app-vim/vim-go/vim-go-1.13.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest
index afe145cba8a..a4361b8989c 100644
--- a/app-vim/vim-go/Manifest
+++ b/app-vim/vim-go/Manifest
@@ -1 +1 @@
-DIST vim-go-1.13.zip 900566 BLAKE2B 31867c47ce7ab11a4948ad52775793586f51ebbfdcdb49ae934ee26842e1d25156ac606b44dcaee56787bd4ea761705f1730f092ff59a3ab6cfffd8c9acfef9c SHA512 3a1818c126c6ab01cd6993336c9e87f88357375b5252e0aeed434dccd0514cbcb1b7c96dce2aaf8f8c2e21909a17bf4bbb39a386ee1f7049b50a85ed9c635817
+DIST vim-go-1.13.tar.gz 870173 BLAKE2B a2f67cef249191cf91caf45c120e471301a89ee365ba9add839edea17990ff3aba7238965dac1c71a89d2004dfcfd486319fc4f1474c7ee94d3845724cd9b289 SHA512 c2aa31104168f3a8e1f96b0ad2c51dc1c2e5a1de3db76f0009edfb38bf60ebfcd9bd8a86fedb6ff6d6d789973a557d6ed03e38e67159bc43c5231449b0253c25

diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild
index 2cffe300bf0..a57788c4373 100644
--- a/app-vim/vim-go/vim-go-1.13.ebuild
+++ b/app-vim/vim-go/vim-go-1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ 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}.zip -> ${P}.zip"
+SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="BSD"
 KEYWORDS="~amd64 ~x86"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2018-12-25  1:31 Denis Dupeyron
  0 siblings, 0 replies; 14+ messages in thread
From: Denis Dupeyron @ 2018-12-25  1:31 UTC (permalink / raw
  To: gentoo-commits

commit:     eb40ecdb1560682ecd9d638b4881d682d0e58ec7
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 01:31:20 2018 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 01:31:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb40ecdb

app-vim/vim-go: bump to 1.19

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Denis Dupeyron <calchan <AT> gentoo.org>

 app-vim/vim-go/Manifest           |  1 +
 app-vim/vim-go/vim-go-1.19.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest
index a4361b8989c..60f40077f3b 100644
--- a/app-vim/vim-go/Manifest
+++ b/app-vim/vim-go/Manifest
@@ -1 +1,2 @@
 DIST vim-go-1.13.tar.gz 870173 BLAKE2B a2f67cef249191cf91caf45c120e471301a89ee365ba9add839edea17990ff3aba7238965dac1c71a89d2004dfcfd486319fc4f1474c7ee94d3845724cd9b289 SHA512 c2aa31104168f3a8e1f96b0ad2c51dc1c2e5a1de3db76f0009edfb38bf60ebfcd9bd8a86fedb6ff6d6d789973a557d6ed03e38e67159bc43c5231449b0253c25
+DIST vim-go-1.19.tar.gz 218988 BLAKE2B 3bbafde28342b8febc8763fe9858575abc8f3e9735f3886de508cb7986bd97d1d2eeb36bdd4eb9b2f514e74f47b08355549e32c101519dac41427f302f57e29f SHA512 fc2cdcbc58878ab435c6b253a226e46ca60083bfd4e6df683e1dbeb368bb25b10fc531630a6b1f6cbfc32306a255eb6eae6bcc3f7a7b770758d4beb71c539f77

diff --git a/app-vim/vim-go/vim-go-1.19.ebuild b/app-vim/vim-go/vim-go-1.19.ebuild
new file mode 100644
index 00000000000..af04db9720d
--- /dev/null
+++ b/app-vim/vim-go/vim-go-1.19.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 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"
+
+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)
+	:;
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2019-05-22 14:35 Denis Dupeyron
  0 siblings, 0 replies; 14+ messages in thread
From: Denis Dupeyron @ 2019-05-22 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     17a1ffa7f31d8a0b47fa40ab01d2f7e7a1cb2760
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 14:33:23 2019 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed May 22 14:35:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a1ffa7

app-vim/vim-go: bump to 1.20

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Denis Dupeyron <calchan <AT> gentoo.org>

 app-vim/vim-go/Manifest           |  1 +
 app-vim/vim-go/vim-go-1.20.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest
index 60f40077f3b..894d11ac03c 100644
--- a/app-vim/vim-go/Manifest
+++ b/app-vim/vim-go/Manifest
@@ -1,2 +1,3 @@
 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.20.ebuild b/app-vim/vim-go/vim-go-1.20.ebuild
new file mode 100644
index 00000000000..3a674061758
--- /dev/null
+++ b/app-vim/vim-go/vim-go-1.20.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 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"
+
+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)
+	:;
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2021-04-12 22:50 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-12 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     26fdab4ba6c8514f105d858b45010aea050e9874
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 06:21:21 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 22:50:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26fdab4b

app-vim/vim-go: fix variable references

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

 app-vim/vim-go/vim-go-1.13.ebuild | 5 +++--
 app-vim/vim-go/vim-go-1.19.ebuild | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild
index 39d68cf0d91..13ca24a1926 100644
--- a/app-vim/vim-go/vim-go-1.13.ebuild
+++ b/app-vim/vim-go/vim-go-1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,10 +8,11 @@ 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"
+VIM_PLUGIN_HELPFILES="${PN}"
 
 RESTRICT="test"
 

diff --git a/app-vim/vim-go/vim-go-1.19.ebuild b/app-vim/vim-go/vim-go-1.19.ebuild
index af04db9720d..34139c8cfca 100644
--- a/app-vim/vim-go/vim-go-1.19.ebuild
+++ b/app-vim/vim-go/vim-go-1.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,10 +8,11 @@ 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"
+VIM_PLUGIN_HELPFILES="${PN}"
 
 RESTRICT="test"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2022-06-02  3:58 Jakov Smolić
  0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2022-06-02  3:58 UTC (permalink / raw
  To: gentoo-commits

commit:     37e92649b27aab6334acdb8e3b78f9a6173067e7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 03:57:53 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 03:57:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e92649

app-vim/vim-go: Stabilize 1.20 amd64, #849197

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-vim/vim-go/vim-go-1.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vim-go/vim-go-1.20.ebuild b/app-vim/vim-go/vim-go-1.20.ebuild
index 90f5a443a94f..b82268a7d38d 100644
--- a/app-vim/vim-go/vim-go-1.20.ebuild
+++ b/app-vim/vim-go/vim-go-1.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ~x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2022-06-02  4:02 Jakov Smolić
  0 siblings, 0 replies; 14+ messages in thread
From: Jakov Smolić @ 2022-06-02  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     97d8e240388cdc68488156382fe056605651d246
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 04:01:37 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 04:02:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97d8e240

app-vim/vim-go: Stabilize 1.20 x86, #849197

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-vim/vim-go/vim-go-1.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-go/vim-go-1.20.ebuild b/app-vim/vim-go/vim-go-1.20.ebuild
index b82268a7d38d..b59e2ccf1561 100644
--- a/app-vim/vim-go/vim-go-1.20.ebuild
+++ b/app-vim/vim-go/vim-go-1.20.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 x86"
 
 VIM_PLUGIN_HELPFILES="${PN}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2022-06-10 18:08 Matt Turner
  0 siblings, 0 replies; 14+ messages in thread
From: Matt Turner @ 2022-06-10 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     de7016f9dabfe3c54b4601a40db93725691297b9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:44:58 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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)
-	:;
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2022-09-01 20:13 John Helmert III
  0 siblings, 0 replies; 14+ messages in thread
From: John Helmert III @ 2022-09-01 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     53f6610a7ce6b3add4532cd0ff54b4f345b17da2
Author:     Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Thu Sep  1 18:18:35 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> 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 <holgersson <AT> posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/26730
Signed-off-by: John Helmert III <ajak <AT> 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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2022-10-10 23:40 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-10-10 23:40 UTC (permalink / raw
  To: gentoo-commits

commit:     008625d8c27bdb4ca5d91ffed8a6099bbf34f860
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 23:39:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 23:39:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=008625d8

app-vim/vim-go: Keyword 1.26 x86, #867916

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

 app-vim/vim-go/vim-go-1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild
index 6f34df59ddbc..5d58adf679cd 100644
--- a/app-vim/vim-go/vim-go-1.26.ebuild
+++ b/app-vim/vim-go/vim-go-1.26.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~amd64 ~x86"
 RESTRICT="test"
 
 RDEPEND="dev-go/gopls"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2023-09-10 15:52 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-09-10 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     68dec4dcc510312cb4bf67e4b60cb08db386cffd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 15:52:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 15:52:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dec4dc

app-vim/vim-go: Stabilize 1.26 amd64, #913056

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

 app-vim/vim-go/vim-go-1.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild
index ff0202fa6d88..e59f751b2111 100644
--- a/app-vim/vim-go/vim-go-1.26.ebuild
+++ b/app-vim/vim-go/vim-go-1.26.ebuild
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="amd64 x86"
 RESTRICT="test"
 
 RDEPEND="dev-go/gopls"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2023-09-10 15:52 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-09-10 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7acdc24740375e94578e2aa3bc80d5d66599bdcb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 15:52:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 15:52:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7acdc247

app-vim/vim-go: Stabilize 1.26 x86, #913056

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

 app-vim/vim-go/vim-go-1.26.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-vim/vim-go/vim-go-1.26.ebuild b/app-vim/vim-go/vim-go-1.26.ebuild
index 5d58adf679cd..ff0202fa6d88 100644
--- a/app-vim/vim-go/vim-go-1.26.ebuild
+++ b/app-vim/vim-go/vim-go-1.26.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ 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"
+KEYWORDS="~amd64 x86"
 RESTRICT="test"
 
 RDEPEND="dev-go/gopls"


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

* [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/
@ 2023-09-26 19:53 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2023-09-26 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f8adc2d3c05bb823c387a80d444c3edc7366fc65
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 19:34:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 19:53:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8adc2d3

app-vim/vim-go: drop 1.20

Closes: https://bugs.gentoo.org/913056
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-vim/vim-go/Manifest           |  1 -
 app-vim/vim-go/vim-go-1.20.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest
index c78940eb4127..2b5c1ef461de 100644
--- a/app-vim/vim-go/Manifest
+++ b/app-vim/vim-go/Manifest
@@ -1,2 +1 @@
-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.20.ebuild b/app-vim/vim-go/vim-go-1.20.ebuild
deleted file mode 100644
index b59e2ccf1561..000000000000
--- a/app-vim/vim-go/vim-go-1.20.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 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)
-	:;
-}


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

end of thread, other threads:[~2023-09-26 19:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-10 15:52 [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-09-26 19:53 Andreas Sturmlechner
2023-09-10 15:52 Sam James
2022-10-10 23:40 Sam James
2022-09-01 20:13 John Helmert III
2022-06-10 18:08 Matt Turner
2022-06-02  4:02 Jakov Smolić
2022-06-02  3:58 Jakov Smolić
2021-04-12 22:50 Sam James
2019-05-22 14:35 Denis Dupeyron
2018-12-25  1:31 Denis Dupeyron
2018-06-06 12:32 Patrice Clement
2018-06-06 12:32 Patrice Clement
2017-10-29  6:57 Patrice Clement

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