summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* app-editors/neovim: Version bump to 0.9.0brahmajit das2023-04-105-0/+166
| | | | | Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: keyword 0.8.3 for ~ppc64Luca Barbato2023-04-081-1/+1
| | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* app-editors/neovim: Fix dependency on tree-sitter 0.20.8brahmajit das2023-04-051-1/+1
| | | | | | | | | | With upstream commit 090ade4af6344a7bc4ee56a8052c0739c0428c04, function ts_tree_included_ranges is being used, which is only available from tree-sitter v0.20.8. Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30487 Signed-off-by: Matthew Smith <matthew@gentoo.org>
* app-editors/neovim: Fix build failure with msgpack-6.0.0brahmajit das2023-03-313-0/+28
| | | | | | | Closes: https://bugs.gentoo.org/903629 Signed-off-by: brahmajit das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/30422 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 BDEPENDJoonas Niilola2023-03-042-3/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Stabilize 0.8.3 x86, #899544Joonas Niilola2023-03-041-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Stabilize 0.8.3 amd64, #899544Joonas Niilola2023-03-041-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@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-106-67/+91
| | | | | | | | | | | | 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-083-14/+69
| | | | | | | | 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-083-69/+14
| | | | | | | | 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: Dropping version 0.8.0 and 0.8.1brahmajit das2023-02-053-268/+0
| | | | | | Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/29395 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Version bump 0.8.3brahmajit das2023-02-052-0/+130
| | | | | Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.2 arm64, #892049Arthur Zamarin2023-01-281-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.2 x86, #892049Arthur Zamarin2023-01-261-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.2 amd64, #892049Sam James2023-01-261-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Syncing live ebuild to 0.8.2 ebuildlistout2023-01-051-9/+6
| | | | | | | | | | 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@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28957 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Dropping 0.7.2brahmajit das2023-01-042-121/+0
| | | | | | Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28893 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Dropping old patchesbrahmajit das2023-01-043-79/+0
| | | | | Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Version bump to 0.8.2brahmajit das2023-01-042-0/+130
| | | | | Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.1 x86, #886450Arthur Zamarin2022-12-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.1 amd64, #886450Arthur Zamarin2022-12-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.0-r1 x86, #879961Arthur Zamarin2022-12-021-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: remove unused patchMichael Mair-Keimberger2022-11-241-61/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28415 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-editors/neovim: move vim@ lower in maint listSam James2022-11-231-4/+4
| | | | | | It's not a very active project so having it as first maintainer isn't useful. Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop version 0.7.0brahmajit das2022-11-232-121/+0
| | | | | | Signed-off-by: brahmajit das <listout@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28262 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Version bump to 0.8.1brahmajit das2022-11-233-0/+142
| | | | | | | I'm adding myself as a proxy maintainer as well in this commit. Signed-off-by: brahmajit das <listout@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.8.0-r1 amd64, #879961Jakov Smolić2022-11-081-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: Stabilize 0.8.0-r1 arm64, #879961Arthur Zamarin2022-11-071-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: fix CMake patch for 0.8.0-r1Sam James2022-11-032-13/+12
| | | | | | | Fixes: bb9639a94ba59a7b247838d36f6af9a37af61f2d Fixes: 317d433897aa1ecb0138d97df6d9374ace4005b4 Closes: https://bugs.gentoo.org/879305 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop obsolete neovim-9999-cmake-release-type.patchSam James2022-11-021-2/+0
| | | | | | | We use RelWithDebInfo in cmake.eclass (and actually seem to set Release in the ebuilds right now) not "Gentoo" as the build type now. Signed-off-by: Sam James <sam@gentoo.org>