From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 948D91584AD for ; Tue, 29 Apr 2025 00:22:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 796FA343006 for ; Tue, 29 Apr 2025 00:22:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id EABAE110328; Tue, 29 Apr 2025 00:22: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 bobolink.gentoo.org (Postfix) with ESMTPS id E56D7110328 for ; Tue, 29 Apr 2025 00:22: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92A76342FB7 for ; Tue, 29 Apr 2025 00:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F40972511 for ; Tue, 29 Apr 2025 00:22:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745886135.6accfbfe315cbbd0fa95ba24790ad3a2cf9f8fac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/neovim/neovim-0.11.0-r1.ebuild app-editors/neovim/neovim-0.11.0-r2.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6accfbfe315cbbd0fa95ba24790ad3a2cf9f8fac X-VCS-Branch: master Date: Tue, 29 Apr 2025 00:22:51 +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: de6196c9-9e01-4508-b79b-95c3d469ba63 X-Archives-Hash: 8e098e3c65d43bf3561d8364a6cc0174 commit: 6accfbfe315cbbd0fa95ba24790ad3a2cf9f8fac Author: Brahmajit Das listout xyz> AuthorDate: Mon Apr 28 21:07:58 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 00:22:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6accfbfe app-editors/neovim: Fix Symbolic link to nvimpager less.sh was moved from runtime/macros folder to runtime/scripts folder Closes: https://bugs.gentoo.org/954822 Signed-off-by: Brahmajit Das listout.xyz> Part-of: https://github.com/gentoo/gentoo/pull/41826 Closes: https://github.com/gentoo/gentoo/pull/41826 Signed-off-by: Sam James gentoo.org> app-editors/neovim/{neovim-0.11.0-r1.ebuild => neovim-0.11.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/neovim/neovim-0.11.0-r1.ebuild b/app-editors/neovim/neovim-0.11.0-r2.ebuild similarity index 98% rename from app-editors/neovim/neovim-0.11.0-r1.ebuild rename to app-editors/neovim/neovim-0.11.0-r2.ebuild index 92ad4e2b9aa0..7bce36689dd6 100644 --- a/app-editors/neovim/neovim-0.11.0-r1.ebuild +++ b/app-editors/neovim/neovim-0.11.0-r2.ebuild @@ -113,7 +113,7 @@ src_install() { # conditionally install a symlink for nvimpager if use nvimpager; then - dosym ../share/nvim/runtime/macros/less.sh /usr/bin/nvimpager + dosym ../share/nvim/runtime/scripts/less.sh /usr/bin/nvimpager fi }