commit:     a0dd3dcb045ca4a7a10b4f13f27ae5a9fec2038b
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Sat Jun 14 17:30:16 2025 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Sat Jun 14 17:30:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0dd3dcb

dev-vcs/lazygit: drop old 0.47.2, 0.48.0, 0.49.0

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

 dev-vcs/lazygit/Manifest              |  3 ---
 dev-vcs/lazygit/lazygit-0.47.2.ebuild | 32 --------------------------------
 dev-vcs/lazygit/lazygit-0.48.0.ebuild | 32 --------------------------------
 dev-vcs/lazygit/lazygit-0.49.0.ebuild | 32 --------------------------------
 4 files changed, 99 deletions(-)

diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest
index 991246635e..308a96b3cb 100644
--- a/dev-vcs/lazygit/Manifest
+++ b/dev-vcs/lazygit/Manifest
@@ -1,6 +1,3 @@
-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
 DIST lazygit-0.50.0.tar.gz 5320489 BLAKE2B 
0184cbab4cfe8b7c2560029a7daacb80758a87a428b742de06650294278ca4294a87f1a48edea34eed6b85b7acd70a2111f29bf6afcec5d6e2133e949393b588
 SHA512 
ac8c3260ead242426d87c544555ff147cec0ab37d482a7abbed05f859cf729edcbf69f0bd60358371c2c76ab48b47296c1068dbf8a34ca1aefa3053e844b913b
 DIST lazygit-0.51.1.tar.gz 5329099 BLAKE2B 
04a1fee358f6f90c27ccddd5352956ddaddfe6f9e4e608032bfe5563ab69bd12a8d9f5f7ab25724ec9a489fa3e45fb9865cde00500cecba5ce1b0cf927387a4e
 SHA512 
1300a8b697209981d89e8c1d6eb3e1f39f6a8113dfaeebc5eb29c210044ccfa688865c275a408eaf7f8a697384b5b6e9f817fd55a1a8c70133bf6db0eeadfed2
 DIST lazygit-0.52.0.tar.gz 5328915 BLAKE2B 
3a9200f9e8cecf8a4fba920768cef3f531e190f3996cb947e7034d2d146d88787d5634f9b524320b295504f8c543a0bf956dacbfbde621a95435d0b548201c52
 SHA512 
aacb8d9a36c919b273c4a448e80fc9c13df581331b6e4cba8dc4af20b8e78f0f7546ffa51e789bd3595f770e46c65906c266e72ae4355d72c7fde36758f7d8f4

diff --git a/dev-vcs/lazygit/lazygit-0.47.2.ebuild 
b/dev-vcs/lazygit/lazygit-0.47.2.ebuild
deleted file mode 100644
index 3937e7ecc0..0000000000
--- a/dev-vcs/lazygit/lazygit-0.47.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.48.0.ebuild 
b/dev-vcs/lazygit/lazygit-0.48.0.ebuild
deleted file mode 100644
index 3937e7ecc0..0000000000
--- a/dev-vcs/lazygit/lazygit-0.48.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.49.0.ebuild 
b/dev-vcs/lazygit/lazygit-0.49.0.ebuild
deleted file mode 100644
index 3937e7ecc0..0000000000
--- a/dev-vcs/lazygit/lazygit-0.49.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
-}

Reply via email to