From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/
Date: Sat, 23 Jul 2022 17:36:42 +0000 (UTC) [thread overview]
Message-ID: <1658354773.1076bde3bca2d6e6b795b2cb2a2e198a141ed48c.lanodan@gentoo> (raw)
commit: 1076bde3bca2d6e6b795b2cb2a2e198a141ed48c
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Jul 20 22:06:13 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Jul 20 22:06:13 2022 +0000
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 <torokhov-s-a <AT> 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 a63dd877220c124282667acaadd2f9c55c47687e0c65caff9f61c5a6a3cecc202501fdbd3a1ee13752c8e68bbbb920b5b198459e71a44c585d594675b931d5c2
+DIST lazygit-0.35.tar.gz 3896489 BLAKE2B 686af67f3f90fe3e4817c4a30396902e170b67b2892f2907f87e401495d0d1437d9dad6a7609d49d59632c1575af60a53f24042b74b25d00c567d2f0c7afdd87 SHA512 0a121399070b75cdb9f64fff238866c54684e5989d38cd95a822cccc7d16de44f08bb01e93c546874f0c39ed8198e78e03f5167bb711fce643f6a137e05438b9
diff --git a/dev-vcs/lazygit/lazygit-0.35.ebuild b/dev-vcs/lazygit/lazygit-0.35.ebuild
new file mode 100644
index 000000000..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
+}
next reply other threads:[~2022-07-23 17:36 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 17:36 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-22 9:09 [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/ David Roman
2025-09-09 14:47 David Roman
2025-09-09 14:47 David Roman
2025-08-20 0:52 David Roman
2025-08-07 21:36 David Roman
2025-08-07 21:36 David Roman
2025-06-03 8:50 David Roman
2025-05-21 14:34 Julien Roy
2025-04-16 12:45 David Roman
2025-04-16 12:45 David Roman
2025-03-03 15:10 David Roman
2025-02-28 15:12 David Roman
2025-02-28 15:12 David Roman
2025-02-25 15:25 David Roman
2025-02-18 14:01 David Roman
2025-01-17 9:41 David Roman
2024-09-18 23:46 Haelwenn Monnier
2024-09-09 9:39 David Roman
2024-09-09 9:39 David Roman
2024-07-26 21:12 David Roman
2024-06-15 15:55 Julien Roy
2024-05-07 3:54 Rui Huang
2024-03-24 19:31 Julien Roy
2023-08-23 17:33 David Roman
2023-08-23 17:33 David Roman
2023-08-10 8:14 Viorel Munteanu
2023-08-07 12:51 David Roman
2023-07-25 4:59 Haelwenn Monnier
2023-07-23 14:07 David Roman
2023-07-23 14:07 David Roman
2023-07-22 23:06 David Roman
2023-07-21 20:15 Haelwenn Monnier
2022-11-16 10:19 Florian Schmaus
2022-03-18 6:35 Arthur Zamarin
2022-02-24 11:10 Ronny Gutbrod
2022-02-24 11:10 Ronny Gutbrod
2021-10-27 6:18 Florian Schmaus
2021-10-25 11:56 Andrew Ammerlaan
2021-08-20 18:48 Florian Schmaus
2021-08-20 18:48 Florian Schmaus
2021-07-19 9:55 Andrew Ammerlaan
2021-04-22 7:35 Andrew Ammerlaan
2021-04-22 7:35 Andrew Ammerlaan
2021-04-12 5:38 Theo Anderson
2021-04-09 12:52 Andrew Ammerlaan
2021-03-15 10:58 Andrew Ammerlaan
2021-03-15 10:58 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2021-02-24 18:50 Andrew Ammerlaan
2020-12-10 8:46 Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan
2020-10-16 8:37 Andrew Ammerlaan
2020-10-11 14:54 Andrew Ammerlaan
2020-10-10 8:49 Andrew Ammerlaan
2020-10-10 8:49 Andrew Ammerlaan
2020-09-21 10:01 Andrew Ammerlaan
2020-08-28 15:26 Andrew Ammerlaan
2020-08-25 18:46 Andrew Ammerlaan
2020-07-16 8:46 Andrew Ammerlaan
2020-07-14 19:13 Andrew Ammerlaan
2020-07-14 19:13 Andrew Ammerlaan
2020-07-14 9:34 Andrew Ammerlaan
2020-07-12 11:57 Andrew Ammerlaan
2020-05-21 11:24 Andrew Ammerlaan
2020-05-14 9:29 Andrew Ammerlaan
2020-05-14 9:29 Andrew Ammerlaan
2020-04-22 17:25 Andrew Ammerlaan
2020-04-21 10:20 Andrew Ammerlaan
2020-04-09 19:47 Andrew Ammerlaan
2020-04-08 12:09 Andrew Ammerlaan
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=1658354773.1076bde3bca2d6e6b795b2cb2a2e198a141ed48c.lanodan@gentoo \
--to=contact@hacktivis.me \
--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