summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/neovim: explicitly mark Gentoo build type as OKSam James2021-01-191-2/+3
| | | | | | | | | | | | | No revbump because it's a minor change. Please re-install to pick it up if you're interested. This is completely cosmetic - the Gentoo build is already optimised and NOT debug, but this fixes the warning in :checkhealth. Closes: https://bugs.gentoo.org/757744 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: dev-lua/luv is now single-implMarek Szuba2020-12-221-2/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/neovim: migrate to lua-single.eclassMarek Szuba2020-12-101-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Both the latest release and the live ebuild. Set LUA_COMPAT to 'lua5-{1,2} luajit' as per the upstream build scripts; builds fine against lua5.3 but I haven't reviewed the included Lua scripts for compatibility with that version and there is no test phase yet. Migration-wise, one thing worth pointing out is that upstream build scripts attempt to locate some of the Lua modules by locating a Lua interpreter on the *build* system and telling to load those modules. For now all that has been changed is that we force the use the interpreter to match the value of LUA_SINGLE_TARGET (nb. the messages like "[lua5.2] file not found" can be ignored - there is one check which expects an absolute path and by setting LUA_PRG to $ELUA instead of $LUA we can re-use this variable for dev-lua/luv detection, this is just a status message though), then again it might require further revision. Will leave this to the actual maintainers. Beyond the above, it was just having to force CMake to look for a specific Lua version (usual) as well as a tweak to dev-lua/luv detection so that it works with multi-impl installations of that package (expected). Closes: https://bugs.gentoo.org/752912 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/neovim: add dev-libs/treesitter as dep.Ali Abdel-Qader2020-12-061-0/+1
| | | | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ali Abdel-Qader <abdelqaderali@protonmail.com> Closes: https://bugs.gentoo.org/753272 Closes: https://github.com/gentoo/gentoo/pull/18354 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-editors/neovim: bump to 0.4.4Sam James2020-09-301-7/+15
| | | | | | | | | | | | * Bump to 0.4.4 * Pave the way for tests, but we can't yet because dev-lua/busted lacks luajit support (needed for tests). * Make LTO optional. Bug: https://bugs.gentoo.org/584694 Closes: https://bugs.gentoo.org/744184 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Inherit optfeature.eclassDavid Seifert2020-09-071-1/+1
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/neovim: re-add ~arm keyword that was droppedTim Harder2020-02-051-2/+2
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* dev-python/pynvim: Rename from dev-python/neovim-python-clientMatt Turner2020-02-041-1/+1
| | | | | Closes: https://bugs.gentoo.org/684310 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-311-4/+4
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/neovim: fix live depsBernardo Meurer2019-10-241-0/+1
| | | | | | | | The dependency on dev-libs/libutf8proc was accidentally removed in a68e2628f13 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Closes: https://github.com/gentoo/gentoo/pull/13406 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: replace wrong USE flags with elog noticesBernardo Meurer2019-10-231-12/+7
| | | | | | | | Closes: https://bugs.gentoo.org/697622 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Closes: https://github.com/gentoo/gentoo/pull/13289 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: add libutf8proc to -9999 depsBernardo Meurer2019-09-291-0/+1
| | | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Closes: https://github.com/gentoo/gentoo/pull/13086 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: bump 0.4.2Bernardo Meurer2019-09-261-20/+22
| | | | | | | | Closes: https://bugs.gentoo.org/694574 Closes: https://bugs.gentoo.org/691864 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: add eselect-vi to DEPEND.Patrice Clement2019-03-291-1/+2
| | | | | | Closes: https://bugs.gentoo.org/655536 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-editors/neovim: Update live ebuildOle Reifschneider2019-03-161-5/+3
| | | | | Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Ole Reifschneider <tranquility@gentoo.org>
* app-editors/neovim: re-add dep versions along with slot opsTim Harder2018-12-281-6/+17
| | | | | | Closes: https://bugs.gentoo.org/669710 Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/neovim: Update unibilium dependencyOle Reifschneider2018-12-121-2/+2
| | | | | | | This fixes a segfault with some $TERM values. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ole Reifschneider <tranquility@gentoo.org>
* app-editors/neovim: add PREFER_LUA CMake option.Patrice Clement2018-01-071-0/+1
| | | | | | | | | | This option allows neovim to build even when the luajit USE flag is disabled. Courtesy of Kumba <gentoo-bugs-72052@khumba.net>. Closes: https://bugs.gentoo.org/643752 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-editors/neovim: switch CMAKE_BUILD_TYPE to Release.Patrice Clement2018-01-071-2/+2
| | | | | Closes: https://bugs.gentoo.org/643712 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-editors/neovim: add remote USE flag.Aric Belsito2018-01-051-2/+3
|
* app-editors/neovim: add missing dev-util/gperf dependency.Patrice Clement2018-01-051-5/+9
| | | | | Closes: https://bugs.gentoo.org/628258 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-editors/neovim: [QA] Use relative symlink target(s)Michał Górny2017-08-231-1/+1
|
* app-editors/neovim: use HTTPS for GitHubDavid Hicks2017-07-301-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-editors/neovim: Update libtermkey dependency requirementOle Reifschneider2017-02-121-2/+2
| | | | Package-Manager: portage-2.3.3
* app-editors/neovim: Readjust dependenciesAric Belsito2016-08-271-17/+18
| | | | | | | | | | | | | | | luajit is no longer a hard dependency, so we can depend on either dev-lang/luajit, or dev-lang/lua the perl support was erroneous, given that there is no perl client yet. the tui is now optional, so other ui's can be used instead. Add a clipboard use flag so neovim can copy to the clipboard. Update to EAPI=6. Signed-off-by: Ole Reifschneider <tranquility@gentoo.org>
* app-editors/neovim: Bump to 0.1.5Ole Reifschneider2016-08-221-2/+4
| | | | Package-Manager: portage-2.3.0
* app-editors/neovim: Add live ebuildOle Reifschneider2016-06-131-0/+75
Package-Manager: portage-2.3.0_rc1