summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* app-editors/neovim: fix cmake-release-type.patchBharath Saiguhan2022-11-021-11/+11
| | | | | | | | | | | | Upstream converted the (old) runtime/autoload/health/nvim.vim file into the (new) runtime/lua/nvim/health.lua file. This causes patching to fail during building, since the old file won't be found. This commit modifies the patch file to work on the new file. Signed-off-by: Bharath Saiguhan <bharathsaiguhan@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/28048 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: fix respecting CFLAGS; try avoid sandbox violationSam James2022-10-013-2/+23
| | | | | | | | | | | | | | - RelWithDebInfo sets -Og -g after our flags. (Made a local hook for now to try catch these in future, along with -ffast-math, although that wasn't being set here.) - Use xdg_environment_reset to try avoid sandbox issues (see https://forums.gentoo.org/viewtopic-p-8750050.html). Also sent a patch to gentoo-dev ML for adding XDG_STATE_HOME to the unset/reset list for the eclass. Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.8.0Sam James2022-10-013-7/+140
| | | | Signed-off-by: Sam James <sam@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-134-6/+29
| | | | | | 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: x86 stable wrt bug #857978Agostino Sarubbo2022-07-161-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/neovim: amd64 stable wrt bug #857978Agostino Sarubbo2022-07-161-1/+1
| | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/neovim: Stabilize 0.7.2 arm64, #857978Sam James2022-07-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: backport Darwin patch to 0.7.2Sam James2022-07-053-1/+57
| | | | | Closes: https://github.com/gentoo/gentoo/pull/25889 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: rebase Darwin patchSam James2022-07-052-3/+64
| | | | | Closes: https://github.com/gentoo/gentoo/pull/25889 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.7.2Nikita Romanyuk2022-06-282-0/+120
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/26095 Signed-off-by: Nikita Romanyuk <kelvium@yahoo.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/neovim: Drop old versionsMatt Turner2022-06-104-354/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/neovim: Stabilize 0.7.0 amd64, #849344Jakov Smolić2022-06-021-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: Stabilize 0.7.0 x86, #849344Jakov Smolić2022-06-021-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: fix lua patch for neovim gitTianyang Zhou2022-06-012-1/+16
| | | | | | Signed-off-by: Tianyang Zhou <qsdrqs@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25714 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: sync live ebuildSam James2022-04-181-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: change dep bounds for 0.7.0Sam James2022-04-181-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop 0.4.4-r101Matt Jolly2022-04-182-115/+0
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.7.0Matt Jolly2022-04-182-0/+121
| | | | | Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.6.1-r1 x86, #834128Jakov Smolić2022-03-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: Stabilize 0.6.1-r1 amd64, #834128Jakov Smolić2022-03-311-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: update tree-sitter lower bound, other dep boundsSam James2022-02-262-15/+19
| | | | | Closes: https://bugs.gentoo.org/834039 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.6.1Sam James2022-01-022-0/+119
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop trailing full stop from DESCRIPTIONSam James2021-12-262-2/+2
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.5.1 amd64, #829776Sam James2021-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.5.1 x86, #829776Sam James2021-12-221-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop 0.5.0Sam James2021-12-012-114/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: add 0.6.0Sam James2021-12-013-8/+132
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: keyword ~riscvYongxiang Liang2021-10-111-1/+1
| | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* app-editors/neovim: add 0.5.1Sam James2021-09-302-0/+114
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/neovim: add missing subslot dep on libnslSam James2021-08-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: restore dropped keywordsSam James2021-07-052-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: drop USE_BUNDLED for nowSam James2021-07-052-2/+2
| | | | | | Doesn't seem to make any difference. Signed-off-by: Sam James <sam@gentoo.org>