summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/neovim: Rebase patch from upstreamBrahmajit Das2023-12-281-3/+3
| | | | | | | Closes: https://bugs.gentoo.org/917665 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34185 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Rebase patch from upstreamBrahmajit Das2023-11-211-0/+13
| | | | | | | Closes: https://bugs.gentoo.org/917665 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33924 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix DuplicateFilesSam James2023-05-311-14/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix darwin patch for unstableRobert Günzler2023-04-291-0/+14
| | | | | | Signed-off-by: Robert Günzler <r@gnzler.io> Closes: https://github.com/gentoo/gentoo/pull/30722 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Using 0.9.0 patches for live ebuildbrahmajit das2023-04-101-13/+0
| | | | | | | This also removes older 9999 patches to remove rudundancy. Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix live ebuild darwin patchbrahmajit das2023-03-131-2/+2
| | | | | | | | Another upstream commit broke the darwin patch, this commit fixes it. Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30070 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix live ebuild darwin patchbrahmajit das2023-03-041-2/+2
| | | | | | | | | | With commit https://github.com/neovim/neovim/commit/4cf4ae93df6af09ef3a0df678bb3d154b65bf731 checking against string "Darwin" is removed and variable name APPLE is used instead. Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/29918 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fixes for 9999 (see details)Vadim Misbakh-Soloviov2023-02-101-57/+5
| | | | | | | | | | | | 1) lua-version and darwin patches for 9999 are fixed to not fail 2) no more tui confirguration option on 9999, see https://github.com/neovim/neovim/commit/9fdcbbb4063daa125e420e0ffe9dae6801c264bc 3) ebuilds for 0.8 versions fixed to use their own copy of patches, instead of using 9999 patches (see commit 726e8ac1afe) Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* Revert "app-editors/neovim: fixes (see commit details)"Sam James2023-02-081-5/+57
| | | | | | | | This reverts commit fca327914eac530d8b37251ba459ae8a454de0e1. Breaks applying patches to 0.8.2/0.8.3. Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fixes (see commit details)Vadim Misbakh-Soloviov2023-02-081-57/+5
| | | | | | | | 1) lua-version and darwin patches are fixed to not fail 2) no more tui conficuration option, see https://github.com/neovim/neovim/commit/9fdcbbb4063daa125e420e0ffe9dae6801c264bc Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-editors/neovim: remove unnecessary underscoreBharath Saiguhan2022-09-251-1/+1
| | | | | | | | | | This fixes an extra underscore introduced by mistake in the previous commit. Fixes: 545106ff82c8c0795c08656235b0e1c235848d09 Signed-off-by: Bharath Saiguhan <bharathsaiguhan@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/27218 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix live ebuild patch fileBharath Saiguhan2022-09-111-1/+1
| | | | | | | | | | | | Upstream has changed its CMakeLists.txt file, replacing the deprecated variable CMAKE_COMPILER_IS_GNUCC, which causes the patch phase of the live ebuild to fail. This commit fixes this issue and with this in place, patching succeeds. Signed-off-by: Bharath Saiguhan <bharathsaiguhan@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/27198 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: rebase patchesRobert Günzler2022-08-131-2/+12
| | | | | | Signed-off-by: Robert Günzler <r@gnzler.io> Closes: https://github.com/gentoo/gentoo/pull/26698 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: rebase Darwin patchSam James2022-07-051-0/+55
Closes: https://github.com/gentoo/gentoo/pull/25889 Signed-off-by: Sam James <sam@gentoo.org>