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 CA4AA158011 for ; Mon, 10 Jan 2022 12:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23DB92BC00D; Mon, 10 Jan 2022 12:58:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0A2542BC00D for ; Mon, 10 Jan 2022 12:58:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 06804342C88 for ; Mon, 10 Jan 2022 12:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72D0021D for ; Mon, 10 Jan 2022 12:58:27 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1641819502.126535ff201f9d74230c2bab214521fd28d3e2d5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/helix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/helix/helix-0.6.0.ebuild X-VCS-Directories: app-editors/helix/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 126535ff201f9d74230c2bab214521fd28d3e2d5 X-VCS-Branch: dev Date: Mon, 10 Jan 2022 12:58:27 +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: 8a27d252-9ead-4f84-b97d-e1dba238bfbc X-Archives-Hash: 2a30b67e9e093eabb981303c34bd27dd commit: 126535ff201f9d74230c2bab214521fd28d3e2d5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jan 10 12:58:22 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jan 10 12:58:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=126535ff app-editors/helix: add missing dep on unzip remove dep on system package bash Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-editors/helix/helix-0.6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-editors/helix/helix-0.6.0.ebuild b/app-editors/helix/helix-0.6.0.ebuild index 00b0ac402..cd8bdb3da 100644 --- a/app-editors/helix/helix-0.6.0.ebuild +++ b/app-editors/helix/helix-0.6.0.ebuild @@ -207,14 +207,13 @@ KEYWORDS="~amd64" IUSE="doc" DEPEND=" - app-shells/bash dev-vcs/git " RDEPEND=" - app-shells/bash !app-editors/${PN}-bin " +BDEPEND="app-arch/unzip" QA_FLAGS_IGNORED="usr/bin/.*" @@ -287,4 +286,4 @@ src_install() { use doc && dodoc README.md CHANGELOG.md use doc && dodoc -r docs/ cargo_src_install --path helix-term -} \ No newline at end of file +} 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 0FAD3158011 for ; Mon, 10 Jan 2022 13:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 856D82BC0BC; Mon, 10 Jan 2022 13:13:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4B5CB2BC0BC for ; Mon, 10 Jan 2022 13:13:53 +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 3BFFC34305B for ; Mon, 10 Jan 2022 13:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EEAB2AE for ; Mon, 10 Jan 2022 13:13:48 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1641819502.126535ff201f9d74230c2bab214521fd28d3e2d5.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/helix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/helix/helix-0.6.0.ebuild X-VCS-Directories: app-editors/helix/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 126535ff201f9d74230c2bab214521fd28d3e2d5 X-VCS-Branch: master Date: Mon, 10 Jan 2022 13:13:48 +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: d50a5a4c-f7bf-42d2-ba30-0901f55026d8 X-Archives-Hash: 8bb0dac7c67ed37a6057a320b49c7543 Message-ID: <20220110131348.3gGlLG8kqmMXaWsD8EHZS0MWhRjLdLidV1w_w47ntMs@z> commit: 126535ff201f9d74230c2bab214521fd28d3e2d5 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jan 10 12:58:22 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jan 10 12:58:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=126535ff app-editors/helix: add missing dep on unzip remove dep on system package bash Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-editors/helix/helix-0.6.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-editors/helix/helix-0.6.0.ebuild b/app-editors/helix/helix-0.6.0.ebuild index 00b0ac402..cd8bdb3da 100644 --- a/app-editors/helix/helix-0.6.0.ebuild +++ b/app-editors/helix/helix-0.6.0.ebuild @@ -207,14 +207,13 @@ KEYWORDS="~amd64" IUSE="doc" DEPEND=" - app-shells/bash dev-vcs/git " RDEPEND=" - app-shells/bash !app-editors/${PN}-bin " +BDEPEND="app-arch/unzip" QA_FLAGS_IGNORED="usr/bin/.*" @@ -287,4 +286,4 @@ src_install() { use doc && dodoc README.md CHANGELOG.md use doc && dodoc -r docs/ cargo_src_install --path helix-term -} \ No newline at end of file +}