commit:     4ad73ce3532228d3b7faedb94c7d902e5ce87622
Author:     Luciano Degni <degni.public <AT> gmail <DOT> com>
AuthorDate: Fri Jan  7 18:16:00 2022 +0000
Commit:     Luciano Degni <degni.public <AT> gmail <DOT> 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 <degni.public <AT> 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

Reply via email to