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 7EE9D15ACFB for ; Wed, 12 Apr 2023 04:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C525E0896; Wed, 12 Apr 2023 04:04:46 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F8AEE0896 for ; Wed, 12 Apr 2023 04:04:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E6AE340EFE for ; Wed, 12 Apr 2023 04:04:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A392A1E for ; Wed, 12 Apr 2023 04:04:42 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1681272079.6469064f63519df708011031c78171dc0455b036.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/lf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/lf/lf-28-r1.ebuild app-misc/lf/lf-28.ebuild X-VCS-Directories: app-misc/lf/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 6469064f63519df708011031c78171dc0455b036 X-VCS-Branch: dev Date: Wed, 12 Apr 2023 04:04:42 +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: 22c882bd-8bf3-461a-b0a5-50398fe198c6 X-Archives-Hash: 8449792c40ef051886408e05560cf07b commit: 6469064f63519df708011031c78171dc0455b036 Author: Jonas Frei pm me> AuthorDate: Wed Apr 12 03:52:53 2023 +0000 Commit: Jonas Frei pm me> CommitDate: Wed Apr 12 04:01:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6469064f app-misc/lf: EAPI 7->8, use 'shell-completion' eclass Signed-off-by: Jonas Frei pm.me> app-misc/lf/{lf-28.ebuild => lf-28-r1.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app-misc/lf/lf-28.ebuild b/app-misc/lf/lf-28-r1.ebuild similarity index 80% rename from app-misc/lf/lf-28.ebuild rename to app-misc/lf/lf-28-r1.ebuild index d027ff90e..3a08167a5 100644 --- a/app-misc/lf/lf-28.ebuild +++ b/app-misc/lf/lf-28-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit go-module bash-completion-r1 desktop xdg +inherit go-module desktop shell-completion xdg SRC_URI="https://github.com/gokcehan/lf/archive/r${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://github.com/ephemer4l/gentoo-lf/raw/main/${P}-deps.tar.xz" @@ -45,12 +45,10 @@ src_install() { newbashcomp "etc/${PN}.bash" "${PN}" # zsh-completion - insinto /usr/share/zsh/site-functions - newins "etc/${PN}.zsh" "_${PN}" + newzshcomp "etc/${PN}.zsh" "_${PN}" # fish-completion - insinto /usr/share/fish/vendor_completions.d - doins "etc/${PN}.fish" + dofishcomp "etc/${PN}.fish" insinto /usr/share/fish/vendor_functions.d doins "etc/${PN}cd.fish"