summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/neovim: Fix live ebuild tree-sitter dependencyBrahmajit Das2024-05-251-1/+1
| | | | | | | | | - 9999 now needs tree-sitter-0.22.6 Closes: https://bugs.gentoo.org/932001 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36714 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Synchronize live ebuildMatt Turner2024-05-201-2/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/neovim: add 0.10.0Brahmajit Das2024-05-202-0/+115
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36705 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/neovim: remove textwidth autocommandsWaldo Lemmer2024-05-194-1/+333
| | | | | | | | | | | | | | | | | vimrc registered an autocommand that set textwidth=78 for all *.txt buffers. This has sparked a few discussions, including this [1] forum post and bug 559800. Overriding the upstream default of textwidth=0 is not a good idea. This commit removes the relevant autocommand and revbumps all versions of the package. [1]: https://forums.gentoo.org/viewtopic-p-8450986.html Bug: https://bugs.gentoo.org/559800 Signed-off-by: Waldo Lemmer <waldolemmer1@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36602 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/neovim: bump minimal tree-sitter versionVadim Misbakh-Soloviov2024-02-221-1/+1
| | | | | | | | | | | | | | | Some time ago neovim's upstream made some changes that made it incompatible with <dev-libs/tree-sitter-0.20.9. For example, this leads to following build failure: /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/nvim/CMakeFiles/nvim_bin.dir/lua/treesitter.c.o: in function `node_rawquery': treesitter.c:(.text+0x3583): undefined reference to `ts_query_cursor_set_max_start_depth' /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: treesitter.c:(.text+0x3777): undefined reference to `ts_query_cursor_set_max_start_depth' collect2: error: ld returned 1 exit status Closes: https://bugs.gentoo.org/922963 Closes: https://bugs.gentoo.org/925193 Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
* app-editors/neovim: drop 0.9.2, 0.9.3Brahmajit Das2024-02-073-232/+0
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35212 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Stabilize 0.9.5 amd64, #922801Sam James2024-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.5 x86, #922801Sam James2024-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.5 arm64, #922801Sam James2024-01-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix finding luajit in liveBrahmajit Das2024-01-161-0/+1
| | | | | | | | | | Commit 7b054106ef5a1fd742fb23886173d8c5a842d715 was lost with commit beea6ed74eb77f3f16cb60e441cf51afd08ccc71, thus introducing bug 922138. Closes: https://bugs.gentoo.org/922138 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34833 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: [QA] Remove invalid USE=ltoMichał Górny2024-01-075-35/+19
| | | | | | | | USE=lto in this package only appends -flto flag. This is not a valid use of the USE flag, as lto in Gentoo is enabled via setting flags manually. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: add 0.9.5Brahmajit Das2024-01-032-0/+120
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34589 Signed-off-by: Sam James <sam@gentoo.org>
* 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>
* profiles/use.desc: Make USE=lto globalMichał Górny2023-12-181-1/+0
| | | | | | | | | Add a global USE=lto flag. The flag is used semi-consistently in 31 packages, with a few adding extra information. That said, probably many of these uses are invalid, as they are equivalent to adding `-flto` to CFLAGS. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: Keyword 0.9.4 ppc, #916309Arthur Zamarin2023-12-011-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.4 amd64, #917657Joonas Niilola2023-11-221-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Stabilize 0.9.4 x86, #917657Sam James2023-11-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.4 arm64, #917657Sam James2023-11-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Rebase patch from upstreamBrahmajit Das2023-11-212-1/+14
| | | | | | | 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: drop 0.9.1Brahmajit Das2023-10-272-120/+0
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33411 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.2 arm64, #915796Sam James2023-10-191-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.2 x86, #915796Joonas Niilola2023-10-191-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Stabilize 0.9.2 amd64, #915796Joonas Niilola2023-10-191-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: add 0.9.3Brahmajit Das2023-10-102-0/+120
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33275 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.9.4Brahmajit Das2023-10-102-0/+120
| | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: remove unused patchMichael Mair-Keimberger2023-10-011-13/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33066 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop 0.9.0-r1Brahmajit Das2023-09-242-120/+0
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32781 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Sync dependencies of 9999 and 0.9.2Brahmajit Das2023-09-241-3/+3
| | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix VariableShadowedArthur Zamarin2023-09-194-8/+4
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: add 0.9.2Brahmajit Das2023-09-132-0/+121
| | | | | | | Closes: https://bugs.gentoo.org/913912 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32707 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix finding luajit in liveBrahmajit Das2023-09-061-0/+1
| | | | | | | | | | | Fix 'luajit: No such file or directory'. This is most probably due to upstream commit https://github.com/neovim/neovim/commit/3e80b39a8ef9d33090800642d25fadbd282af337 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32646 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add myself as a maintainerBrahmajit Das2023-09-061-0/+8
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32544 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.1 amd64, #910713Sam James2023-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.1 x86, #910713Jakov Smolić2023-07-241-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: Stabilize 0.9.1 arm64, #910713Arthur Zamarin2023-07-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: fix DuplicateFilesSam James2023-05-312-15/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop 0.8.3Brahmajit Das2023-05-317-262/+0
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31213 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.9.1Brahmajit Das2023-05-313-0/+135
| | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.0-r1 arm64, #904828Sam James2023-05-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.9.0-r1 x86, #904828Joonas Niilola2023-05-161-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Stabilize 0.9.0-r1 amd64, #904828Joonas Niilola2023-05-161-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: update maintainersMike Gilbert2023-05-151-8/+0
| | | | | | listout@protonmail.com does not have an active bugzilla account. Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/neovim: fix darwin patch for unstableRobert Günzler2023-04-292-1/+15
| | | | | | 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: Dropping tui USE flagbrahmajit das2023-04-132-10/+6
| | | | | | | | | | Upstream removed FEAT_TUI hence no requirement for this USE flag as it was being used to enable or disable this feature. Closes: https://bugs.gentoo.org/904278 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30584 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Fix cmake unused variable warningbrahmajit das2023-04-132-4/+0
| | | | | | | | | MIN_LOG_LEVEL and FEAT_TUI have been removed from v0.9.0, hence the warning. Closes: https://bugs.gentoo.org/904095 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30535 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Dropping cmake-release-type patch from live ebuidbrahmajit das2023-04-121-1/+0
| | | | | | | | | With upstream commit f4136c9d42f79c0f2fe3ce6fdc22b1544593692a, there is no need to apply this patch. Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30566 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: forward ~ppc64Sam James2023-04-102-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: stabilize 0.8.3 for arm64Sam James2023-04-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Dropping 0.8.2brahmajit das2023-04-102-131/+0
| | | | | | Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30514 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Using 0.9.0 patches for live ebuildbrahmajit das2023-04-103-32/+3
| | | | | | | 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>