public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/
Date: Sat, 22 Jul 2023 23:06:04 +0000 (UTC)	[thread overview]
Message-ID: <1690044935.0e9e191e62b74d47564fefcce7ed256ea72d9cf8.davidroman@gentoo> (raw)

commit:     0e9e191e62b74d47564fefcce7ed256ea72d9cf8
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Jul 22 16:55:35 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Jul 22 16:55:35 2023 +0000
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 <torokhov-s-a <AT> 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 000000000..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
+}


             reply	other threads:[~2023-07-22 23:06 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-22 23:06 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-03 15:10 [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/ 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-21 20:15 Haelwenn Monnier
2022-11-16 10:19 Florian Schmaus
2022-07-23 17:36 Haelwenn Monnier
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=1690044935.0e9e191e62b74d47564fefcce7ed256ea72d9cf8.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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