commit:     48c19a56f0ebe6b0b4796bfc34b7fe505c89766e
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Tue Apr 15 16:46:22 2025 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Tue Apr 15 16:46:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48c19a56

dev-vcs/lazygit: drop old 0.45.2, 0.46.0, 0.47.1

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

 dev-vcs/lazygit/Manifest              |  3 ---
 dev-vcs/lazygit/lazygit-0.45.2.ebuild | 32 --------------------------------
 dev-vcs/lazygit/lazygit-0.46.0.ebuild | 32 --------------------------------
 dev-vcs/lazygit/lazygit-0.47.1.ebuild | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 11048cb27..e1c1fdfd8 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,6 +1,3 @@
-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
 DIST lazygit-0.47.2.tar.gz 4795000 BLAKE2B 
669ca5a32767326766fd7d2d312bd078a39d5aaa96a8437f165e0368463d56f1d0256aa4934d6329e123bc2bd522821a3e535ffc8c634c7c713a6cab1cf5da74
 SHA512 
c9a911f0bddce79005df7352aa47ce759b6cc835a4ba3581093e0cbb62fbcc1edbb1a2d256a38f2052ae410298785c476005ff88b5f1643b9fcb42dd1990b037
 DIST lazygit-0.48.0.tar.gz 4802588 BLAKE2B 
839ba27d523843c2252b23c7f0d11dabbc2935c50320bccdc1e566374fd953441fc88e02724e615576b4977a1f5c9311b2c234bb7e38839b12085fec37e46a86
 SHA512 
11ccc07a82cc9fb11d36df4166001aff007e70e0af2941317bcd983acacaa89716c337aab7190415da7a49917ef62080b6cee0175cc9ac2b1624280b1635837b
 DIST lazygit-0.49.0.tar.gz 5307185 BLAKE2B 
82f83bebd4f56863baf148253824cecb48a97a28199c20f86248950858fb214c9beff51364cc1a7a1c731b4bf4b38deca91ec948bab977faa5e2cc2aa3f03bef
 SHA512 
164c17d4f7a646147233234658793c20e754a9fe73137fad5b414e9fcd692b6ed17a26fefd176b9b715be2d60b580fb0627b11260e1e9e26f5d900cceee353e1

diff --git a/dev-vcs/lazygit/lazygit-0.45.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.45.2.ebuild
deleted file mode 100644
index 3937e7ecc..000000000
--- a/dev-vcs/lazygit/lazygit-0.45.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 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.46.0.ebuild 
b/dev-vcs/lazygit/lazygit-0.46.0.ebuild
deleted file mode 100644
index 3937e7ecc..000000000
--- a/dev-vcs/lazygit/lazygit-0.46.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 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.47.1.ebuild 
b/dev-vcs/lazygit/lazygit-0.47.1.ebuild
deleted file mode 100644
index 3937e7ecc..000000000
--- a/dev-vcs/lazygit/lazygit-0.47.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2025 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 via email to