[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2023-09-26 Thread Andreas Sturmlechner
commit: f8adc2d3c05bb823c387a80d444c3edc7366fc65
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 26 19:34:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 26 19:53:22 2023 +
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  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..
--- 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)
-   :;
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2023-09-10 Thread Sam James
commit: 68dec4dcc510312cb4bf67e4b60cb08db386cffd
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 15:52:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 15:52:38 2023 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2023-09-10 Thread Sam James
commit: 7acdc24740375e94578e2aa3bc80d5d66599bdcb
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 10 15:52:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 10 15:52:36 2023 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2022-10-10 Thread Sam James
commit: 008625d8c27bdb4ca5d91ffed8a6099bbf34f860
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 10 23:39:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 10 23:39:39 2022 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2022-09-01 Thread John Helmert III
commit: 53f6610a7ce6b3add4532cd0ff54b4f345b17da2
Author: Nils Freydank  posteo  de>
AuthorDate: Thu Sep  1 18:18:35 2022 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu Sep  1 20:13:26 2022 +
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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2022-06-10 Thread Matt Turner
commit: de7016f9dabfe3c54b4601a40db93725691297b9
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jun 10 17:44:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun 10 18:07:51 2022 +
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..
--- 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..
--- 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)
-   :;
-}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2022-06-01 Thread Jakov Smolić
commit: 97d8e240388cdc68488156382fe056605651d246
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  2 04:01:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  2 04:02:20 2022 +
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ć  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2022-06-01 Thread Jakov Smolić
commit: 37e92649b27aab6334acdb8e3b78f9a6173067e7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun  2 03:57:53 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun  2 03:57:53 2022 +
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ć  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}"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

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

app-vim/vim-go: fix variable references

Signed-off-by: Sam James  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"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2019-05-22 Thread Denis Dupeyron
commit: 17a1ffa7f31d8a0b47fa40ab01d2f7e7a1cb2760
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Wed May 22 14:33:23 2019 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Wed May 22 14:35:31 2019 +
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  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 000..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)
+   :;
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2018-12-24 Thread Denis Dupeyron
commit: eb40ecdb1560682ecd9d638b4881d682d0e58ec7
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Tue Dec 25 01:31:20 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Tue Dec 25 01:31:20 2018 +
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  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 000..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)
+   :;
+}



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2018-06-06 Thread Patrice Clement
commit: 3105e4101030c732230a19497fcab17977520f46
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun  5 21:57:52 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun  6 12:32:28 2018 +
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"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2018-06-06 Thread Patrice Clement
commit: 6fae814640aef0ef3e760be2eca3641f9deaac4d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun  5 21:57:12 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Jun  6 12:32:27 2018 +
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"
 



[gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/

2017-10-29 Thread Patrice Clement
commit: 8274919bc4e5d0ec66cb662207bd12433cd9a392
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 28 22:48:14 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Oct 29 06:57:29 2017 +
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 000..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 000..a34620b8350
--- /dev/null
+++ b/app-vim/vim-go/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   v...@gentoo.org
+   Gentoo Vim Project
+   
+   
+   fatih/vim-go
+   
+

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 000..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)
+   :;
+}