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: Fri, 28 Feb 2025 15:12:28 +0000 (UTC)	[thread overview]
Message-ID: <1740683711.07f7d356da573a776fe2127795318b99697db0fc.davidroman@gentoo> (raw)

commit:     07f7d356da573a776fe2127795318b99697db0fc
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Feb 27 19:15:11 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Feb 27 19:15:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=07f7d356

dev-vcs/lazygit: drop old 0.42.0, 0.43.1, 0.44.1

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-vcs/lazygit/Manifest              |  3 ---
 dev-vcs/lazygit/lazygit-0.42.0.ebuild | 32 --------------------------------
 dev-vcs/lazygit/lazygit-0.43.1.ebuild | 32 --------------------------------
 dev-vcs/lazygit/lazygit-0.44.1.ebuild | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index fd30daa3c..d92d04cf1 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,6 +1,3 @@
-DIST lazygit-0.42.0.tar.gz 4639400 BLAKE2B 2af66c2b4816e51b2f7f99b1604817ce1c7e1045beff1994ab7f23eaf2ad9c016268d0b9921a66e34eaf64dc1b0f29b9f2bc3c4aba4a84080df064ea2307d75e SHA512 4d262049b58478cafa5169488daf815b7fa899ff7608f073c2d48ec76b9b691930e8aa662d5cce5dd90b81e439d8146c5ecaba03048f64aaf776e02eca918b73
-DIST lazygit-0.43.1.tar.gz 4694356 BLAKE2B b8a25e7a73617dae95e36b1272ceafc66bb69e7fe97e467e122720a49dcd99327b16c62cece40284c86f4c0c90b9d8638e6982cc378c8bc54e1a17fca411ba8f SHA512 ad2e05d1975a7f94a04e96e3f3187bda04f3f646e36a7c9768fef6cd86cff4dea49a4408ee6049ca85bb1a40add61fdf83997aea6a4325e15a5511b1db73604f
-DIST lazygit-0.44.1.tar.gz 4731978 BLAKE2B 97a1f518f61127802ffde18f5c976c0e82af9c7d4fc0739fab5d28b4c5e0ca57237986c9ad63fe26bf4b7a87821a565ed9265f5dbb64b5219328025455d87f75 SHA512 036b17618c9bc4c436a9d08dd62b7553293a414ed3ac852c7a7edb39f20de86fb405d111391856bc4bf542e7d3ac163481e267249433705f40c7bc6eb83805ac
 DIST lazygit-0.45.2.tar.gz 4770243 BLAKE2B b8373edfb5b39d4bacc3e8656bdfb3b02c237654562e223ffeb5d486ded943bd16c3cdc5cd07c134b831c376dd1fe67c37c6baf8d40aa1777e3c7a7a786c935e SHA512 129eeb99de46364361c916d545222b3bd376ac3ca5ec362ebc00c06d08dd450230aed0b797acf8270f20d5e00e9d6f9cb644b94f7fdfa27c617612639913865c
 DIST lazygit-0.46.0.tar.gz 4790974 BLAKE2B b493fb985645b19e82ba710740d29aeec5c4725adc780609bf4183cd0164c2d06c8b7ccc48f7216722ccc7e80f6392e035a0fa4afea5e001b44d2e30f9aaddfd SHA512 bdbe151922d396ef526acc049830c21bf0396623fc344d2aa989272275cb353b57bd7533f3700db234be7e84a665dbef5e401c3aa8ec249e4e355b3750a5dff0
 DIST lazygit-0.47.1.tar.gz 4797543 BLAKE2B 2b2842328ccaf171c8ce6e48a82af1ac1f8f023877abed032a486f1a365c2afdca66f42749b1fe9329d9c68286575581cd02948601de74e6e4548ccbc2200991 SHA512 fcef6bd5ee4e9092434ad9f7b39dfbb75a59004f384504e9407dc4a6f35b2cb38029c75adba465fc6cb4c43e1676e996cf8ca00d24acec4c6211776003f6ab47

diff --git a/dev-vcs/lazygit/lazygit-0.42.0.ebuild b/dev-vcs/lazygit/lazygit-0.42.0.ebuild
deleted file mode 100644
index 1e52dbd45..000000000
--- a/dev-vcs/lazygit/lazygit-0.42.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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"
-
-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
-}

diff --git a/dev-vcs/lazygit/lazygit-0.43.1.ebuild b/dev-vcs/lazygit/lazygit-0.43.1.ebuild
deleted file mode 100644
index 1e52dbd45..000000000
--- a/dev-vcs/lazygit/lazygit-0.43.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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"
-
-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
-}

diff --git a/dev-vcs/lazygit/lazygit-0.44.1.ebuild b/dev-vcs/lazygit/lazygit-0.44.1.ebuild
deleted file mode 100644
index 1e52dbd45..000000000
--- a/dev-vcs/lazygit/lazygit-0.44.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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"
-
-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
-}


             reply	other threads:[~2025-02-28 15:12 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-28 15:12 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-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-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=1740683711.07f7d356da573a776fe2127795318b99697db0fc.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