diff options
author | 2023-07-23 12:06:15 +0300 | |
---|---|---|
committer | 2023-07-23 12:06:15 +0300 | |
commit | 15afda4baaf3e09c410543ed3c4e09d9bd10d1e5 (patch) | |
tree | 916c7b64819cf3ea613c3e3830227f1f9aaa455c /dev-vcs | |
parent | dev-vcs/lazygit: 0.39.3 version bump (drop 0.39.2) (diff) | |
download | guru-15afda4baaf3e09c410543ed3c4e09d9bd10d1e5.tar.gz guru-15afda4baaf3e09c410543ed3c4e09d9bd10d1e5.tar.bz2 guru-15afda4baaf3e09c410543ed3c4e09d9bd10d1e5.zip |
dev-vcs/lazygit: drop old 0.37, 0.39.1
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/lazygit/Manifest | 2 | ||||
-rw-r--r-- | dev-vcs/lazygit/lazygit-0.37.ebuild | 29 | ||||
-rw-r--r-- | dev-vcs/lazygit/lazygit-0.39.1.ebuild | 29 |
3 files changed, 0 insertions, 60 deletions
diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest index 3629618bf..fab8586c8 100644 --- a/dev-vcs/lazygit/Manifest +++ b/dev-vcs/lazygit/Manifest @@ -1,4 +1,2 @@ -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.3.tar.gz 3883453 BLAKE2B 8d7656bef1bb43514e5107c92823289f74b4745d82f8a8fb12cb59d1b97d0adc3f24b52084bf11d244fdee06e0c2fc7a8c05b19bf2331187bce6b62b51b59e88 SHA512 89002c063a51791e9ddd28357a48e1b4b75c10704ba182e95cb59aac5b18794bde37c0d0f7f8d72cc5ebda54d20e27c1968df652648dba0b745d08104ab186fe diff --git a/dev-vcs/lazygit/lazygit-0.37.ebuild b/dev-vcs/lazygit/lazygit-0.37.ebuild deleted file mode 100644 index 678b0ead5..000000000 --- a/dev-vcs/lazygit/lazygit-0.37.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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}.0.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0 BSD ISC MIT Unlicense" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}/${P}.0" - -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 -} diff --git a/dev-vcs/lazygit/lazygit-0.39.1.ebuild b/dev-vcs/lazygit/lazygit-0.39.1.ebuild deleted file mode 100644 index 7cb26b743..000000000 --- a/dev-vcs/lazygit/lazygit-0.39.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -} |