diff --git a/dev-vcs/lazygit-bin/Manifest b/dev-vcs/lazygit-bin/Manifest deleted file mode 100644 index 1b5475438d1..00000000000 --- a/dev-vcs/lazygit-bin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST lazygit_0.35_Linux_32-bit.tar.gz 5180077 BLAKE2B b49817a52de121d496e354a25bfb26b7225b21c79ee89eb54b1b9d7f9ddffddb98d975d1f160d8ba4e7ec00bb7e12cdca62eb05c209871a729261277d96ef24b SHA512 46da94f5f376844825a7edc59f1b884bd64bf52725d0d298013ef0ea852221e1951054a123e4bd5623c75a989a973fa030633da583ee38e7b304d01037b0cfd8 -DIST lazygit_0.35_Linux_arm64.tar.gz 5019935 BLAKE2B d3f93d4b423c5e82e60c90ffa9d184000e419923afb9d1a4601c7cdbed48b3147cf71eaa2633a9bfe3ef586ba605149d931abeefc1a27bd89b66c498aad3821f SHA512 58a5269f3d7d44c9dc26e8693f1d4f61212ea574e7c5e6914de74cfa100901db1ac1350541fb4a860de96077f38fdb91ea9ebb8b709d9936ed96b46fe07d11b6 -DIST lazygit_0.35_Linux_armv6.tar.gz 5168364 BLAKE2B bb7a669be44ca3f37ab59e0a0ec7210a6c0a1c7a23fda02c1f9cf0446cadcd63a676de76edae1943d6162ec380919ee98e803f1381a4b65384fafc73ba5fc533 SHA512 6d602097711f71b57e7a89e7ee3343d0ef4f051198e888b0c7c8677aa3ad668ac2a474bb818a3be0142842842f63c809dff9d78ff597b32ab82b95fdeb582381 -DIST lazygit_0.35_Linux_x86_64.tar.gz 5439562 BLAKE2B b692cff759f863891e923b90afdf2134fb5ca4be29747ce9c34a6190e97a4666e6e9a14ec8c2c75ae83561d589ba153ccbc82b440dcc9d4714ba941fce25eb59 SHA512 217ba7c7317b6cc46199657c5b82b087c7dbbae023e805dda1a0e6efa2565fc6d769eb23481b9e893d0f4aaedc64a16ff4d1831f7820449d51cc34e7be3783cb diff --git a/dev-vcs/lazygit-bin/lazygit-bin-0.35.ebuild b/dev-vcs/lazygit-bin/lazygit-bin-0.35.ebuild deleted file mode 100644 index eb12559dc58..00000000000 --- a/dev-vcs/lazygit-bin/lazygit-bin-0.35.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="lazygit, a simple terminal UI for git commands" -HOMEPAGE="https://github.com/jesseduffield/lazygit" -SRC_URI="amd64? ( https://github.com/jesseduffield/lazygit/releases/download/v${PV}/${PN%-bin}_${PV}_Linux_x86_64.tar.gz ) - x86? ( https://github.com/jesseduffield/lazygit/releases/download/v${PV}/${PN%-bin}_${PV}_Linux_32-bit.tar.gz ) - arm64? ( https://github.com/jesseduffield/lazygit/releases/download/v${PV}/${PN%-bin}_${PV}_Linux_arm64.tar.gz ) - arm? ( https://github.com/jesseduffield/lazygit/releases/download/v${PV}/${PN%-bin}_${PV}_Linux_armv6.tar.gz ) -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 " - -RESTRICT="strip" - -CONFLICTS="!dev-vcs/lazygit" -RDEPEND=" - ${CONFLICTS} - dev-vcs/git -" - -DOCS=( README.md ) - -S="${WORKDIR}" - -src_install(){ - dobin ${PN%-bin} - - default -} diff --git a/dev-vcs/lazygit-bin/metadata.xml b/dev-vcs/lazygit-bin/metadata.xml deleted file mode 100644 index 47e4f5e4938..00000000000 --- a/dev-vcs/lazygit-bin/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dylanturing@protonmail.com - Schroedinger - - - jesseduffield/lazygit - - diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest deleted file mode 100644 index 969949bdf5c..00000000000 --- a/dev-vcs/lazygit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lazygit-0.35.tar.gz 3896489 BLAKE2B 686af67f3f90fe3e4817c4a30396902e170b67b2892f2907f87e401495d0d1437d9dad6a7609d49d59632c1575af60a53f24042b74b25d00c567d2f0c7afdd87 SHA512 0a121399070b75cdb9f64fff238866c54684e5989d38cd95a822cccc7d16de44f08bb01e93c546874f0c39ed8198e78e03f5167bb711fce643f6a137e05438b9 diff --git a/dev-vcs/lazygit/lazygit-0.35.ebuild b/dev-vcs/lazygit/lazygit-0.35.ebuild deleted file mode 100644 index 58be2c3276e..00000000000 --- a/dev-vcs/lazygit/lazygit-0.35.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="lazygit, a simple terminal UI for git commands" -HOMEPAGE="https://github.com/jesseduffield/lazygit" -SRC_URI="https://github.com/jesseduffield/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -CONFLICTS="!dev-vcs/lazygit-bin" -RDEPEND=" - ${CONFLICTS} - dev-vcs/git -" - -DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs ) - -src_compile(){ - ego build -o bin/lazygit -} - -src_install(){ - dobin bin/lazygit - - default -} diff --git a/dev-vcs/lazygit/metadata.xml b/dev-vcs/lazygit/metadata.xml deleted file mode 100644 index 47e4f5e4938..00000000000 --- a/dev-vcs/lazygit/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dylanturing@protonmail.com - Schroedinger - - - jesseduffield/lazygit - -