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 06E9D158086 for ; Fri, 7 Jan 2022 18:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54964E0636; Fri, 7 Jan 2022 18:16:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 ADFDAE03EC for ; Fri, 7 Jan 2022 18:16:43 +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 1EC5D342BC4 for ; Fri, 7 Jan 2022 18:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADE46268 for ; Fri, 7 Jan 2022 18:16:41 +0000 (UTC) From: "Luciano Degni" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luciano Degni" Message-ID: <1641579392.4ad73ce3532228d3b7faedb94c7d902e5ce87622.degni.public@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: degni.public X-VCS-Committer-Name: Luciano Degni X-VCS-Revision: 4ad73ce3532228d3b7faedb94c7d902e5ce87622 X-VCS-Branch: dev Date: Fri, 7 Jan 2022 18:16:41 +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: 714325a5-ce04-4ecb-a80a-eddbd2378e76 X-Archives-Hash: fab23ab4e74a6c3e9e0f433877212987 commit: 4ad73ce3532228d3b7faedb94c7d902e5ce87622 Author: Luciano Degni gmail com> AuthorDate: Fri Jan 7 18:16:00 2022 +0000 Commit: Luciano Degni gmail com> CommitDate: Fri Jan 7 18:16:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4ad73ce3 app-editors/helix: modified installation method and removed useless line Signed-off-by: Luciano Degni gmail.com> app-editors/helix/helix-0.6.0.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app-editors/helix/helix-0.6.0.ebuild b/app-editors/helix/helix-0.6.0.ebuild index 40c6e9aa9..2ac8338f6 100644 --- a/app-editors/helix/helix-0.6.0.ebuild +++ b/app-editors/helix/helix-0.6.0.ebuild @@ -1,8 +1,5 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 - -# Auto-Generated by cargo-ebuild 0.5.0 - EAPI=8 CRATES=" @@ -137,8 +134,6 @@ CRATES=" inherit cargo DESCRIPTION="A post-modern text editor." -# Double check the homepage as the cargo_metadata crate -# does not provide this value so instead repository is used HOMEPAGE="https://github.com/helix-editor/helix" SRC_URI=" @@ -287,4 +282,4 @@ src_install() { doins -r runtime dodoc README.md CHANGELOG.md cargo_src_install --path helix-term -} +} \ No newline at end of file