public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/
Date: Mon, 15 Mar 2021 10:58:21 +0000 (UTC)	[thread overview]
Message-ID: <1615758211.b73034e322f59b6838f6d8f47b0b3c5812946679.andrewammerlaan@gentoo> (raw)

commit:     b73034e322f59b6838f6d8f47b0b3c5812946679
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sun Mar 14 21:43:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 14 21:43:31 2021 +0000
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 <torokhov-s-a <AT> 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 00000000..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
+}


             reply	other threads:[~2021-03-15 10:58 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-15 10:58 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 23:46 [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/ 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-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-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=1615758211.b73034e322f59b6838f6d8f47b0b3c5812946679.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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