From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/
Date: Mon, 14 Nov 2022 11:46:17 +0000 (UTC)	[thread overview]
Message-ID: <1668426349.bba054d8b12c75a21db0e8421c00eebf0e233df1.SergeyTorokhov@gentoo> (raw)
commit:     bba054d8b12c75a21db0e8421c00eebf0e233df1
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Mon Nov 14 11:45:49 2022 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Mon Nov 14 11:45:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bba054d8
dev-vcs/lazygit: 0.36 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> 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 a63dd877220c124282667acaadd2f9c55c47687e0c65caff9f61c5a6a3cecc202501fdbd3a1ee13752c8e68bbbb920b5b198459e71a44c585d594675b931d5c2
 DIST lazygit-0.35.tar.gz 3896489 BLAKE2B 686af67f3f90fe3e4817c4a30396902e170b67b2892f2907f87e401495d0d1437d9dad6a7609d49d59632c1575af60a53f24042b74b25d00c567d2f0c7afdd87 SHA512 0a121399070b75cdb9f64fff238866c54684e5989d38cd95a822cccc7d16de44f08bb01e93c546874f0c39ed8198e78e03f5167bb711fce643f6a137e05438b9
+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 000000000..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
+}
next             reply	other threads:[~2022-11-14 11:46 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-14 11:46 Sergey Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-18 21:58 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/lazygit/ Sergey Torokhov
2025-09-18 18:43 Sergey Torokhov
2025-09-07 16:43 Sergey Torokhov
2025-09-07 16:43 Sergey Torokhov
2025-08-19 19:01 Sergey Torokhov
2025-08-06  4:29 Saad Abdullah
2025-08-06  4:29 Saad Abdullah
2025-07-11 17:18 Sergey Torokhov
2025-06-14 17:31 Sergey Torokhov
2025-06-14 17:31 Sergey Torokhov
2025-06-02 15:52 Sergey Torokhov
2025-05-20 22:31 Saad Abdullah
2025-05-11 15:00 Sergey Torokhov
2025-04-15 16:46 Sergey Torokhov
2025-04-15 16:46 Sergey Torokhov
2025-03-02  7:23 Sergey Torokhov
2025-02-27 19:16 Sergey Torokhov
2025-02-27 19:16 Sergey Torokhov
2025-02-25  6:12 Saad Abdullah
2025-02-17 19:45 Saad Abdullah
2025-01-17 19:52 Sergey Torokhov
2025-01-16 18:18 Sergey Torokhov
2024-09-18 18:33 Sergey Torokhov
2024-09-09  0:02 Sergey Torokhov
2024-09-08 23:57 Sergey Torokhov
2024-07-26 20:49 Philippe-Alexandre Mathieu
2024-06-15 15:06 Sergey Torokhov
2024-05-06 20:27 Sergey Torokhov
2024-04-28 21:43 Lucio Sauer
2024-03-24 14:30 Sergey Torokhov
2023-08-21 19:21 Sergey Torokhov
2023-08-21 19:21 Sergey Torokhov
2023-08-08 18:44 Sergey Torokhov
2023-08-06 15:16 Sergey Torokhov
2023-07-24 18:09 Sergey Torokhov
2023-07-23  9:07 Sergey Torokhov
2023-07-23  9:07 Sergey Torokhov
2023-07-22 16:56 Sergey Torokhov
2023-07-21 17:05 Sergey Torokhov
2023-05-03 19:43 Sergey Torokhov
2023-05-03 19:43 Sergey Torokhov
2023-02-01 23:01 Sergey Torokhov
2023-01-18 21:34 Sergey Torokhov
2022-07-20 22:34 Sergey Torokhov
2022-03-17 19:19 Sergey Torokhov
2022-02-24  7:54 Anna Vyalkova
2022-02-23 13:44 Anna Vyalkova
2022-02-20 19:21 Sergey Torokhov
2022-02-20 19:21 Sergey Torokhov
2021-12-12 11:50 Sergey Torokhov
2021-12-12 11:50 Sergey Torokhov
2021-11-10 13:39 Sergey Torokhov
2021-11-09 20:50 Sergey Torokhov
2021-10-27  0:22 Sergey Torokhov
2021-10-24 15:06 Sergey Torokhov
2021-10-15 16:20 Sergey Torokhov
2021-08-19 19:18 Sergey Torokhov
2021-08-19 19:18 Sergey Torokhov
2021-07-18 12:16 Sergey Torokhov
2021-05-25  8:10 Anna Vyalkova
2021-04-21 20:34 Sergey Torokhov
2021-04-21 20:34 Sergey Torokhov
2021-04-11 10:35 Sergey Torokhov
2021-04-10 18:04 Sergey Torokhov
2021-04-08 19:07 Sergey Torokhov
2021-03-14 21:46 Sergey Torokhov
2021-03-14 21:46 Sergey Torokhov
2021-02-24 17:52 Sergey Torokhov
2021-02-24 17:52 Sergey Torokhov
2020-12-26  8:44 Sergey Torokhov
2020-12-09 23:40 Sergey Torokhov
2020-11-07 19:07 Sergey Torokhov
2020-10-14 20:47 Sergey Torokhov
2020-10-10 13:34 Sergey Torokhov
2020-10-10  0:37 Sergey Torokhov
2020-10-10  0:37 Sergey Torokhov
2020-09-20 18:05 Sergey Torokhov
2020-08-27 19:11 Sergey Torokhov
2020-08-25 17:59 Sergey Torokhov
2020-07-15 19:39 Sergey Torokhov
2020-07-14 18:12 Sergey Torokhov
2020-07-14 18:12 Sergey Torokhov
2020-07-12 15:07 Sergey Torokhov
2020-07-11 23:50 Sergey Torokhov
2020-05-19 23:12 Sergey Torokhov
2020-05-13 19:05 Sergey Torokhov
2020-05-13 18:55 Sergey Torokhov
2020-04-22 10:12 Sergey Torokhov
2020-04-21  0:32 Sergey Torokhov
2020-04-09 17:52 Sergey Torokhov
2020-04-08 11:58 Sergey Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1668426349.bba054d8b12c75a21db0e8421c00eebf0e233df1.SergeyTorokhov@gentoo \
    --to=torokhov-s-a@yandex.ru \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox