Gentoo Archives: gentoo-commits

From: Rabindra Dhakal <qaidvoid@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/kak-lsp/
Date: Tue, 03 May 2022 06:18:50
Message-Id: 1651558661.0029a159b2c4c0c59bb5144a0d1b8ac006254a34.qaidvoid@gentoo
1 commit: 0029a159b2c4c0c59bb5144a0d1b8ac006254a34
2 Author: Rabindra Dhakal <qaidvoid <AT> gmail <DOT> com>
3 AuthorDate: Tue May 3 06:17:41 2022 +0000
4 Commit: Rabindra Dhakal <qaidvoid <AT> gmail <DOT> com>
5 CommitDate: Tue May 3 06:17:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0029a159
7
8 app-editors/kak-lsp: remove unnecessary phases
9
10 Signed-off-by: Rabindra Dhakal <qaidvoid <AT> gmail.com>
11
12 app-editors/kak-lsp/kak-lsp-12.2.0.ebuild | 8 --------
13 1 file changed, 8 deletions(-)
14
15 diff --git a/app-editors/kak-lsp/kak-lsp-12.2.0.ebuild b/app-editors/kak-lsp/kak-lsp-12.2.0.ebuild
16 index be6ef0aea..849ed613d 100644
17 --- a/app-editors/kak-lsp/kak-lsp-12.2.0.ebuild
18 +++ b/app-editors/kak-lsp/kak-lsp-12.2.0.ebuild
19 @@ -153,14 +153,6 @@ IUSE=""
20
21 QA_FLAGS_IGNORED="usr/bin/kak-lsp"
22
23 -src_configure() {
24 - cargo_src_configure
25 -}
26 -
27 -src_compile() {
28 - cargo_src_compile
29 -}
30 -
31 src_install() {
32 cargo_src_install
33 }