summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/neovim: keyword x64-macos and fix depAaron Bauman2021-03-141-2/+4
| | | | | | | * net-libs/libnsl is not required and does not build due to dep on libtirpc Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-editors/neovim: fix build on DarwinAaron Bauman2021-03-132-0/+62
| | | | | | | * We don't need no damned automagic here Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* app-editors/neovim: remove unused patchMichael Mair-Keimberger2021-02-111-225/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19408 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-editors/neovim: remove ebuilds not using Lua eclassesMarek Szuba2021-01-253-195/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/neovim: Stabilize 0.4.4-r100 x86, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Stabilize 0.4.4-r100 amd64, #766528Sam James2021-01-231-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: explicitly mark Gentoo build type as OKSam James2021-01-194-5/+24
| | | | | | | | | | | | | 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-223-15/+2
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/neovim: Stabilize 0.4.4 amd64, #758179Sam James2020-12-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: migrate to lua-single.eclassMarek Szuba2020-12-104-15/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-102-2/+2
| | | | 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: x86 stable (bug #758179)Thomas Deutschmann2020-12-031-1/+1
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-editors/neovim: restore gcc 10 patch in 0.4.3Sam James2020-09-301-0/+2
| | | | | | | | | Accidentally removed earlier as began editing other ebuild. This version was immediately shadowed by 0.4.4 however. Fixes: f60946ba6398fac3388cb690d6c687b03d7d8d4d Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: bump to 0.4.4Sam James2020-09-305-11/+116
| | | | | | | | | | | | * 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: gcc-10 fix for 0.4.3Joonas Niilola2020-09-292-0/+227
| | | | | | | - non-maintainer commit, but thoroughly tested. Closes: https://bugs.gentoo.org/714130 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: Inherit optfeature.eclassDavid Seifert2020-09-072-2/+2
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/neovim: keyword ~arm64 with dependencies.Benda Xu2020-08-081-1/+1
| | | | | | | | | | | dev-libs/msgpack: keyword ~arm64 to 3.2.1. dev-lua/mpack: keyword ~arm64 to 1.0.4. profiles: mask dev-lua/mpack[test] on arm64. dev-libs/unibilium: keyword ~arm64 to 2.0.0. dev-libs/libtermkey: keyword ~arm64 to 0.22. Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* app-editors/neovim: remove inactive maintainerJoonas Niilola2020-04-141-8/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/neovim: re-add ~arm keyword that was droppedTim Harder2020-02-052-4/+4
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/neovim: remove oldTim Harder2020-02-054-191/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* dev-python/pynvim: Rename from dev-python/neovim-python-clientMatt Turner2020-02-044-4/+4
| | | | | Closes: https://bugs.gentoo.org/684310 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Switch proxy-maint to cmake.eclassAndreas Sturmlechner2019-12-314-16/+16
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/neovim: mark stableMikle Kolyada2019-12-291-1/+1
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/neovim-0.4.3: Version bumpPatrick McLean2019-11-282-0/+92
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean <chutzpah@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-232-23/+14
| | | | | | | | 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: add proxy-maint as maintainerBernardo Meurer2019-09-261-0/+4
| | | | | | | 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/12981 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: add myself as maitainerBernardo Meurer2019-09-261-13/+17
| | | | | | 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: bump 0.4.2Bernardo Meurer2019-09-263-20/+118
| | | | | | | | 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: yank 0.3.4-r1Bernardo Meurer2019-09-202-97/+0
| | | | | | | 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/12626 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: yank neovim-0.3.7Bernardo Meurer2019-09-202-97/+0
| | | | | | Package-Manager: Portage-2.3.71, 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 neovim-0.3.8Bernardo Meurer2019-09-202-0/+97
| | | | | | | Closes: https://bugs.gentoo.org/691624 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Bernardo Meurer <bernardo@standard.ai> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: remove oldTim Harder2019-06-155-380/+0
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/neovim: version bump to 0.3.7Tim Harder2019-06-122-0/+97
| | | | | | | Closes: https://bugs.gentoo.org/686400 Closes: https://bugs.gentoo.org/685162 Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/neovim: Add ~arm keyword wrt bug #676688Mikle Kolyada2019-04-201-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="~arm"
* app-editors/neovim: add eselect-vi to DEPEND.Patrice Clement2019-03-292-1/+98
| | | | | | 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: clean up old.Patrice Clement2019-03-295-356/+0
| | | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* app-editors/neovim: version bump.Patrice Clement2019-03-282-0/+96
| | | | | | Closes: https://bugs.gentoo.org/678798 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: Bump version to 0.3.3Ole Reifschneider2019-01-132-0/+95
| | | | | Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Ole Reifschneider <tranquility@gentoo.org>
* app-editors/neovim: Bump version to 0.3.2Ole Reifschneider2019-01-092-0/+95
| | | | | Package-Manager: Portage-2.3.52, 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-282-6/+111
| | | | | | 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>
* */*: remove redundant local descriptions of 'jemalloc' flagMichał Górny2018-10-201-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/neovim: add missing dependency on libnsl.Roman Yurchak2018-09-102-2/+4
| | | | | Closes: https://bugs.gentoo.org/658200 Closes: https://github.com/gentoo/gentoo/pull/9791
* app-editors/neovim: version bump.Patrice Clement2018-08-272-0/+95
| | | | | Closes: https://bugs.gentoo.org/664544 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-editors/neovim: Bump version to 0.3.0Ole Reifschneider2018-06-112-0/+92
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* */*: Remove redundant local descriptions for USE=luajitMichał Górny2018-03-261-2/+0
|