From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1474144-garchives=archives.gentoo.org@lists.gentoo.org> 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 4577615800F for <garchives@archives.gentoo.org>; Thu, 5 Jan 2023 05:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D39EFE0866; Thu, 5 Jan 2023 05:21:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BC8ACE0866 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Jan 2023 05:21:05 +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 D90D8340EEF for <gentoo-commits@lists.gentoo.org>; Thu, 5 Jan 2023 05:21:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05327851 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Jan 2023 05:21:01 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1672896010.f91cb005d0f1610655c3d91b2172482c6d481189.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-9999.ebuild X-VCS-Directories: app-editors/neovim/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f91cb005d0f1610655c3d91b2172482c6d481189 X-VCS-Branch: master Date: Thu, 5 Jan 2023 05:21:01 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e11e9a65-dbf2-4f79-9eff-2ed07f8dd1c6 X-Archives-Hash: af92823e69bb66818e3c1c57ca9e2cc5 commit: f91cb005d0f1610655c3d91b2172482c6d481189 Author: listout <listout <AT> protonmail <DOT> com> AuthorDate: Wed Jan 4 09:19:28 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 5 05:20:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91cb005 app-editors/neovim: Syncing live ebuild to 0.8.2 ebuild With PR #28893, the syntax of adding patches is modified, this PR is reflecting those changes in the live ebuild. Referrence: https://github.com/gentoo/gentoo/pull/28893#issuecomment-1370510768 Signed-off-by: listout <listout <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28957 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/neovim/neovim-9999.ebuild | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index da37df6874aa..6083e311ff39 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -68,17 +68,14 @@ BDEPEND=" ) " -PATCHES=() +PATCHES=( + "${FILESDIR}/${PN}-9999-cmake_lua_version.patch" + "${FILESDIR}/${PN}-9999-cmake-darwin.patch" +) -if [[ ${PV} == 9999 ]]; then - PATCHES+=( - "${FILESDIR}/${PN}-9999-cmake_lua_version.patch" - "${FILESDIR}/${PN}-9999-cmake-darwin.patch" - ) -else +if [[ ${PV} != 9999 ]]; then PATCHES+=( - "${FILESDIR}/${PN}-9999-cmake_lua_version.patch" - "${FILESDIR}/${PN}-9999-cmake-darwin.patch" + "${FILESDIR}/${PN}-0.8.0-cmake-release-type.patch" ) fi