[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2024-03-24 Thread Julien Roy
commit: 04a4e3d2109624cc686648acca397294f929bc3e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Mar 24 14:29:45 2024 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sun Mar 24 14:29:45 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04a4e3d2

dev-vcs/lazygit: 0.41.0 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.41.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 7440e34455..ad57578120 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.39.4.tar.gz 3882422 BLAKE2B 
7d1c94f1340e9eb56f84174196539db0cb716808c723045daeee7c037c3cab04e566edfab8a30b1771d441928a81d56f96eb468ba070ad73cf847e89a2800493
 SHA512 
b3d29abfe168590ea63c46ac461e4862a86b861f77a89e6be9d2b207f24c4da10b95512349b1158ff92c1443a16468d4d0026d27b0b87c2315b15ede447dbf05
 DIST lazygit-0.40.2.tar.gz 4468039 BLAKE2B 
efea794795af283dc286166427fe5aae4ce8473a4933f2373501d0f3ac0a4d16df7aa20cb20b25738707c30356db4fad647de4cfa2e6abde024a613f5e036b7f
 SHA512 
201bd09705ad48c41ed62ac061b31e62ce51a351eff5dae36a3bf5654d62fdef5d2a93e3f4ad56c0b02c70fb0e323319ed38d64c3bfef36900423983284b52c1
+DIST lazygit-0.41.0.tar.gz 468 BLAKE2B 
2df9686e279c428276c846ccbbcc77ac0037e0383062c17df9425d90dda86767e616d2efeaea85d2f1bdf4849b36d82d4ccfef4acc7c0261a8480f2174b3
 SHA512 
ef1d8e2394eb3230c0489e0b0c6726536649697943fa8a7cbf95e9eb600c8fe3429e72539897f04ffd3ee35905b96600c5a79174856c4e49a22fbeada668bf4e

diff --git a/dev-vcs/lazygit/lazygit-0.41.0.ebuild 
b/dev-vcs/lazygit/lazygit-0.41.0.ebuild
new file mode 100644
index 00..91f097e5de
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.41.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_compile() {
+   ego build -o bin/lazygit \
+   -ldflags "-X main.version=${PV}"
+}
+
+src_test() {
+   ego test ./... -short
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-08-23 Thread David Roman
commit: 920e0cadbb68ab96afb708415d70e75fdf403555
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Aug 21 19:08:42 2023 +
Commit: David Roman  gmail  com>
CommitDate: Mon Aug 21 19:08:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=920e0cad

dev-vcs/lazygit: drop old 0.38.2

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 -
 dev-vcs/lazygit/lazygit-0.38.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index cd27077f0c..7440e34455 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,2 @@
-DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
 DIST lazygit-0.39.4.tar.gz 3882422 BLAKE2B 
7d1c94f1340e9eb56f84174196539db0cb716808c723045daeee7c037c3cab04e566edfab8a30b1771d441928a81d56f96eb468ba070ad73cf847e89a2800493
 SHA512 
b3d29abfe168590ea63c46ac461e4862a86b861f77a89e6be9d2b207f24c4da10b95512349b1158ff92c1443a16468d4d0026d27b0b87c2315b15ede447dbf05
 DIST lazygit-0.40.2.tar.gz 4468039 BLAKE2B 
efea794795af283dc286166427fe5aae4ce8473a4933f2373501d0f3ac0a4d16df7aa20cb20b25738707c30356db4fad647de4cfa2e6abde024a613f5e036b7f
 SHA512 
201bd09705ad48c41ed62ac061b31e62ce51a351eff5dae36a3bf5654d62fdef5d2a93e3f4ad56c0b02c70fb0e323319ed38d64c3bfef36900423983284b52c1

diff --git a/dev-vcs/lazygit/lazygit-0.38.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.38.2.ebuild
deleted file mode 100644
index 7cb26b7439..00
--- a/dev-vcs/lazygit/lazygit-0.38.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${P}"
-
-RDEPEND="dev-vcs/git"
-
-DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
-
-src_compile() {
-   go build -o bin/lazygit || die
-}
-
-src_install() {
-   dobin bin/lazygit
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-08-23 Thread David Roman
commit: 8c55813225f3c49c6539c9f5763726dc9068cfe3
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Aug 21 19:19:53 2023 +
Commit: David Roman  gmail  com>
CommitDate: Mon Aug 21 19:19:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c558132

dev-vcs/lazygit: fix src_compile() and "--version" cmd output

Closes: https://bugs.gentoo.org/912661

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/{lazygit-0.39.4.ebuild => lazygit-0.39.4-r1.ebuild} | 3 ++-
 dev-vcs/lazygit/{lazygit-0.40.2.ebuild => lazygit-0.40.2-r1.ebuild} | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/lazygit/lazygit-0.39.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.39.4-r1.ebuild
similarity index 89%
rename from dev-vcs/lazygit/lazygit-0.39.4.ebuild
rename to dev-vcs/lazygit/lazygit-0.39.4-r1.ebuild
index 7cb26b7439..c749a3025c 100644
--- a/dev-vcs/lazygit/lazygit-0.39.4.ebuild
+++ b/dev-vcs/lazygit/lazygit-0.39.4-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="dev-vcs/git"
 DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
 
 src_compile() {
-   go build -o bin/lazygit || die
+   ego build -o bin/lazygit \
+   -ldflags "-X main.version=${PV}"
 }
 
 src_install() {

diff --git a/dev-vcs/lazygit/lazygit-0.40.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.40.2-r1.ebuild
similarity index 89%
rename from dev-vcs/lazygit/lazygit-0.40.2.ebuild
rename to dev-vcs/lazygit/lazygit-0.40.2-r1.ebuild
index 7cb26b7439..c749a3025c 100644
--- a/dev-vcs/lazygit/lazygit-0.40.2.ebuild
+++ b/dev-vcs/lazygit/lazygit-0.40.2-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="dev-vcs/git"
 DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
 
 src_compile() {
-   go build -o bin/lazygit || die
+   ego build -o bin/lazygit \
+   -ldflags "-X main.version=${PV}"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-08-10 Thread Viorel Munteanu
commit: 3e20830d1ba8a9aff3219a377adde9ac60d2cf5e
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Aug  8 18:41:32 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue Aug  8 18:42:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e20830d

dev-vcs/lazygit : 0.40.2 version bump (drop 0.40.0)

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest | 2 +-
 dev-vcs/lazygit/{lazygit-0.40.0.ebuild => lazygit-0.40.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index ca60b0cbed..cd27077f0c 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,3 @@
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
 DIST lazygit-0.39.4.tar.gz 3882422 BLAKE2B 
7d1c94f1340e9eb56f84174196539db0cb716808c723045daeee7c037c3cab04e566edfab8a30b1771d441928a81d56f96eb468ba070ad73cf847e89a2800493
 SHA512 
b3d29abfe168590ea63c46ac461e4862a86b861f77a89e6be9d2b207f24c4da10b95512349b1158ff92c1443a16468d4d0026d27b0b87c2315b15ede447dbf05
-DIST lazygit-0.40.0.tar.gz 4466892 BLAKE2B 
444090d43903790dd6f54e1402b557b8474f285eef3f6663e06d0e90a2d57017f2e606e0340e0cb8f5a490ce6c8b1e172fbbb1112d0c54205cdd75c438e4
 SHA512 
39b3cf0a1f49a5fb32e60bfe5a7af9ec867987a06145b24ac8061e8e2a62c620f0683313b18987bed4de5d431b344ea9b088b742fb6754a27750e4dd4c660336
+DIST lazygit-0.40.2.tar.gz 4468039 BLAKE2B 
efea794795af283dc286166427fe5aae4ce8473a4933f2373501d0f3ac0a4d16df7aa20cb20b25738707c30356db4fad647de4cfa2e6abde024a613f5e036b7f
 SHA512 
201bd09705ad48c41ed62ac061b31e62ce51a351eff5dae36a3bf5654d62fdef5d2a93e3f4ad56c0b02c70fb0e323319ed38d64c3bfef36900423983284b52c1

diff --git a/dev-vcs/lazygit/lazygit-0.40.0.ebuild 
b/dev-vcs/lazygit/lazygit-0.40.2.ebuild
similarity index 100%
rename from dev-vcs/lazygit/lazygit-0.40.0.ebuild
rename to dev-vcs/lazygit/lazygit-0.40.2.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-08-07 Thread David Roman
commit: 2d84358f056be9eb111acb3b9ce16c2076b84e2f
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Aug  6 15:15:27 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sun Aug  6 15:15:27 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d84358f

dev-vcs/lazygit: 0.40.0 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.40.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 7d5a62f20a..ca60b0cbed 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
 DIST lazygit-0.39.4.tar.gz 3882422 BLAKE2B 
7d1c94f1340e9eb56f84174196539db0cb716808c723045daeee7c037c3cab04e566edfab8a30b1771d441928a81d56f96eb468ba070ad73cf847e89a2800493
 SHA512 
b3d29abfe168590ea63c46ac461e4862a86b861f77a89e6be9d2b207f24c4da10b95512349b1158ff92c1443a16468d4d0026d27b0b87c2315b15ede447dbf05
+DIST lazygit-0.40.0.tar.gz 4466892 BLAKE2B 
444090d43903790dd6f54e1402b557b8474f285eef3f6663e06d0e90a2d57017f2e606e0340e0cb8f5a490ce6c8b1e172fbbb1112d0c54205cdd75c438e4
 SHA512 
39b3cf0a1f49a5fb32e60bfe5a7af9ec867987a06145b24ac8061e8e2a62c620f0683313b18987bed4de5d431b344ea9b088b742fb6754a27750e4dd4c660336

diff --git a/dev-vcs/lazygit/lazygit-0.40.0.ebuild 
b/dev-vcs/lazygit/lazygit-0.40.0.ebuild
new file mode 100644
index 00..7cb26b7439
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.40.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_compile() {
+   go build -o bin/lazygit || die
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-07-24 Thread Haelwenn Monnier
commit: fd936f80239e94cb68b6f72c8dc021aaa74df57c
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Jul 24 18:09:06 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Mon Jul 24 18:09:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd936f80

dev-vcs/lazygit: 0.39.4 version bump (drop 0.39.3)

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest | 2 +-
 dev-vcs/lazygit/{lazygit-0.39.3.ebuild => lazygit-0.39.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index fab8586c8..7d5a62f20 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,2 @@
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
-DIST lazygit-0.39.3.tar.gz 3883453 BLAKE2B 
8d7656bef1bb43514e5107c92823289f74b4745d82f8a8fb12cb59d1b97d0adc3f24b52084bf11d244fdee06e0c2fc7a8c05b19bf2331187bce6b62b51b59e88
 SHA512 
89002c063a51791e9ddd28357a48e1b4b75c10704ba182e95cb59aac5b18794bde37c0d0f7f8d72cc5ebda54d20e27c1968df652648dba0b745d08104ab186fe
+DIST lazygit-0.39.4.tar.gz 3882422 BLAKE2B 
7d1c94f1340e9eb56f84174196539db0cb716808c723045daeee7c037c3cab04e566edfab8a30b1771d441928a81d56f96eb468ba070ad73cf847e89a2800493
 SHA512 
b3d29abfe168590ea63c46ac461e4862a86b861f77a89e6be9d2b207f24c4da10b95512349b1158ff92c1443a16468d4d0026d27b0b87c2315b15ede447dbf05

diff --git a/dev-vcs/lazygit/lazygit-0.39.3.ebuild 
b/dev-vcs/lazygit/lazygit-0.39.4.ebuild
similarity index 100%
rename from dev-vcs/lazygit/lazygit-0.39.3.ebuild
rename to dev-vcs/lazygit/lazygit-0.39.4.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-07-23 Thread David Roman
commit: 7020c7bf2e5bb84f832461f9d77817f9f0855e86
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Jul 23 09:03:51 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jul 23 09:05:02 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7020c7bf

dev-vcs/lazygit: 0.39.3 version bump (drop 0.39.2)

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest | 2 +-
 dev-vcs/lazygit/{lazygit-0.39.2.ebuild => lazygit-0.39.3.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index b382d62fe..3629618bf 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,4 @@
 DIST lazygit-0.37.tar.gz 4213356 BLAKE2B 
8fb82b70ea2c5188b0d9fd4e015f5e525fd64f82c3e1af33e268cca500eb3c0dd9687dceacfba40439f65e31b95097d4550d892de0c942dbdc3e4695573264cf
 SHA512 
33eb6f609056d7f390e2a06ca6d48ff9289b54bb44f90f6498ff9e5cba077835a71e7668bc5ce0fa508dea403d9e33098a4a1cf72288ab407bb92eb625f71991
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
 DIST lazygit-0.39.1.tar.gz 3882142 BLAKE2B 
4c4d5e3e14a6aeaf4c6545c010ae82fe7c2ba80354df3b7243afb2f19b544b77de450dd741209f24373875dc8cea271d486037d59d0424b35ac60cd30ba492ba
 SHA512 
9fb65fe1e2853abe4035e450f319c95d03a813587fac9761380b67d2ec1c338203f0e7888cf1a14c959d163f0868c96555f0947d955e206575f0b63da7b9de5f
-DIST lazygit-0.39.2.tar.gz 3882299 BLAKE2B 
ee5c6f144e6adbab94aad590f07c295b068df38e049bf55bcfaa28089944a7e915bca024cdb8d1eeb8f9126667e901a953a7200eedeb35b46ab5a46a4bbb7913
 SHA512 
f43b13e53f0ff0131ea3e04ea168faab718ed8ec216d5e2ddf19b2304ae8c024a75e9a66c210416087cb54abd72f34462ad3210a4e41a9dd41efa011cc77406a
+DIST lazygit-0.39.3.tar.gz 3883453 BLAKE2B 
8d7656bef1bb43514e5107c92823289f74b4745d82f8a8fb12cb59d1b97d0adc3f24b52084bf11d244fdee06e0c2fc7a8c05b19bf2331187bce6b62b51b59e88
 SHA512 
89002c063a51791e9ddd28357a48e1b4b75c10704ba182e95cb59aac5b18794bde37c0d0f7f8d72cc5ebda54d20e27c1968df652648dba0b745d08104ab186fe

diff --git a/dev-vcs/lazygit/lazygit-0.39.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.39.3.ebuild
similarity index 100%
rename from dev-vcs/lazygit/lazygit-0.39.2.ebuild
rename to dev-vcs/lazygit/lazygit-0.39.3.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-07-23 Thread David Roman
commit: 15afda4baaf3e09c410543ed3c4e09d9bd10d1e5
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Jul 23 09:06:15 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sun Jul 23 09:06:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15afda4b

dev-vcs/lazygit: drop old 0.37, 0.39.1

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.37.ebuild   | 29 -
 dev-vcs/lazygit/lazygit-0.39.1.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 3629618bf..fab8586c8 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,2 @@
-DIST lazygit-0.37.tar.gz 4213356 BLAKE2B 
8fb82b70ea2c5188b0d9fd4e015f5e525fd64f82c3e1af33e268cca500eb3c0dd9687dceacfba40439f65e31b95097d4550d892de0c942dbdc3e4695573264cf
 SHA512 
33eb6f609056d7f390e2a06ca6d48ff9289b54bb44f90f6498ff9e5cba077835a71e7668bc5ce0fa508dea403d9e33098a4a1cf72288ab407bb92eb625f71991
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
-DIST lazygit-0.39.1.tar.gz 3882142 BLAKE2B 
4c4d5e3e14a6aeaf4c6545c010ae82fe7c2ba80354df3b7243afb2f19b544b77de450dd741209f24373875dc8cea271d486037d59d0424b35ac60cd30ba492ba
 SHA512 
9fb65fe1e2853abe4035e450f319c95d03a813587fac9761380b67d2ec1c338203f0e7888cf1a14c959d163f0868c96555f0947d955e206575f0b63da7b9de5f
 DIST lazygit-0.39.3.tar.gz 3883453 BLAKE2B 
8d7656bef1bb43514e5107c92823289f74b4745d82f8a8fb12cb59d1b97d0adc3f24b52084bf11d244fdee06e0c2fc7a8c05b19bf2331187bce6b62b51b59e88
 SHA512 
89002c063a51791e9ddd28357a48e1b4b75c10704ba182e95cb59aac5b18794bde37c0d0f7f8d72cc5ebda54d20e27c1968df652648dba0b745d08104ab186fe

diff --git a/dev-vcs/lazygit/lazygit-0.37.ebuild 
b/dev-vcs/lazygit/lazygit-0.37.ebuild
deleted file mode 100644
index 678b0ead5..0
--- a/dev-vcs/lazygit/lazygit-0.37.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.0.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${P}.0"
-
-RDEPEND="dev-vcs/git"
-
-DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
-
-src_compile() {
-   go build -o bin/lazygit || die
-}
-
-src_install() {
-   dobin bin/lazygit
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.39.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.39.1.ebuild
deleted file mode 100644
index 7cb26b743..0
--- a/dev-vcs/lazygit/lazygit-0.39.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="Simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${P}"
-
-RDEPEND="dev-vcs/git"
-
-DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
-
-src_compile() {
-   go build -o bin/lazygit || die
-}
-
-src_install() {
-   dobin bin/lazygit
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-07-22 Thread David Roman
commit: 0e9e191e62b74d47564fefcce7ed256ea72d9cf8
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Jul 22 16:55:35 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sat Jul 22 16:55:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e9e191e

dev-vcs/lazygit: 0.39.2 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.39.2.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 56adf441e..b382d62fe 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.37.tar.gz 4213356 BLAKE2B 
8fb82b70ea2c5188b0d9fd4e015f5e525fd64f82c3e1af33e268cca500eb3c0dd9687dceacfba40439f65e31b95097d4550d892de0c942dbdc3e4695573264cf
 SHA512 
33eb6f609056d7f390e2a06ca6d48ff9289b54bb44f90f6498ff9e5cba077835a71e7668bc5ce0fa508dea403d9e33098a4a1cf72288ab407bb92eb625f71991
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
 DIST lazygit-0.39.1.tar.gz 3882142 BLAKE2B 
4c4d5e3e14a6aeaf4c6545c010ae82fe7c2ba80354df3b7243afb2f19b544b77de450dd741209f24373875dc8cea271d486037d59d0424b35ac60cd30ba492ba
 SHA512 
9fb65fe1e2853abe4035e450f319c95d03a813587fac9761380b67d2ec1c338203f0e7888cf1a14c959d163f0868c96555f0947d955e206575f0b63da7b9de5f
+DIST lazygit-0.39.2.tar.gz 3882299 BLAKE2B 
ee5c6f144e6adbab94aad590f07c295b068df38e049bf55bcfaa28089944a7e915bca024cdb8d1eeb8f9126667e901a953a7200eedeb35b46ab5a46a4bbb7913
 SHA512 
f43b13e53f0ff0131ea3e04ea168faab718ed8ec216d5e2ddf19b2304ae8c024a75e9a66c210416087cb54abd72f34462ad3210a4e41a9dd41efa011cc77406a

diff --git a/dev-vcs/lazygit/lazygit-0.39.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.39.2.ebuild
new file mode 100644
index 0..7cb26b743
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.39.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_compile() {
+   go build -o bin/lazygit || die
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2023-07-21 Thread Haelwenn Monnier
commit: 553cceabea9d209c4039be2071468cb8534f3347
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Fri Jul 21 16:56:17 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Fri Jul 21 16:56:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=553cceab

dev-vcs/lazygit: 0.39.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.39.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index b32c21feb..56adf441e 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.37.tar.gz 4213356 BLAKE2B 
8fb82b70ea2c5188b0d9fd4e015f5e525fd64f82c3e1af33e268cca500eb3c0dd9687dceacfba40439f65e31b95097d4550d892de0c942dbdc3e4695573264cf
 SHA512 
33eb6f609056d7f390e2a06ca6d48ff9289b54bb44f90f6498ff9e5cba077835a71e7668bc5ce0fa508dea403d9e33098a4a1cf72288ab407bb92eb625f71991
 DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B 
c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e
 SHA512 
508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f
+DIST lazygit-0.39.1.tar.gz 3882142 BLAKE2B 
4c4d5e3e14a6aeaf4c6545c010ae82fe7c2ba80354df3b7243afb2f19b544b77de450dd741209f24373875dc8cea271d486037d59d0424b35ac60cd30ba492ba
 SHA512 
9fb65fe1e2853abe4035e450f319c95d03a813587fac9761380b67d2ec1c338203f0e7888cf1a14c959d163f0868c96555f0947d955e206575f0b63da7b9de5f

diff --git a/dev-vcs/lazygit/lazygit-0.39.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.39.1.ebuild
new file mode 100644
index 0..7cb26b743
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.39.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_compile() {
+   go build -o bin/lazygit || die
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2022-11-16 Thread Florian Schmaus
commit: bba054d8b12c75a21db0e8421c00eebf0e233df1
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Mon Nov 14 11:45:49 2022 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Nov 14 11:45:49 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bba054d8

dev-vcs/lazygit: 0.36 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.36.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 85bb93e6d..3c30b413b 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.33.tar.gz 3729628 BLAKE2B 
1cd9a081e5c0b5bd1248404771ed0d2617ef07ce1257a14ebaa13eab785d70ead908d3151fa6019fbc5149d24f7d69a351e7137c2c3878e38cd0630751197e9d
 SHA512 
e878ef0eb64a8d3fb536767f33787dbf06fd27deb2a292e9658f1c97073b5c30d95f3390215bf973e90acc136bcddb839024fddcd4bf25e6dab5f2762a2db379
 DIST lazygit-0.34.tar.gz 3733055 BLAKE2B 
dd53369181f2abf6d7a4776bc751f39a37eb8184fe3811834ee8a99fdcbd4939b260bd1bb86ed26d54b86f4cd509d065cefddcdc5118c266621dfa697a07e7f8
 SHA512 
a63dd877220c124282667acaadd2f9c55c47687e0c65caff9f61c5a6a3cecc202501fdbd3a1ee13752c8e68920b5b198459e71a44c585d594675b931d5c2
 DIST lazygit-0.35.tar.gz 3896489 BLAKE2B 
686af67f3f90fe3e4817c4a30396902e170b67b2892f2907f87e401495d0d1437d9dad6a7609d49d59632c1575af60a53f24042b74b25d00c567d2f0c7afdd87
 SHA512 
0a121399070b75cdb9f64fff238866c54684e5989d38cd95a8227d16de44f08bb01e93c546874f0c39ed8198e78e03f5167bb711fce643f6a137e05438b9
+DIST lazygit-0.36.tar.gz 4324585 BLAKE2B 
f9686703ab520e27f17607210cbc73800755481ba07b65ace33bba841c9b0715e00ff673b05920b850127f7fc49a3ee9cca87801ff551c39b6f02076e2fd2a4f
 SHA512 
bdaaa856fcc7c4e1deb89e495db38852f8b07381de8d478d67e84313c09f9d9498b69426dbf161ad03d9a1ec921bad89b9309e9aef7da3af8192f9cca531a1b9

diff --git a/dev-vcs/lazygit/lazygit-0.36.ebuild 
b/dev-vcs/lazygit/lazygit-0.36.ebuild
new file mode 100644
index 0..5c52d8790
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.36.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.0.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+S="${WORKDIR}/${P}.0"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_compile() {
+   go build -o bin/lazygit || die
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2022-07-23 Thread Haelwenn Monnier
commit: 1076bde3bca2d6e6b795b2cb2a2e198a141ed48c
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Jul 20 22:06:13 2022 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Jul 20 22:06:13 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1076bde3

dev-vcs/lazygit: 0.35 version bump

Test phase is droppped in this ebuild

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.35.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index c54446e6b..85bb93e6d 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.33.tar.gz 3729628 BLAKE2B 
1cd9a081e5c0b5bd1248404771ed0d2617ef07ce1257a14ebaa13eab785d70ead908d3151fa6019fbc5149d24f7d69a351e7137c2c3878e38cd0630751197e9d
 SHA512 
e878ef0eb64a8d3fb536767f33787dbf06fd27deb2a292e9658f1c97073b5c30d95f3390215bf973e90acc136bcddb839024fddcd4bf25e6dab5f2762a2db379
 DIST lazygit-0.34.tar.gz 3733055 BLAKE2B 
dd53369181f2abf6d7a4776bc751f39a37eb8184fe3811834ee8a99fdcbd4939b260bd1bb86ed26d54b86f4cd509d065cefddcdc5118c266621dfa697a07e7f8
 SHA512 
a63dd877220c124282667acaadd2f9c55c47687e0c65caff9f61c5a6a3cecc202501fdbd3a1ee13752c8e68920b5b198459e71a44c585d594675b931d5c2
+DIST lazygit-0.35.tar.gz 3896489 BLAKE2B 
686af67f3f90fe3e4817c4a30396902e170b67b2892f2907f87e401495d0d1437d9dad6a7609d49d59632c1575af60a53f24042b74b25d00c567d2f0c7afdd87
 SHA512 
0a121399070b75cdb9f64fff238866c54684e5989d38cd95a8227d16de44f08bb01e93c546874f0c39ed8198e78e03f5167bb711fce643f6a137e05438b9

diff --git a/dev-vcs/lazygit/lazygit-0.35.ebuild 
b/dev-vcs/lazygit/lazygit-0.35.ebuild
new file mode 100644
index 0..fe68b4b72
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.35.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_compile() {
+   go build -o bin/lazygit || die
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2022-03-18 Thread Arthur Zamarin
commit: 11a703f98ab98cd7adeae094a0841e33233e45cb
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Mar 17 19:18:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 17 19:18:18 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11a703f9

dev-vcs/lazygit: 0.34 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.34.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 70ac4c31c..c54446e6b 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1 +1,2 @@
 DIST lazygit-0.33.tar.gz 3729628 BLAKE2B 
1cd9a081e5c0b5bd1248404771ed0d2617ef07ce1257a14ebaa13eab785d70ead908d3151fa6019fbc5149d24f7d69a351e7137c2c3878e38cd0630751197e9d
 SHA512 
e878ef0eb64a8d3fb536767f33787dbf06fd27deb2a292e9658f1c97073b5c30d95f3390215bf973e90acc136bcddb839024fddcd4bf25e6dab5f2762a2db379
+DIST lazygit-0.34.tar.gz 3733055 BLAKE2B 
dd53369181f2abf6d7a4776bc751f39a37eb8184fe3811834ee8a99fdcbd4939b260bd1bb86ed26d54b86f4cd509d065cefddcdc5118c266621dfa697a07e7f8
 SHA512 
a63dd877220c124282667acaadd2f9c55c47687e0c65caff9f61c5a6a3cecc202501fdbd3a1ee13752c8e68920b5b198459e71a44c585d594675b931d5c2

diff --git a/dev-vcs/lazygit/lazygit-0.34.ebuild 
b/dev-vcs/lazygit/lazygit-0.34.ebuild
new file mode 100644
index 0..ed1a6769b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.34.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-vcs/git"
+
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
+
+src_prepare() {
+   default
+
+   # remove failing tests
+   rm pkg/gui/*_test.go || die
+}
+
+src_compile() {
+   go build -o bin/lazygit || die
+}
+
+src_test() {
+   ./test.sh || die
+}
+
+src_install() {
+   dobin bin/lazygit
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2022-02-24 Thread Ronny Gutbrod
commit: c7330b67e3a39b42ee10d47b11276a100af47f52
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Thu Feb 24 07:52:37 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Feb 24 07:52:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7330b67

dev-vcs/lazygit: update LICENSE, deselect tests

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-vcs/lazygit/lazygit-0.33.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/lazygit/lazygit-0.33.ebuild 
b/dev-vcs/lazygit/lazygit-0.33.ebuild
index 7ec69e16b..ed1a6769b 100644
--- a/dev-vcs/lazygit/lazygit-0.33.ebuild
+++ b/dev-vcs/lazygit/lazygit-0.33.ebuild
@@ -9,17 +9,21 @@ DESCRIPTION="Simple terminal UI for git commands"
 HOMEPAGE="https://github.com/jesseduffield/lazygit;
 SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="MIT"
+LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
 SLOT="0"
 KEYWORDS="~amd64"
 
-# TestCanDeactivatePopupContextsWithoutViews fails
-RESTRICT="test"
-
 RDEPEND="dev-vcs/git"
 
 DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
 
+src_prepare() {
+   default
+
+   # remove failing tests
+   rm pkg/gui/*_test.go || die
+}
+
 src_compile() {
go build -o bin/lazygit || die
 }



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2022-02-24 Thread Ronny Gutbrod
commit: 97b57b4f0c335cab2504bbaf5729019a4dcf84cd
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Mon Feb 21 18:56:29 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Wed Feb 23 13:29:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97b57b4f

dev-vcs/lazygit: switch from deprecated eclass

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-vcs/lazygit/Manifest  |  1 -
 dev-vcs/lazygit/lazygit-0.31.4.ebuild | 36 --
 dev-vcs/lazygit/lazygit-0.33.ebuild   | 28 --
 dev-vcs/lazygit/lazygit-.ebuild   | 37 ---
 4 files changed, 13 insertions(+), 89 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 98f0ed9fc..70ac4c31c 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1 @@
-DIST lazygit-0.31.4.tar.gz 3540918 BLAKE2B 
58f07b6f4c6fafe787c6e5dcd9e0bf4fa4133be34f893b5c1429021c8308953e0486442e563e99f19be4c51aa2c100067de6b7bf244fd0f932cd54e9d56a06d7
 SHA512 
2fb4f312ca4c4803f49cebf2487203e73f8d6b2c58f0ca477ff7857a5fc91f422c5942b7ab7b7e820cd95a205f270ba4d09075a1395dc4cf23531151fdb623e2
 DIST lazygit-0.33.tar.gz 3729628 BLAKE2B 
1cd9a081e5c0b5bd1248404771ed0d2617ef07ce1257a14ebaa13eab785d70ead908d3151fa6019fbc5149d24f7d69a351e7137c2c3878e38cd0630751197e9d
 SHA512 
e878ef0eb64a8d3fb536767f33787dbf06fd27deb2a292e9658f1c97073b5c30d95f3390215bf973e90acc136bcddb839024fddcd4bf25e6dab5f2762a2db379

diff --git a/dev-vcs/lazygit/lazygit-0.31.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.31.4.ebuild
deleted file mode 100644
index 233a104b0..0
--- a/dev-vcs/lazygit/lazygit-0.31.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.33.ebuild 
b/dev-vcs/lazygit/lazygit-0.33.ebuild
index 7e93aa089..7ec69e16b 100644
--- a/dev-vcs/lazygit/lazygit-0.33.ebuild
+++ b/dev-vcs/lazygit/lazygit-0.33.ebuild
@@ -1,36 +1,34 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-EGO_PN="github.com/jesseduffield/lazygit"
+inherit go-module
 
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+DESCRIPTION="Simple terminal UI for git commands"
 HOMEPAGE="https://github.com/jesseduffield/lazygit;
 SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc"
 
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
+# TestCanDeactivatePopupContextsWithoutViews fails
+RESTRICT="test"
+
+RDEPEND="dev-vcs/git"
 
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
 
 src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+   go build -o bin/lazygit || die
+}
+
+src_test() {
+   ./test.sh || die
 }
 
 src_install() {
dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
einstalldocs
 }

diff --git a/dev-vcs/lazygit/lazygit-.ebuild 
b/dev-vcs/lazygit/lazygit-.ebuild
deleted file mode 100644
index 1ffebb9de..0
--- a/dev-vcs/lazygit/lazygit-.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit git-r3 golang-build golang-vcs
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-EGIT_REPO_URI="https://github.com/jesseduffield/lazygit.git;
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-10-27 Thread Florian Schmaus
commit: e42ec0269d99f7aeede294519fa656f84e25e4eb
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Oct 27 00:22:25 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Wed Oct 27 00:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e42ec026

dev-vcs/lazygit: 0.30.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.30.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index f26ae888a..f323f6143 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.29.tar.gz 3385768 BLAKE2B 
4968a45572d85a3af84fc8f459dbab1cfd3a70954c650f16ddd8e937a810b590c974642e94b26614f4b24166b6c4db2fc8dd2538052875d827fdecc8bf8acb18
 SHA512 
f24d63a01bc64e2704805a20437af7ad0304921c2b4084f64014f9a8d9d9711ef02f4cdcf09ee9955ea5f2ef4f94de58c9ecc55fa7cb05fc59a89c7d8c9237d7
 DIST lazygit-0.30.tar.gz 3521302 BLAKE2B 
4d8bbf02aec124b89e2f05b8fd357aeb9ff75139b753d958ed61f4bd5298563c11736c1cf2dff70c55ff5eb86829a0283bee0ef56ba1327ff48a66e5234efb3c
 SHA512 
16bd4b8fce43354aec9bc4da69e08843346527897fba85aff966a992f4d75b12d731aed9095b9f7d24a7def7f5b017a6dbaa63c44456f06d8dd5fe9760672663
+DIST lazygit-0.30.1.tar.gz 3520967 BLAKE2B 
442bec8a7ffc7246895966e57aebb0631f774cffacba451e63d0964b72eba307a520a56413c06f2debef61466379b0e94608df6194f9631bbfda0354026dab4d
 SHA512 
428f49511de3c4fb00aaf28c0c095464ee367d64557e355b86c4ab995dd9285fc411f5f981e06a08d8a6cf30c04f9ee305bdc34bdbec46fe048b463d12eee8ab

diff --git a/dev-vcs/lazygit/lazygit-0.30.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.30.1.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.30.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-10-25 Thread Andrew Ammerlaan
commit: c89d51cba6a0bd88c4adad232d51dfd5bd2a2751
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Oct 24 15:05:58 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Oct 24 15:05:58 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c89d51cb

dev-vcs/lazygit: 0.30 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.30.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 5a2e5627e..f26ae888a 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1 +1,2 @@
 DIST lazygit-0.29.tar.gz 3385768 BLAKE2B 
4968a45572d85a3af84fc8f459dbab1cfd3a70954c650f16ddd8e937a810b590c974642e94b26614f4b24166b6c4db2fc8dd2538052875d827fdecc8bf8acb18
 SHA512 
f24d63a01bc64e2704805a20437af7ad0304921c2b4084f64014f9a8d9d9711ef02f4cdcf09ee9955ea5f2ef4f94de58c9ecc55fa7cb05fc59a89c7d8c9237d7
+DIST lazygit-0.30.tar.gz 3521302 BLAKE2B 
4d8bbf02aec124b89e2f05b8fd357aeb9ff75139b753d958ed61f4bd5298563c11736c1cf2dff70c55ff5eb86829a0283bee0ef56ba1327ff48a66e5234efb3c
 SHA512 
16bd4b8fce43354aec9bc4da69e08843346527897fba85aff966a992f4d75b12d731aed9095b9f7d24a7def7f5b017a6dbaa63c44456f06d8dd5fe9760672663

diff --git a/dev-vcs/lazygit/lazygit-0.30.ebuild 
b/dev-vcs/lazygit/lazygit-0.30.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.30.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-08-20 Thread Florian Schmaus
commit: 2be649628f02697195600db9a616108432b2f395
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Aug 19 19:17:51 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Aug 19 19:17:51 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2be64962

dev-vcs/lazygit: drop old 0.27.4, 0.28.1

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.27.4.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.28.1.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 9bd43cef6..28c0f10d3 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,2 @@
-DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d
-DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 
8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69
 SHA512 
8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232
 DIST lazygit-0.28.2.tar.gz 3223174 BLAKE2B 
678a44f4109446e7490cc75b4bb2f0195357a8f6dc2539251de7b829b11ef0a7b8d125bb518f7d6822df62bf9922026ba2948d4d6318ca9e18dafcca7ff9792d
 SHA512 
e7002089194c572fffe8329bd245d4db64fb71cb73c63f07b950da845ecdc85c70c8bea682d2b4aa1c9b38f8cf5270cd24d3bb41eff8a26d31be58eddcdf41ce
 DIST lazygit-0.29.tar.gz 3385768 BLAKE2B 
4968a45572d85a3af84fc8f459dbab1cfd3a70954c650f16ddd8e937a810b590c974642e94b26614f4b24166b6c4db2fc8dd2538052875d827fdecc8bf8acb18
 SHA512 
f24d63a01bc64e2704805a20437af7ad0304921c2b4084f64014f9a8d9d9711ef02f4cdcf09ee9955ea5f2ef4f94de58c9ecc55fa7cb05fc59a89c7d8c9237d7

diff --git a/dev-vcs/lazygit/lazygit-0.27.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.27.4.ebuild
deleted file mode 100644
index 233a104b0..0
--- a/dev-vcs/lazygit/lazygit-0.27.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.28.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.28.1.ebuild
deleted file mode 100644
index 233a104b0..0
--- a/dev-vcs/lazygit/lazygit-0.28.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-08-20 Thread Florian Schmaus
commit: 2f9ce26aa7b491dddc688de7a3d4ef97c3b9a8e5
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Aug 19 19:13:00 2021 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Aug 19 19:13:00 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f9ce26a

dev-vcs/lazygit: 0.29 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.29.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 2c9b309ce..9bd43cef6 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d
 DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 
8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69
 SHA512 
8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232
 DIST lazygit-0.28.2.tar.gz 3223174 BLAKE2B 
678a44f4109446e7490cc75b4bb2f0195357a8f6dc2539251de7b829b11ef0a7b8d125bb518f7d6822df62bf9922026ba2948d4d6318ca9e18dafcca7ff9792d
 SHA512 
e7002089194c572fffe8329bd245d4db64fb71cb73c63f07b950da845ecdc85c70c8bea682d2b4aa1c9b38f8cf5270cd24d3bb41eff8a26d31be58eddcdf41ce
+DIST lazygit-0.29.tar.gz 3385768 BLAKE2B 
4968a45572d85a3af84fc8f459dbab1cfd3a70954c650f16ddd8e937a810b590c974642e94b26614f4b24166b6c4db2fc8dd2538052875d827fdecc8bf8acb18
 SHA512 
f24d63a01bc64e2704805a20437af7ad0304921c2b4084f64014f9a8d9d9711ef02f4cdcf09ee9955ea5f2ef4f94de58c9ecc55fa7cb05fc59a89c7d8c9237d7

diff --git a/dev-vcs/lazygit/lazygit-0.29.ebuild 
b/dev-vcs/lazygit/lazygit-0.29.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.29.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-07-19 Thread Andrew Ammerlaan
commit: 271b90af57eb14964de86c5714654f7addb3af94
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Jul 18 11:36:45 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jul 18 11:36:45 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=271b90af

dev-vcs/lazygit: 0.28.2 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.28.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 6b9a33143..2c9b309ce 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d
 DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 
8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69
 SHA512 
8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232
+DIST lazygit-0.28.2.tar.gz 3223174 BLAKE2B 
678a44f4109446e7490cc75b4bb2f0195357a8f6dc2539251de7b829b11ef0a7b8d125bb518f7d6822df62bf9922026ba2948d4d6318ca9e18dafcca7ff9792d
 SHA512 
e7002089194c572fffe8329bd245d4db64fb71cb73c63f07b950da845ecdc85c70c8bea682d2b4aa1c9b38f8cf5270cd24d3bb41eff8a26d31be58eddcdf41ce

diff --git a/dev-vcs/lazygit/lazygit-0.28.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.28.2.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.28.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-04-22 Thread Andrew Ammerlaan
commit: a44fb32a4adc6028b30a28b80d227d04ffb52fb2
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Apr 21 20:34:07 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Apr 21 20:34:07 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a44fb32a

dev-vcs/lazygit: drop 0.27.2, 0.27.3

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.27.2.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.27.3.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index b9ca396a7..fe8620e71 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,6 +1,4 @@
 DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987
 SHA512 
281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9
 DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559
 SHA512 
abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a
-DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B 
fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1
 SHA512 
eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc
-DIST lazygit-0.27.3.tar.gz 3214304 BLAKE2B 
05db27847fb90bd56f81055b55138a4266254aab76c52a95d5b6bd70d45741a1eeb84fe120e8ddd10c0b4f7539c003bba8d5b577952968afd164331cecf4
 SHA512 
1379edd0c939d4e434a91d9508dd0895851503be06a9b86e9778e5fa27c7062db565d922b78db11b3eec46bf6261445002125dcff2b10e26d3a592c4420f3d16
 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d
 DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 
8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69
 SHA512 
8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232

diff --git a/dev-vcs/lazygit/lazygit-0.27.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.27.2.ebuild
deleted file mode 100644
index 233a104b0..0
--- a/dev-vcs/lazygit/lazygit-0.27.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.27.3.ebuild 
b/dev-vcs/lazygit/lazygit-0.27.3.ebuild
deleted file mode 100644
index 233a104b0..0
--- a/dev-vcs/lazygit/lazygit-0.27.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-04-22 Thread Andrew Ammerlaan
commit: 6a0bda123545efc51aa1336cb20c66049206347a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Apr 21 20:32:52 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Apr 21 20:32:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a0bda12

dev-vcs/lazygit: 0.28.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.28.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index af7a4c369..b9ca396a7 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -3,3 +3,4 @@ DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329
 DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B 
fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1
 SHA512 
eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc
 DIST lazygit-0.27.3.tar.gz 3214304 BLAKE2B 
05db27847fb90bd56f81055b55138a4266254aab76c52a95d5b6bd70d45741a1eeb84fe120e8ddd10c0b4f7539c003bba8d5b577952968afd164331cecf4
 SHA512 
1379edd0c939d4e434a91d9508dd0895851503be06a9b86e9778e5fa27c7062db565d922b78db11b3eec46bf6261445002125dcff2b10e26d3a592c4420f3d16
 DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d
+DIST lazygit-0.28.1.tar.gz 3222346 BLAKE2B 
8cfb3cd59c991cefb3de652c49ef8bb0f94f7f1da6af9fa62e4288383ae14e64644a82fb8ca4d2037fa6b39a54b6b716b9851d42e023ea0a81e2b9d865f6df69
 SHA512 
8e477216f2f93b3e1d9a5d2c771d05a180e5f193a84afb6d8f93b6fa1d91a7efac89e6e43c5c1c0034c19a19f7e6dada6eed69402cabf5ca2860284fb2c6e232

diff --git a/dev-vcs/lazygit/lazygit-0.28.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.28.1.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.28.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-04-11 Thread Theo Anderson
commit: e460f540a41c5a34dc30b87ec56251d06c281ec6
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Apr 11 10:35:16 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Sun Apr 11 10:35:16 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e460f540

dev-vcs/lazygit: 0.27.4 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.27.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 3ff19c7fe..af7a4c369 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e
 DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559
 SHA512 
abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a
 DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B 
fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1
 SHA512 
eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc
 DIST lazygit-0.27.3.tar.gz 3214304 BLAKE2B 
05db27847fb90bd56f81055b55138a4266254aab76c52a95d5b6bd70d45741a1eeb84fe120e8ddd10c0b4f7539c003bba8d5b577952968afd164331cecf4
 SHA512 
1379edd0c939d4e434a91d9508dd0895851503be06a9b86e9778e5fa27c7062db565d922b78db11b3eec46bf6261445002125dcff2b10e26d3a592c4420f3d16
+DIST lazygit-0.27.4.tar.gz 3214405 BLAKE2B 
123c2b7ca1bb63fa7d7a40b4c8a56b3f39b651c214ad55179dd07cd81588341589419759207263bbf809da89218e35d2c6185c79bcfd9ee59480ed66d67506dc
 SHA512 
a053d4d3e3458ad33c415a7e9d4286a52b23429babae715afacc61a91185a309d78951cc617ad182cdb59aa53ce48dae9ce38f65c38c8364eaac88d92e478c9d

diff --git a/dev-vcs/lazygit/lazygit-0.27.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.27.4.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.27.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-04-09 Thread Andrew Ammerlaan
commit: 1947df1407c3ec27322b70d5c8f98f87a5a10dee
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Apr  8 19:07:08 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr  8 19:07:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1947df14

dev-vcs/lazygit: 0.27.2 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.27.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index b8dcec28f..d5e1a7476 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987
 SHA512 
281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9
 DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559
 SHA512 
abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a
+DIST lazygit-0.27.2.tar.gz 3214004 BLAKE2B 
fb6cdf0664ae5510c2bcca00f478a76bb3e4e69b6cc8714ab97d0cf1c638fef450e320b3072a8e3971847d55053245ad575466fcdf62942b176c1571d22f1bf1
 SHA512 
eba628a80465054355750cafc31ed31ea22356c548441c4397a9762efeddb752ce9be6f7a125333ad8d619aff0959226785bdb22b99d918da0f3ce1153fb59bc

diff --git a/dev-vcs/lazygit/lazygit-0.27.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.27.2.ebuild
new file mode 100644
index 0..233a104b0
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.27.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-03-15 Thread Andrew Ammerlaan
commit: 46276c08f9396cba3896b099f0608987cf78dad7
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Mar 14 21:44:46 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 14 21:44:46 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46276c08

dev-vcs/lazygit: drop old

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.23.7.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.24.2.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 585d0afe..b8dcec28 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,2 @@
-DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9
-DIST lazygit-0.24.2.tar.gz 2155627 BLAKE2B 
6ed6c44590f0585935ebdb8374ba7649df84092cf752b17f3ab0791f55eb8516de9530fbc18891aeb9acfb1b743804df87c679f8cebabcbd353d563e23cacd5a
 SHA512 
f380dec647384f0084c4c13b8ca43a8d97411c83c4c66ef02645c785054b3a7e2210d5a1ce98676c6d190beccf51f21ecd38851598f7652ff087ac73addbd097
 DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987
 SHA512 
281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9
 DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559
 SHA512 
abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a

diff --git a/dev-vcs/lazygit/lazygit-0.23.7.ebuild 
b/dev-vcs/lazygit/lazygit-0.23.7.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.23.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.24.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.24.2.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.24.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-03-15 Thread Andrew Ammerlaan
commit: b73034e322f59b6838f6d8f47b0b3c5812946679
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Mar 14 21:43:31 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 14 21:43:31 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b73034e3

dev-vcs/lazygit: 0.26.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.26.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index b65fea96..585d0afe 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9
 DIST lazygit-0.24.2.tar.gz 2155627 BLAKE2B 
6ed6c44590f0585935ebdb8374ba7649df84092cf752b17f3ab0791f55eb8516de9530fbc18891aeb9acfb1b743804df87c679f8cebabcbd353d563e23cacd5a
 SHA512 
f380dec647384f0084c4c13b8ca43a8d97411c83c4c66ef02645c785054b3a7e2210d5a1ce98676c6d190beccf51f21ecd38851598f7652ff087ac73addbd097
 DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987
 SHA512 
281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9
+DIST lazygit-0.26.1.tar.gz 2192018 BLAKE2B 
9c48e6d0ee176ed1a49a684c4ad65ba139329c690af654508e866b6213ab3572d7f47915d849a0e65242f57b552568e1a34825a8050cd42e864d6b25f2e36559
 SHA512 
abdc8cfc509c77e4b7a249a32a000f3f80e9e5c11d26b48c3882fc49e9da1e477573590a16fa9c03ccb81d6342173f4abfa16031392d8180e7ca70071d503b3a

diff --git a/dev-vcs/lazygit/lazygit-0.26.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.26.1.ebuild
new file mode 100644
index ..233a104b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.26.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-02-24 Thread Andrew Ammerlaan
commit: 9434b508175d212eb988466bac8ddeafbf2abf92
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Feb 24 17:52:05 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Feb 24 17:52:05 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9434b508

dev-vcs/lazygit: drop old 0.20.9, 0.22.9

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.20.9.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.22.9.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 534d9d84..b65fea96 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,5 +1,3 @@
-DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
-DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
 DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9
 DIST lazygit-0.24.2.tar.gz 2155627 BLAKE2B 
6ed6c44590f0585935ebdb8374ba7649df84092cf752b17f3ab0791f55eb8516de9530fbc18891aeb9acfb1b743804df87c679f8cebabcbd353d563e23cacd5a
 SHA512 
f380dec647384f0084c4c13b8ca43a8d97411c83c4c66ef02645c785054b3a7e2210d5a1ce98676c6d190beccf51f21ecd38851598f7652ff087ac73addbd097
 DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987
 SHA512 
281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9

diff --git a/dev-vcs/lazygit/lazygit-0.20.9.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.9.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.20.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.22.9.ebuild 
b/dev-vcs/lazygit/lazygit-0.22.9.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.22.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2021-02-24 Thread Andrew Ammerlaan
commit: feb9f9bf426ff740fd225a76d7fb1c66abfafc89
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Feb 24 17:50:03 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Feb 24 17:50:03 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=feb9f9bf

dev-vcs/lazygit: 0.25.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.25.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index dee25348..534d9d84 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a379156
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
 DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9
 DIST lazygit-0.24.2.tar.gz 2155627 BLAKE2B 
6ed6c44590f0585935ebdb8374ba7649df84092cf752b17f3ab0791f55eb8516de9530fbc18891aeb9acfb1b743804df87c679f8cebabcbd353d563e23cacd5a
 SHA512 
f380dec647384f0084c4c13b8ca43a8d97411c83c4c66ef02645c785054b3a7e2210d5a1ce98676c6d190beccf51f21ecd38851598f7652ff087ac73addbd097
+DIST lazygit-0.25.1.tar.gz 2192584 BLAKE2B 
e2254ea3998f8be17f0c75d328975b30af21e1eddc070e6e1c2711b54e8a7e1a4f24d91a0eb80451480547d26c9b01ac23e43ea73d59cc4a6bcc158992c73987
 SHA512 
281a0e67b75c6dc69baf64bbcaeb20844874528564093ae2c64159d1c92eaaaebf73a176730fb80db9a2055cfcdd2c8ba77a12566ef94c182eb5ef16e2d677b9

diff --git a/dev-vcs/lazygit/lazygit-0.25.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.25.1.ebuild
new file mode 100644
index ..233a104b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.25.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-12-10 Thread Andrew Ammerlaan
commit: e04f998961d96e563cbde4e11106417a4a3b96b1
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Dec  9 23:27:42 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Dec  9 23:27:42 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e04f9989

dev-vcs/lazygit: drop 0.23.6

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 -
 dev-vcs/lazygit/lazygit-0.23.6.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 6590b46f..aabf37b2 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,3 @@
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
-DIST lazygit-0.23.6.tar.gz 2144643 BLAKE2B 
d8f8be826212517abfc0dd0feace532600a8455c49874e385257a73ec8e3ea794a13d960fbd122461c454313d5a210cd56be99d98cffb5b47c41d70bd67921d3
 SHA512 
a71bb951eb452252a97789113664b00212cce4bea223c898b20ce3b3dcdc761d3cafe036b5d2dce20c4da06af361ee21f2e701464ba99dcddc49f383219d2713
 DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9

diff --git a/dev-vcs/lazygit/lazygit-0.23.6.ebuild 
b/dev-vcs/lazygit/lazygit-0.23.6.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.23.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-11-08 Thread Andrew Ammerlaan
commit: c56c7d878e5a4c86d4a2316dcbfae24ec58234a0
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Nov  7 19:06:12 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Nov  7 19:06:12 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c56c7d87

dev-vcs/lazygit: 0.23.7 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.23.7.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 8cef6d72..a8d7e77c 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a379156
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
 DIST lazygit-0.23.1.tar.gz 2143832 BLAKE2B 
631768a0b6e9b3a18742a5fc0d6c71442e6c81aea2ee2eea72320ef0b624b82220be999d878865d798fe00bd86c22f0a8ea9c3c8b8958edc59713ada308645f6
 SHA512 
f2a4a949888f63c74931ec10cee8551226ce8886d9f6847403490cfa48127c561dfa9b9f7efef879549ab4dccbf06bdf95fdb5a697736f57fb696c658b0e3a39
 DIST lazygit-0.23.6.tar.gz 2144643 BLAKE2B 
d8f8be826212517abfc0dd0feace532600a8455c49874e385257a73ec8e3ea794a13d960fbd122461c454313d5a210cd56be99d98cffb5b47c41d70bd67921d3
 SHA512 
a71bb951eb452252a97789113664b00212cce4bea223c898b20ce3b3dcdc761d3cafe036b5d2dce20c4da06af361ee21f2e701464ba99dcddc49f383219d2713
+DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9

diff --git a/dev-vcs/lazygit/lazygit-0.23.7.ebuild 
b/dev-vcs/lazygit/lazygit-0.23.7.ebuild
new file mode 100644
index ..df46884b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.23.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/, dev-vcs/lazygit/files/

2020-11-08 Thread Andrew Ammerlaan
commit: b0cc9143ef8234aeeb00e181f899d084372e0e56
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Nov  7 20:35:03 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Nov  7 20:35:03 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0cc9143

dev-vcs/lazygit: drop 0.23.1 revisions

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest   |   1 -
 .../files/lazygit-0.23.1_ssh_passphrase.patch  | 122 -
 dev-vcs/lazygit/lazygit-0.23.1-r1.ebuild   |  38 ---
 dev-vcs/lazygit/lazygit-0.23.1.ebuild  |  36 --
 4 files changed, 197 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index a8d7e77c..6590b46f 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,5 +1,4 @@
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
-DIST lazygit-0.23.1.tar.gz 2143832 BLAKE2B 
631768a0b6e9b3a18742a5fc0d6c71442e6c81aea2ee2eea72320ef0b624b82220be999d878865d798fe00bd86c22f0a8ea9c3c8b8958edc59713ada308645f6
 SHA512 
f2a4a949888f63c74931ec10cee8551226ce8886d9f6847403490cfa48127c561dfa9b9f7efef879549ab4dccbf06bdf95fdb5a697736f57fb696c658b0e3a39
 DIST lazygit-0.23.6.tar.gz 2144643 BLAKE2B 
d8f8be826212517abfc0dd0feace532600a8455c49874e385257a73ec8e3ea794a13d960fbd122461c454313d5a210cd56be99d98cffb5b47c41d70bd67921d3
 SHA512 
a71bb951eb452252a97789113664b00212cce4bea223c898b20ce3b3dcdc761d3cafe036b5d2dce20c4da06af361ee21f2e701464ba99dcddc49f383219d2713
 DIST lazygit-0.23.7.tar.gz 2144614 BLAKE2B 
d18aaa19212ec9e6ed7d3b406d3e1f6413f6c15bf6a8c7c99cb8a2b01b9388db3f1ad04c485782e0823415cec3c6b461cf942583ef0ac744cb18270c8fc943b1
 SHA512 
ffc827a08a3ba99afa339cee48b9e10267bc4aa27592d43ec1e4be80a7b4f9e628f286b50a1940a59a5cfa96121de6ce4247ec91642a8798dba8ca42232596b9

diff --git a/dev-vcs/lazygit/files/lazygit-0.23.1_ssh_passphrase.patch 
b/dev-vcs/lazygit/files/lazygit-0.23.1_ssh_passphrase.patch
deleted file mode 100644
index 11d63bdf..
--- a/dev-vcs/lazygit/files/lazygit-0.23.1_ssh_passphrase.patch
+++ /dev/null
@@ -1,122 +0,0 @@
-diff -Naur 
a/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go 
b/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go
 a/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go   
2020-10-10 02:34:14.0 +0300
-+++ b/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go   
2020-10-10 14:00:26.0 +0300
-@@ -143,18 +143,19 @@
-   return RunCommandWithOutputLiveWrapper(c, command, output)
- }
- 
--// DetectUnamePass detect a username / password question in a command
--// promptUserForCredential is a function that gets executed when this 
function detect you need to fillin a password
--// The promptUserForCredential argument will be "username" or "password" and 
expects the user's password or username back
-+// DetectUnamePass detect a username / password / passphrase question in a 
command
-+// promptUserForCredential is a function that gets executed when this 
function detect you need to fillin a password or passphrase
-+// The promptUserForCredential argument will be "username", "password" or 
"passphrase" and expects the user's password/passphrase or username back
- func (c *OSCommand) DetectUnamePass(command string, promptUserForCredential 
func(string) string) error {
-   ttyText := ""
-   errMessage := c.RunCommandWithOutputLive(command, func(word string) 
string {
-   ttyText = ttyText + " " + word
- 
-   prompts := map[string]string{
--  `.+'s password:`: "password",
--  `Password\s*for\s*'.+':`: "password",
--  `Username\s*for\s*'.+':`: "username",
-+  `.+'s password:`: "password",
-+  `Password\s*for\s*'.+':`: "password",
-+  `Username\s*for\s*'.+':`: "username",
-+  `Enter\s*passphrase\s*for\s*key\s*'.+':`: "passphrase",
-   }
- 
-   for pattern, askFor := range prompts {
-diff -Naur a/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go 
b/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go
 a/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go

[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-10-16 Thread Andrew Ammerlaan
commit: 8b0de75f0ba56214483d0905bf9692ce851a2e4b
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Oct 14 20:46:22 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Oct 14 20:46:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b0de75f

dev-vcs/lazygit: 0.23.6 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.23.6.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index caf9a917..8cef6d72 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
 DIST lazygit-0.23.1.tar.gz 2143832 BLAKE2B 
631768a0b6e9b3a18742a5fc0d6c71442e6c81aea2ee2eea72320ef0b624b82220be999d878865d798fe00bd86c22f0a8ea9c3c8b8958edc59713ada308645f6
 SHA512 
f2a4a949888f63c74931ec10cee8551226ce8886d9f6847403490cfa48127c561dfa9b9f7efef879549ab4dccbf06bdf95fdb5a697736f57fb696c658b0e3a39
+DIST lazygit-0.23.6.tar.gz 2144643 BLAKE2B 
d8f8be826212517abfc0dd0feace532600a8455c49874e385257a73ec8e3ea794a13d960fbd122461c454313d5a210cd56be99d98cffb5b47c41d70bd67921d3
 SHA512 
a71bb951eb452252a97789113664b00212cce4bea223c898b20ce3b3dcdc761d3cafe036b5d2dce20c4da06af361ee21f2e701464ba99dcddc49f383219d2713

diff --git a/dev-vcs/lazygit/lazygit-0.23.6.ebuild 
b/dev-vcs/lazygit/lazygit-0.23.6.ebuild
new file mode 100644
index ..df46884b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.23.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/, dev-vcs/lazygit/files/

2020-10-11 Thread Andrew Ammerlaan
commit: 8a9d1f129ad73daa975a56f793d65200add3d8ed
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Oct 10 13:29:10 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Oct 10 13:33:28 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a9d1f12

dev-vcs/lazygit: 0.23.1-r1, add SSH key passphrase prompt patch

Signed-off-by: Sergey Torokhov  yandex.ru>

 .../files/lazygit-0.23.1_ssh_passphrase.patch  | 122 +
 dev-vcs/lazygit/lazygit-0.23.1-r1.ebuild   |  38 +++
 2 files changed, 160 insertions(+)

diff --git a/dev-vcs/lazygit/files/lazygit-0.23.1_ssh_passphrase.patch 
b/dev-vcs/lazygit/files/lazygit-0.23.1_ssh_passphrase.patch
new file mode 100644
index ..11d63bdf
--- /dev/null
+++ b/dev-vcs/lazygit/files/lazygit-0.23.1_ssh_passphrase.patch
@@ -0,0 +1,122 @@
+diff -Naur 
a/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go 
b/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go
+--- a/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go   
2020-10-10 02:34:14.0 +0300
 b/src/github.com/jesseduffield/lazygit/pkg/commands/oscommands/os.go   
2020-10-10 14:00:26.0 +0300
+@@ -143,18 +143,19 @@
+   return RunCommandWithOutputLiveWrapper(c, command, output)
+ }
+ 
+-// DetectUnamePass detect a username / password question in a command
+-// promptUserForCredential is a function that gets executed when this 
function detect you need to fillin a password
+-// The promptUserForCredential argument will be "username" or "password" and 
expects the user's password or username back
++// DetectUnamePass detect a username / password / passphrase question in a 
command
++// promptUserForCredential is a function that gets executed when this 
function detect you need to fillin a password or passphrase
++// The promptUserForCredential argument will be "username", "password" or 
"passphrase" and expects the user's password/passphrase or username back
+ func (c *OSCommand) DetectUnamePass(command string, promptUserForCredential 
func(string) string) error {
+   ttyText := ""
+   errMessage := c.RunCommandWithOutputLive(command, func(word string) 
string {
+   ttyText = ttyText + " " + word
+ 
+   prompts := map[string]string{
+-  `.+'s password:`: "password",
+-  `Password\s*for\s*'.+':`: "password",
+-  `Username\s*for\s*'.+':`: "username",
++  `.+'s password:`: "password",
++  `Password\s*for\s*'.+':`: "password",
++  `Username\s*for\s*'.+':`: "username",
++  `Enter\s*passphrase\s*for\s*key\s*'.+':`: "passphrase",
+   }
+ 
+   for pattern, askFor := range prompts {
+diff -Naur a/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go 
b/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go
+--- a/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go
2020-10-10 02:34:14.0 +0300
 b/src/github.com/jesseduffield/lazygit/pkg/gui/credentials_panel.go
2020-10-10 03:17:57.0 +0300
+@@ -9,7 +9,7 @@
+ 
+ type credentials chan string
+ 
+-// promptUserForCredential wait for a username or password input from the 
credentials popup
++// promptUserForCredential wait for a username, password or passphrase input 
from the credentials popup
+ func (gui *Gui) promptUserForCredential(passOrUname string) string {
+   gui.credentials = make(chan string)
+   gui.g.Update(func(g *gocui.Gui) error {
+@@ -17,9 +17,12 @@
+   if passOrUname == "username" {
+   credentialsView.Title = gui.Tr.CredentialsUsername
+   credentialsView.Mask = 0
+-  } else {
++  } else if passOrUname == "password" {
+   credentialsView.Title = gui.Tr.CredentialsPassword
+   credentialsView.Mask = '*'
++  } else {
++  credentialsView.Title = gui.Tr.CredentialsPassphrase
++  credentialsView.Mask = '*'
+   }
+ 
+   if err := gui.switchContext(gui.Contexts.Credentials.Context); 
err != nil {
+@@ -30,7 +33,7 @@
+   return nil
+   })
+ 
+-  // wait for username/passwords input
++  // wait for username/passwords/passphrase input
+   userInput := <-gui.credentials
+   return userInput + "\n"
+ }
+@@ -70,10 +73,10 @@
+ func (gui *Gui) handleCredentialsPopup(cmdErr error) {
+   if cmdErr != nil {
+   errMessage := cmdErr.Error()
+-  if strings.Contains(errMessage, "Invalid username or password") 
{
++  if strings.Contains(errMessage, "Invalid username, password or 
passphrase") {
+   errMessage = 

[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-10-11 Thread Andrew Ammerlaan
commit: a62fc24657f9219e10d268704fca2416d988314a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Oct 10 13:31:19 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Oct 10 13:33:43 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a62fc246

dev-vcs/lazygit: add live ebuild

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/lazygit-.ebuild | 37 +
 1 file changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/lazygit-.ebuild 
b/dev-vcs/lazygit/lazygit-.ebuild
new file mode 100644
index ..1ffebb9d
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit git-r3 golang-build golang-vcs
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+EGIT_REPO_URI="https://github.com/jesseduffield/lazygit.git;
+SRC_URI=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-10-10 Thread Andrew Ammerlaan
commit: d4a7f8852c5e3d94780fcab733a07dad59586ed0
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Oct 10 00:36:22 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Oct 10 00:36:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4a7f885

dev-vcs/lazygit: drop some of old

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.20.8.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.22.1.ebuild | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 449cd762..caf9a917 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,5 +1,3 @@
-DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e489b4c5d5de68a0635026083b1b73cbd725d40d6074d3b98321648b28f1e7747389bb620c92cfa2fd3cd97861affa
 SHA512 
22abed21ccb7882d6cde6928f7fa5e3ac203d353a1d85a38d9be0971c927b59d3bc923e3c168452d7799ee9ec7a567cc2d14824fd5df880d5b3667ef6934e800
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
-DIST lazygit-0.22.1.tar.gz 9231683 BLAKE2B 
0f28add953d2ab01daca3cedc982ac7078b8c8d737fc9877a1b00df30592c822731b89779599b2e76d7b381c17f619f27d5c948077b946ae472e8fa42a0da771
 SHA512 
1deceaad869d01c73fe7f9bf06d669a370ea44357eeb71c098e539cf6c520ea327bc8cd8a5f7e1c66d4e2aab72c80122814a1468e60bdc082b4d4c464e9f915f
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
 DIST lazygit-0.23.1.tar.gz 2143832 BLAKE2B 
631768a0b6e9b3a18742a5fc0d6c71442e6c81aea2ee2eea72320ef0b624b82220be999d878865d798fe00bd86c22f0a8ea9c3c8b8958edc59713ada308645f6
 SHA512 
f2a4a949888f63c74931ec10cee8551226ce8886d9f6847403490cfa48127c561dfa9b9f7efef879549ab4dccbf06bdf95fdb5a697736f57fb696c658b0e3a39

diff --git a/dev-vcs/lazygit/lazygit-0.20.8.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.8.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.20.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.22.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.22.1.ebuild
deleted file mode 100644
index df46884b..
--- a/dev-vcs/lazygit/lazygit-0.22.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-10-10 Thread Andrew Ammerlaan
commit: 7d9ca162abe2635b1aa3f4d131ccb4f8dac26bf1
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Oct 10 00:34:20 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Oct 10 00:34:20 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d9ca162

dev-vcs/lazygit: 0.23.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.23.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 0fd19d80..449cd762 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e48
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
 DIST lazygit-0.22.1.tar.gz 9231683 BLAKE2B 
0f28add953d2ab01daca3cedc982ac7078b8c8d737fc9877a1b00df30592c822731b89779599b2e76d7b381c17f619f27d5c948077b946ae472e8fa42a0da771
 SHA512 
1deceaad869d01c73fe7f9bf06d669a370ea44357eeb71c098e539cf6c520ea327bc8cd8a5f7e1c66d4e2aab72c80122814a1468e60bdc082b4d4c464e9f915f
 DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1
+DIST lazygit-0.23.1.tar.gz 2143832 BLAKE2B 
631768a0b6e9b3a18742a5fc0d6c71442e6c81aea2ee2eea72320ef0b624b82220be999d878865d798fe00bd86c22f0a8ea9c3c8b8958edc59713ada308645f6
 SHA512 
f2a4a949888f63c74931ec10cee8551226ce8886d9f6847403490cfa48127c561dfa9b9f7efef879549ab4dccbf06bdf95fdb5a697736f57fb696c658b0e3a39

diff --git a/dev-vcs/lazygit/lazygit-0.23.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.23.1.ebuild
new file mode 100644
index ..df46884b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.23.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-09-21 Thread Andrew Ammerlaan
commit: f0a0eef13a666e4a7ca07d2c9958944ed058fde4
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Sep 20 17:50:29 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Sep 20 17:56:47 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f0a0eef1

dev-vcs/lazygit: 0.22.9 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.22.9.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 8d050972..0fd19d80 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e489b4c5d5de68a0635026083b1b73cbd725d40d6074d3b98321648b28f1e7747389bb620c92cfa2fd3cd97861affa
 SHA512 
22abed21ccb7882d6cde6928f7fa5e3ac203d353a1d85a38d9be0971c927b59d3bc923e3c168452d7799ee9ec7a567cc2d14824fd5df880d5b3667ef6934e800
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
 DIST lazygit-0.22.1.tar.gz 9231683 BLAKE2B 
0f28add953d2ab01daca3cedc982ac7078b8c8d737fc9877a1b00df30592c822731b89779599b2e76d7b381c17f619f27d5c948077b946ae472e8fa42a0da771
 SHA512 
1deceaad869d01c73fe7f9bf06d669a370ea44357eeb71c098e539cf6c520ea327bc8cd8a5f7e1c66d4e2aab72c80122814a1468e60bdc082b4d4c464e9f915f
+DIST lazygit-0.22.9.tar.gz 9232631 BLAKE2B 
50febf0727dc3fff0e61b158bc37df4128cdc9934a42b113612896a3712fb7cd0ce0a0860eec88cbbde289fd08fb492e851937be549a2036ad993bdeb3a101ae
 SHA512 
9d4dc92762099c141e56bbb386217ea2028ba6a78d6bb5d54ef9c022e447a1b9fa2ce37d6e2813411fe6fa4f5192753beec8b136838aefe067019fd0820225e1

diff --git a/dev-vcs/lazygit/lazygit-0.22.9.ebuild 
b/dev-vcs/lazygit/lazygit-0.22.9.ebuild
new file mode 100644
index ..df46884b
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.22.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-08-28 Thread Andrew Ammerlaan
commit: c6d71f517993028e77cefefedf337efa60805b90
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Aug 27 19:09:33 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Aug 27 19:10:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6d71f51

dev-vcs/lazygit: 0.22.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.22.1.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 204db38..8d05097 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e489b4c5d5de68a0635026083b1b73cbd725d40d6074d3b98321648b28f1e7747389bb620c92cfa2fd3cd97861affa
 SHA512 
22abed21ccb7882d6cde6928f7fa5e3ac203d353a1d85a38d9be0971c927b59d3bc923e3c168452d7799ee9ec7a567cc2d14824fd5df880d5b3667ef6934e800
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd
+DIST lazygit-0.22.1.tar.gz 9231683 BLAKE2B 
0f28add953d2ab01daca3cedc982ac7078b8c8d737fc9877a1b00df30592c822731b89779599b2e76d7b381c17f619f27d5c948077b946ae472e8fa42a0da771
 SHA512 
1deceaad869d01c73fe7f9bf06d669a370ea44357eeb71c098e539cf6c520ea327bc8cd8a5f7e1c66d4e2aab72c80122814a1468e60bdc082b4d4c464e9f915f

diff --git a/dev-vcs/lazygit/lazygit-0.22.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.22.1.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.22.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-08-25 Thread Andrew Ammerlaan
commit: c1f2e52de6374f469873afde397a59c4f4b41c9d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Aug 25 17:55:00 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Aug 25 17:55:00 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1f2e52d

dev-vcs/lazygit: drop old

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  3 ---
 dev-vcs/lazygit/lazygit-0.20.4.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.20.5.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.20.6.ebuild | 36 ---
 4 files changed, 111 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index db47191..204db38 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,5 +1,2 @@
-DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81
-DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9
-DIST lazygit-0.20.6.tar.gz 9195890 BLAKE2B 
d45118b23814e475fccdecfbb844cb1258334635284604d081da615a7c2250bd89b8820a89197ba9a24b3f9d72883c14a46213ffe39cda54a9a16c2948bf5268
 SHA512 
11c029b0405616ff1d8cb39a45339668c9167ed6187386878e041ecfcdf3f89ec04c02d9df65661ee8e87845d2b0340d3bd16ef1e8d1f3b4bf71ad0063582591
 DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e489b4c5d5de68a0635026083b1b73cbd725d40d6074d3b98321648b28f1e7747389bb620c92cfa2fd3cd97861affa
 SHA512 
22abed21ccb7882d6cde6928f7fa5e3ac203d353a1d85a38d9be0971c927b59d3bc923e3c168452d7799ee9ec7a567cc2d14824fd5df880d5b3667ef6934e800
 DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd

diff --git a/dev-vcs/lazygit/lazygit-0.20.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.4.ebuild
deleted file mode 100644
index df46884..000
--- a/dev-vcs/lazygit/lazygit-0.20.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.20.5.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.5.ebuild
deleted file mode 100644
index df46884..000
--- a/dev-vcs/lazygit/lazygit-0.20.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.20.6.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.6.ebuild
deleted file mode 100644
index df46884..000
--- a/dev-vcs/lazygit/lazygit-0.20.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"

[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-07-16 Thread Andrew Ammerlaan
commit: 0e7443ea17f29852ef6f22fbe73f34f4dd6cd890
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Jul 15 19:38:38 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Jul 15 19:38:38 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e7443ea

dev-vcs/lazygit: 0.20.9 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.9.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 767ba1f..db47191 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771
 DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9
 DIST lazygit-0.20.6.tar.gz 9195890 BLAKE2B 
d45118b23814e475fccdecfbb844cb1258334635284604d081da615a7c2250bd89b8820a89197ba9a24b3f9d72883c14a46213ffe39cda54a9a16c2948bf5268
 SHA512 
11c029b0405616ff1d8cb39a45339668c9167ed6187386878e041ecfcdf3f89ec04c02d9df65661ee8e87845d2b0340d3bd16ef1e8d1f3b4bf71ad0063582591
 DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e489b4c5d5de68a0635026083b1b73cbd725d40d6074d3b98321648b28f1e7747389bb620c92cfa2fd3cd97861affa
 SHA512 
22abed21ccb7882d6cde6928f7fa5e3ac203d353a1d85a38d9be0971c927b59d3bc923e3c168452d7799ee9ec7a567cc2d14824fd5df880d5b3667ef6934e800
+DIST lazygit-0.20.9.tar.gz 9196030 BLAKE2B 
7fd64d06b3036926b00cc64f684d48a3791561e9b48f4bfbc2134e019caf4c96f8a37e2a1d33c79cab9a840b20f212f999f81d1e5a9763e2902332c298ede613
 SHA512 
d38fd390076a24b914309b6ecb506fc7b21e48c0bfab14aee5ff3bb7bcb591f47bf82051e5442ca4d4d2a0d864eb1554a64c594aefb130ec4f07861128d124dd

diff --git a/dev-vcs/lazygit/lazygit-0.20.9.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.9.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.9.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-07-14 Thread Andrew Ammerlaan
commit: 4d8b58b6529c657e14eef3e362fd03db01f051a4
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Jul 14 18:09:29 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jul 14 18:09:29 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d8b58b6

dev-vcs/lazygit: 0.20.8 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.8.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index c97a917..8159dea 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -2,3 +2,4 @@ DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87
 DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81
 DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9
 DIST lazygit-0.20.6.tar.gz 9195890 BLAKE2B 
d45118b23814e475fccdecfbb844cb1258334635284604d081da615a7c2250bd89b8820a89197ba9a24b3f9d72883c14a46213ffe39cda54a9a16c2948bf5268
 SHA512 
11c029b0405616ff1d8cb39a45339668c9167ed6187386878e041ecfcdf3f89ec04c02d9df65661ee8e87845d2b0340d3bd16ef1e8d1f3b4bf71ad0063582591
+DIST lazygit-0.20.8.tar.gz 9196124 BLAKE2B 
5b15ab738b05ffd43d87f2f8858eaab7f4e489b4c5d5de68a0635026083b1b73cbd725d40d6074d3b98321648b28f1e7747389bb620c92cfa2fd3cd97861affa
 SHA512 
22abed21ccb7882d6cde6928f7fa5e3ac203d353a1d85a38d9be0971c927b59d3bc923e3c168452d7799ee9ec7a567cc2d14824fd5df880d5b3667ef6934e800

diff --git a/dev-vcs/lazygit/lazygit-0.20.8.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.8.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-07-14 Thread Andrew Ammerlaan
commit: 40c729283b05f4b0aa72f28aa816b91e66d85b96
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Jul 14 18:11:07 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Jul 14 18:11:07 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40c72928

dev-vsc/lazygit: drop old

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 -
 dev-vcs/lazygit/lazygit-0.20.3.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 8159dea..767ba1f 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,3 @@
-DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
 DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81
 DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9
 DIST lazygit-0.20.6.tar.gz 9195890 BLAKE2B 
d45118b23814e475fccdecfbb844cb1258334635284604d081da615a7c2250bd89b8820a89197ba9a24b3f9d72883c14a46213ffe39cda54a9a16c2948bf5268
 SHA512 
11c029b0405616ff1d8cb39a45339668c9167ed6187386878e041ecfcdf3f89ec04c02d9df65661ee8e87845d2b0340d3bd16ef1e8d1f3b4bf71ad0063582591

diff --git a/dev-vcs/lazygit/lazygit-0.20.3.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.3.ebuild
deleted file mode 100644
index df46884..000
--- a/dev-vcs/lazygit/lazygit-0.20.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-07-14 Thread Andrew Ammerlaan
commit: 54903618523a7f4aa811ffa80bd1b62bac37afab
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun Jul 12 15:06:35 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Jul 12 15:06:35 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54903618

dev-vcs/lazygit: 0.20.6 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.6.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index a357d21..c97a917 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
 DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81
 DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9
+DIST lazygit-0.20.6.tar.gz 9195890 BLAKE2B 
d45118b23814e475fccdecfbb844cb1258334635284604d081da615a7c2250bd89b8820a89197ba9a24b3f9d72883c14a46213ffe39cda54a9a16c2948bf5268
 SHA512 
11c029b0405616ff1d8cb39a45339668c9167ed6187386878e041ecfcdf3f89ec04c02d9df65661ee8e87845d2b0340d3bd16ef1e8d1f3b4bf71ad0063582591

diff --git a/dev-vcs/lazygit/lazygit-0.20.6.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.6.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.6.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/, dev-vcs/lazygit/files/

2020-07-12 Thread Andrew Ammerlaan
commit: 2ef8cefbb02171dc43275e00e7d88fecbb92f4ea
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Jul 11 23:48:52 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jul 11 23:48:52 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ef8cefb

dev-vcs/lazygit: drop old

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest   |  1 -
 .../lazygit-0.19-fix-gpg-breaking-terminal.patch   | 32 ---
 dev-vcs/lazygit/lazygit-0.19.ebuild| 37 --
 3 files changed, 70 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 5bf8b1f..a357d21 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,3 @@
-DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
 DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
 DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81
 DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9

diff --git a/dev-vcs/lazygit/files/lazygit-0.19-fix-gpg-breaking-terminal.patch 
b/dev-vcs/lazygit/files/lazygit-0.19-fix-gpg-breaking-terminal.patch
deleted file mode 100644
index a3bee2b..000
--- a/dev-vcs/lazygit/files/lazygit-0.19-fix-gpg-breaking-terminal.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 7b7f7f0696d94c01852290fa3552caffa0b2af7b Mon Sep 17 00:00:00 2001
-From: Glenn Vriesman 
-Date: Mon, 6 Apr 2020 19:26:12 +0200
-Subject: [PATCH] fix: fixed gpg breaking terminal
-
-Signed-off-by: Glenn Vriesman 

- pkg/commands/commit_list_builder.go | 11 ++-
- 1 file changed, 6 insertions(+), 5 deletions(-)
-
-diff --git 
a/src/github.com/jesseduffield/lazygit/pkg/commands/commit_list_builder.go 
b/pkg/commands/commit_list_builder.go
-index 1204b488..f4bbc9dd 100644
 a/src/github.com/jesseduffield/lazygit/pkg/commands/commit_list_builder.go
-+++ b/src/github.com/jesseduffield/lazygit/pkg/commands/commit_list_builder.go
-@@ -109,11 +109,12 @@ func (c *CommitListBuilder) GetCommits(options 
GetCommitsOptions) ([]*Commit, er
-   cmd := c.getLogCmd(options)
- 
-   err = RunLineOutputCmd(cmd, func(line string) (bool, error) {
--  commit := c.extractCommitFromLine(line)
--  _, unpushed := unpushedCommits[commit.ShortSha()]
--  commit.Status = map[bool]string{true: "unpushed", false: 
"pushed"}[unpushed]
--  commits = append(commits, commit)
--
-+  if strings.Split(line, " ")[0] != "gpg:" {
-+  commit := c.extractCommitFromLine(line)
-+  _, unpushed := unpushedCommits[commit.ShortSha()]
-+  commit.Status = map[bool]string{true: "unpushed", 
false: "pushed"}[unpushed]
-+  commits = append(commits, commit)
-+  }
-   return false, nil
-   })
-   if err != nil {

diff --git a/dev-vcs/lazygit/lazygit-0.19.ebuild 
b/dev-vcs/lazygit/lazygit-0.19.ebuild
deleted file mode 100644
index e61c004..000
--- a/dev-vcs/lazygit/lazygit-0.19.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-PATCHES=( "${FILESDIR}/${P}-fix-gpg-breaking-terminal.patch" )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-07-12 Thread Andrew Ammerlaan
commit: a00e76111f58b308246b9fa4b6b6dc5a962e505d
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Jul 11 23:46:41 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sat Jul 11 23:46:41 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a00e7611

dev-vcs/lazygit: 0.20.5 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.5.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 7e89623..5bf8b1f 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
 DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
 DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81
+DIST lazygit-0.20.5.tar.gz 9195869 BLAKE2B 
60ff71ebec314e406b8bdee446ec44de708116267b6b0e63db23a775a790c870aba24c7129c9709aeb48b7057e8938bf409b41e626feaf3b33a6da809f4b61da
 SHA512 
e81f3d07ab6846487617589f7892b654fcf32351767329eaa0c78c8c2d0b8ac298ae4be83cc07a5651afc8c609937bc1477180437d41158b25dfccd2757b22b9

diff --git a/dev-vcs/lazygit/lazygit-0.20.5.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.5.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-05-21 Thread Andrew Ammerlaan
commit: bfe9fc62bd0d178b57fdecadd892646ec8122563
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue May 19 23:05:19 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue May 19 23:09:22 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfe9fc62

dev-vcs/lazygit: 0.20.4 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.4.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 94a8496..7e89623 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
 DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
+DIST lazygit-0.20.4.tar.gz 9195728 BLAKE2B 
a662b86bfe142e8d157a1be99718b6c786771088c6417fc5667cf91dd5055f583220efef75d15ee7273b1e73f714b20e9b35cc1a74b47620d42d27f6f050dcb2
 SHA512 
c9924df0bbd4e22d6dbccefdd5428c92999256f31a73ffcc9603aaab66d3ad572292221b192b519929e232157cd5d297f32e0a45f96e308563f97ad936f5ed81

diff --git a/dev-vcs/lazygit/lazygit-0.20.4.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.4.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-05-14 Thread Andrew Ammerlaan
commit: 5f382677e2a66d960ea3c33ed76fb478c343fda0
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed May 13 18:54:57 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May 13 18:54:57 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f382677

dev-vcs/lazygit: 0.20.3 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.3.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 9901edf..604ca50 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,3 +1,4 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
 DIST lazygit-0.20.2.tar.gz 9193638 BLAKE2B 
be26fd997e2cef99198a0406a2bdfef365a4b5db5aaeb4d10e040a24cc1bdb53ff2113be7671eb0dad904391614f8e1f8788f330afffa5a232905634cc0fa174
 SHA512 
0b3b88faf4ec17084e30924774ae5f6f9e151e043bffb8f3a10d3419ac733f19748a40ffd3c57b798ab67d32d91230d50cdb4228d899d77bb1bd53de1de833f5
+DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
 DIST lazygit-0.20.tar.gz 9193540 BLAKE2B 
e48b68dc68f124e0dc63c1a846232e45f4e8ab0113b10a80d34adf6d28454d9b30cc6b03ab17a0b23700031b59ac9f809c00d5b9a6ee729e136e9cd68cbc83c4
 SHA512 
9e45a117322be87d56d1824cb87ecd1fb6c5dad8de3ef950f25d9e3fbe3bc712507575d59702c1614acbc999cdc482ab9fe852e5b16424ac40f2c94f070cef9b

diff --git a/dev-vcs/lazygit/lazygit-0.20.3.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.3.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-05-14 Thread Andrew Ammerlaan
commit: 15365b38a41a39575ce3cb1decf93fb2a9bf8ffd
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed May 13 19:05:04 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed May 13 19:05:04 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15365b38

dev-vcs/lazygit: drop old 0.20.x versions

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  2 --
 dev-vcs/lazygit/lazygit-0.20.2.ebuild | 36 ---
 dev-vcs/lazygit/lazygit-0.20.ebuild   | 36 ---
 3 files changed, 74 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 604ca50..94a8496 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,4 +1,2 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
-DIST lazygit-0.20.2.tar.gz 9193638 BLAKE2B 
be26fd997e2cef99198a0406a2bdfef365a4b5db5aaeb4d10e040a24cc1bdb53ff2113be7671eb0dad904391614f8e1f8788f330afffa5a232905634cc0fa174
 SHA512 
0b3b88faf4ec17084e30924774ae5f6f9e151e043bffb8f3a10d3419ac733f19748a40ffd3c57b798ab67d32d91230d50cdb4228d899d77bb1bd53de1de833f5
 DIST lazygit-0.20.3.tar.gz 9195508 BLAKE2B 
e20d6195ace5b36d2f47deaffeb838b547d87868ae7c63a7fc0b6f753648728575060ad90e9bbd3e379b30a6f657eeaf8479669a2f0660cadfae50fa7dd7efdc
 SHA512 
810112ee42c11e9750d68fd3c22047b1bdd79d2fa92ece2cfb959f631c143b1d412756cd4ca8fa81c81a9889d4bc7e37053fd94990ec8f4f0ea7ae9d244a6512
-DIST lazygit-0.20.tar.gz 9193540 BLAKE2B 
e48b68dc68f124e0dc63c1a846232e45f4e8ab0113b10a80d34adf6d28454d9b30cc6b03ab17a0b23700031b59ac9f809c00d5b9a6ee729e136e9cd68cbc83c4
 SHA512 
9e45a117322be87d56d1824cb87ecd1fb6c5dad8de3ef950f25d9e3fbe3bc712507575d59702c1614acbc999cdc482ab9fe852e5b16424ac40f2c94f070cef9b

diff --git a/dev-vcs/lazygit/lazygit-0.20.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.2.ebuild
deleted file mode 100644
index df46884..000
--- a/dev-vcs/lazygit/lazygit-0.20.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}

diff --git a/dev-vcs/lazygit/lazygit-0.20.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.ebuild
deleted file mode 100644
index df46884..000
--- a/dev-vcs/lazygit/lazygit-0.20.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGO_PN="github.com/jesseduffield/lazygit"
-
-inherit golang-build golang-vcs-snapshot
-
-DESCRIPTION="Lazygit, a simple terminal UI for git commands"
-HOMEPAGE="https://github.com/jesseduffield/lazygit;
-SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND=( sys-libs/glibc )
-RDEPEND=(
-   ${DEPEND}
-   dev-vcs/git
-)
-
-DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
-
-src_compile() {
-   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-   dobin bin/lazygit
-
-   use doc && dodoc -r "src/${EGO_PN}/docs/."
-   einstalldocs
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-04-22 Thread Andrew Ammerlaan
commit: fe134100c07b3078506b9f17872bd7f5476f405f
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Apr 22 10:10:00 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Apr 22 10:12:11 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe134100

dev-vcs/lazygit: 0.20.2 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest  |  1 +
 dev-vcs/lazygit/lazygit-0.20.2.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index d6a94d6..9901edf 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,2 +1,3 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
+DIST lazygit-0.20.2.tar.gz 9193638 BLAKE2B 
be26fd997e2cef99198a0406a2bdfef365a4b5db5aaeb4d10e040a24cc1bdb53ff2113be7671eb0dad904391614f8e1f8788f330afffa5a232905634cc0fa174
 SHA512 
0b3b88faf4ec17084e30924774ae5f6f9e151e043bffb8f3a10d3419ac733f19748a40ffd3c57b798ab67d32d91230d50cdb4228d899d77bb1bd53de1de833f5
 DIST lazygit-0.20.tar.gz 9193540 BLAKE2B 
e48b68dc68f124e0dc63c1a846232e45f4e8ab0113b10a80d34adf6d28454d9b30cc6b03ab17a0b23700031b59ac9f809c00d5b9a6ee729e136e9cd68cbc83c4
 SHA512 
9e45a117322be87d56d1824cb87ecd1fb6c5dad8de3ef950f25d9e3fbe3bc712507575d59702c1614acbc999cdc482ab9fe852e5b16424ac40f2c94f070cef9b

diff --git a/dev-vcs/lazygit/lazygit-0.20.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.2.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-04-21 Thread Andrew Ammerlaan
commit: 4fa8efb8925d8483f87388a61882e1d7eff43d7a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Tue Apr 21 00:31:15 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Tue Apr 21 00:32:09 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4fa8efb8

dev-vcs/lazygit: 0.20 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest|  1 +
 dev-vcs/lazygit/lazygit-0.20.ebuild | 36 
 2 files changed, 37 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 780c69f..d6a94d6 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1 +1,2 @@
 DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad
+DIST lazygit-0.20.tar.gz 9193540 BLAKE2B 
e48b68dc68f124e0dc63c1a846232e45f4e8ab0113b10a80d34adf6d28454d9b30cc6b03ab17a0b23700031b59ac9f809c00d5b9a6ee729e136e9cd68cbc83c4
 SHA512 
9e45a117322be87d56d1824cb87ecd1fb6c5dad8de3ef950f25d9e3fbe3bc712507575d59702c1614acbc999cdc482ab9fe852e5b16424ac40f2c94f070cef9b

diff --git a/dev-vcs/lazygit/lazygit-0.20.ebuild 
b/dev-vcs/lazygit/lazygit-0.20.ebuild
new file mode 100644
index 000..df46884
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.20.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-04-09 Thread Andrew Ammerlaan
commit: e54de009282cafe6cf1d72b38d48893f5cf82f34
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Thu Apr  9 17:51:39 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Thu Apr  9 17:51:39 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e54de009

dev-vcs/lazygit: remove DEPEND=( sys-libs/glibc )

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/lazygit-0.19.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-vcs/lazygit/lazygit-0.19.ebuild 
b/dev-vcs/lazygit/lazygit-0.19.ebuild
index 3422934..e61c004 100644
--- a/dev-vcs/lazygit/lazygit-0.19.ebuild
+++ b/dev-vcs/lazygit/lazygit-0.19.ebuild
@@ -16,7 +16,6 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
 
-DEPEND=( sys-libs/glibc )
 RDEPEND=(
${DEPEND}
dev-vcs/git



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/

2020-04-08 Thread Andrew Ammerlaan
commit: 2fe8d892ef6e3ce9bc25dfa81389e71c5246287a
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Apr  8 11:57:57 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Apr  8 11:57:57 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fe8d892

dev-vcs/lazygit: move DOCS to global, add USE="doc" for additional docs

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/lazygit-0.19.ebuild | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/lazygit/lazygit-0.19.ebuild 
b/dev-vcs/lazygit/lazygit-0.19.ebuild
index 6181240..3422934 100644
--- a/dev-vcs/lazygit/lazygit-0.19.ebuild
+++ b/dev-vcs/lazygit/lazygit-0.19.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="doc"
 
 DEPEND=( sys-libs/glibc )
 RDEPEND=(
@@ -22,6 +22,8 @@ RDEPEND=(
dev-vcs/git
 )
 
+DOCS=( src/${EGO_PN}/{CONTRIBUTING,README}.md )
+
 PATCHES=( "${FILESDIR}/${P}-fix-gpg-breaking-terminal.patch" )
 
 src_compile() {
@@ -31,10 +33,6 @@ src_compile() {
 src_install() {
dobin bin/lazygit
 
-   local DOCS=(
-   src/${EGO_PN}/{CONTRIBUTING,README}.md
-   src/${EGO_PN}/docs/*.md
-   src/${EGO_PN}/docs/keybindings/*.md
-   )
+   use doc && dodoc -r "src/${EGO_PN}/docs/."
einstalldocs
 }



[gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/files/, dev-vcs/lazygit/

2020-04-08 Thread Andrew Ammerlaan
commit: 80233e4bed50a9aa42f502659b5f228027cc1337
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Wed Apr  8 00:21:17 2020 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Wed Apr  8 00:21:17 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80233e4b

dev-vcs/lazygit: add new package

Add ebuild for lazygit-0.19:
a simple terminal UI for git commands, written in Go with the gocui library.

The patch fix crash if git config use 'showSignature = true' option.

Signed-off-by: Sergey Torokhov  yandex.ru>

 dev-vcs/lazygit/Manifest   |  1 +
 .../lazygit-0.19-fix-gpg-breaking-terminal.patch   | 32 +
 dev-vcs/lazygit/lazygit-0.19.ebuild| 40 ++
 dev-vcs/lazygit/metadata.xml   | 14 
 4 files changed, 87 insertions(+)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
new file mode 100644
index 000..780c69f
--- /dev/null
+++ b/dev-vcs/lazygit/Manifest
@@ -0,0 +1 @@
+DIST lazygit-0.19.tar.gz 9193308 BLAKE2B 
c07141661387094651cb6137579dea8ab5231b3e08b0733124cc97f1392251db592e01d60297356c8c5df1f1db554bc8a3be86cd07beed158d33b9eabdb015d4
 SHA512 
6259fdb98ae74ee59f395bd79fcbe3280b679883cbc0c190e64a36464c258597e18a6b70842cb242696536cfea35ea9c83f43b05ad20ead4f5120e436875abad

diff --git a/dev-vcs/lazygit/files/lazygit-0.19-fix-gpg-breaking-terminal.patch 
b/dev-vcs/lazygit/files/lazygit-0.19-fix-gpg-breaking-terminal.patch
new file mode 100644
index 000..a3bee2b
--- /dev/null
+++ b/dev-vcs/lazygit/files/lazygit-0.19-fix-gpg-breaking-terminal.patch
@@ -0,0 +1,32 @@
+From 7b7f7f0696d94c01852290fa3552caffa0b2af7b Mon Sep 17 00:00:00 2001
+From: Glenn Vriesman 
+Date: Mon, 6 Apr 2020 19:26:12 +0200
+Subject: [PATCH] fix: fixed gpg breaking terminal
+
+Signed-off-by: Glenn Vriesman 
+---
+ pkg/commands/commit_list_builder.go | 11 ++-
+ 1 file changed, 6 insertions(+), 5 deletions(-)
+
+diff --git 
a/src/github.com/jesseduffield/lazygit/pkg/commands/commit_list_builder.go 
b/pkg/commands/commit_list_builder.go
+index 1204b488..f4bbc9dd 100644
+--- a/src/github.com/jesseduffield/lazygit/pkg/commands/commit_list_builder.go
 b/src/github.com/jesseduffield/lazygit/pkg/commands/commit_list_builder.go
+@@ -109,11 +109,12 @@ func (c *CommitListBuilder) GetCommits(options 
GetCommitsOptions) ([]*Commit, er
+   cmd := c.getLogCmd(options)
+ 
+   err = RunLineOutputCmd(cmd, func(line string) (bool, error) {
+-  commit := c.extractCommitFromLine(line)
+-  _, unpushed := unpushedCommits[commit.ShortSha()]
+-  commit.Status = map[bool]string{true: "unpushed", false: 
"pushed"}[unpushed]
+-  commits = append(commits, commit)
+-
++  if strings.Split(line, " ")[0] != "gpg:" {
++  commit := c.extractCommitFromLine(line)
++  _, unpushed := unpushedCommits[commit.ShortSha()]
++  commit.Status = map[bool]string{true: "unpushed", 
false: "pushed"}[unpushed]
++  commits = append(commits, commit)
++  }
+   return false, nil
+   })
+   if err != nil {

diff --git a/dev-vcs/lazygit/lazygit-0.19.ebuild 
b/dev-vcs/lazygit/lazygit-0.19.ebuild
new file mode 100644
index 000..6181240
--- /dev/null
+++ b/dev-vcs/lazygit/lazygit-0.19.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN="github.com/jesseduffield/lazygit"
+
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Lazygit, a simple terminal UI for git commands"
+HOMEPAGE="https://github.com/jesseduffield/lazygit;
+SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=( sys-libs/glibc )
+RDEPEND=(
+   ${DEPEND}
+   dev-vcs/git
+)
+
+PATCHES=( "${FILESDIR}/${P}-fix-gpg-breaking-terminal.patch" )
+
+src_compile() {
+   GOPATH="${S}" go build -v -o bin/lazygit src/${EGO_PN}/main.go || die
+}
+
+src_install() {
+   dobin bin/lazygit
+
+   local DOCS=(
+   src/${EGO_PN}/{CONTRIBUTING,README}.md
+   src/${EGO_PN}/docs/*.md
+   src/${EGO_PN}/docs/keybindings/*.md
+   )
+   einstalldocs
+}

diff --git a/dev-vcs/lazygit/metadata.xml b/dev-vcs/lazygit/metadata.xml
new file mode 100644
index 000..dceadcf
--- /dev/null
+++ b/dev-vcs/lazygit/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   torokhov-...@yandex.ru
+   Sergey Torokhov
+   
+
+   A simple terminal UI for git commands, written in Go with the gocui 
library
+
+
+   jesseduffield/lazygit
+
+