From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B03815800A for ; Wed, 23 Aug 2023 17:33:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EADFC2BC024; Wed, 23 Aug 2023 17:33:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D64612BC024 for ; Wed, 23 Aug 2023 17:33:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF3283412DE for ; Wed, 23 Aug 2023 17:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A68B107F for ; Wed, 23 Aug 2023 17:33:03 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1692644922.920e0cadbb68ab96afb708415d70e75fdf403555.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-vcs/lazygit/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/lazygit/Manifest dev-vcs/lazygit/lazygit-0.38.2.ebuild X-VCS-Directories: dev-vcs/lazygit/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 920e0cadbb68ab96afb708415d70e75fdf403555 X-VCS-Branch: master Date: Wed, 23 Aug 2023 17:33:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f78555b-abb2-4f27-9e73-86b975fcaf7b X-Archives-Hash: d2282ef1809975fa252d66e1cb439c36 commit: 920e0cadbb68ab96afb708415d70e75fdf403555 Author: Sergey Torokhov yandex ru> AuthorDate: Mon Aug 21 19:08:42 2023 +0000 Commit: David Roman gmail com> CommitDate: Mon Aug 21 19:08:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=920e0cad dev-vcs/lazygit: drop old 0.38.2 Signed-off-by: Sergey Torokhov yandex.ru> dev-vcs/lazygit/Manifest | 1 - dev-vcs/lazygit/lazygit-0.38.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-vcs/lazygit/Manifest b/dev-vcs/lazygit/Manifest index cd27077f0c..7440e34455 100644 --- a/dev-vcs/lazygit/Manifest +++ b/dev-vcs/lazygit/Manifest @@ -1,3 +1,2 @@ -DIST lazygit-0.38.2.tar.gz 3870937 BLAKE2B c3dcc40f0accecceda1b663503e522076ba98fb09268f65f95af0c79e51ac6f9706a0cd18ca8b13f3b3b855ca0ebd665a9fd083d1f5257c652b1e68b3677d00e SHA512 508e253a4acfcb2c958820d72873de3308b06eba20978caa660321d75db41bc31fe917e4469d5ed368d9e20d2047b57d759f9ec00a4a982cd2556d5c4ef5c57f DIST lazygit-0.39.4.tar.gz 3882422 BLAKE2B 7d1c94f1340e9eb56f84174196539db0cb716808c723045daeee7c037c3cab04e566edfab8a30b1771d441928a81d56f96eb468ba070ad73cf847e89a2800493 SHA512 b3d29abfe168590ea63c46ac461e4862a86b861f77a89e6be9d2b207f24c4da10b95512349b1158ff92c1443a16468d4d0026d27b0b87c2315b15ede447dbf05 DIST lazygit-0.40.2.tar.gz 4468039 BLAKE2B efea794795af283dc286166427fe5aae4ce8473a4933f2373501d0f3ac0a4d16df7aa20cb20b25738707c30356db4fad647de4cfa2e6abde024a613f5e036b7f SHA512 201bd09705ad48c41ed62ac061b31e62ce51a351eff5dae36a3bf5654d62fdef5d2a93e3f4ad56c0b02c70fb0e323319ed38d64c3bfef36900423983284b52c1 diff --git a/dev-vcs/lazygit/lazygit-0.38.2.ebuild b/dev-vcs/lazygit/lazygit-0.38.2.ebuild deleted file mode 100644 index 7cb26b7439..0000000000 --- a/dev-vcs/lazygit/lazygit-0.38.2.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 -}