summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/texworks: migrate to lua-single.eclassMarek Szuba2020-12-212-0/+91
| | | | | | | | The usual CMake find_package(Lua) version dance. Lua compatibility as per the bundled FindLua.cmake. Closes: https://bugs.gentoo.org/752534 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/gvim: migrate to lua-single.eclassMarek Szuba2020-12-212-7/+396
| | | | | | | Same as with app-editors/vim. Closes: https://bugs.gentoo.org/752528 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/vim: migrate to lua-single.eclassMarek Szuba2020-12-212-9/+347
| | | | | | | | | Both the latest release we have got in the tree and the live ebuild. Compatibility - same as in unmigrated ebuilds, with the USE=deprecated requirement on PUC Lua I didn't even bother testing newer versions. Closes: https://bugs.gentoo.org/752537 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/nano: drop ~ppc-aixFabian Groffen2020-12-154-4/+4
| | | | | | Bug: https://bugs.gentoo.org/760057 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@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/vis: Version clean, 0.6Haelwenn (lanodan) Monnier2020-12-152-74/+0
| | | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/18571 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/vis: Version bump, 0.7Haelwenn (lanodan) Monnier2020-12-153-1/+78
| | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/nano: stable 5.3-r1 for s390Sam James2020-12-131-1/+1
| | | | | | | | stable wrt bug #758074 Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="s390" Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: Keyword 8.2.0638 s390, #692176Sam James2020-12-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/nano: stable 5.3-r1 for hppa, bug #758074Rolf Eike Beer2020-12-121-1/+1
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/bluefish: bump version to 2.2.12Marco Genasci2020-12-112-0/+104
| | | | | | | | | | | | | - move to EAPI=7 - re-add python3 support - change appdata location to metainfo Closes: https://bugs.gentoo.org/758626 Closes: https://bugs.gentoo.org/733072 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18514 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/gedit: Keyword 3.36.2 alpha, #737476Matt Turner2020-12-101-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@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/scite: migrate to lua-single.eclassJoonas Niilola2020-12-071-0/+119
| | | | | Closes: https://bugs.gentoo.org/752531 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/vim: do not create symlink vimdiff for minimal.Dongsu Park2020-12-065-5/+15
| | | | | | | | | | | | A symlink `vimdiff` should not be created, if the USE flag `minimal` is enabled. Otherwise running `vimdiff` results in failure like that: $ vimdiff aaa bbb This Vim was not compiled with the diff feature. Signed-off-by: Dongsu Park <dongsu@kinvolk.io> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/18496
* 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/nano: stable 5.3-r1 for sparcSergei Trofimovich2020-12-051-1/+1
| | | | | | | | stable wrt bug #758074 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/nano: stable 5.3-r1 for ppc64Sergei Trofimovich2020-12-041-1/+1
| | | | | | | | stable wrt bug #758074 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/nano: stable 5.3-r1 for ppcSergei Trofimovich2020-12-041-1/+1
| | | | | | | | stable wrt bug #758074 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-editors/qhexedit2: python bumpRick Farina2020-12-031-1/+1
| | | | | Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* app-editors/scite: limit unmigrated ebuilds to dev-lang/lua:0Marek Szuba2020-12-033-3/+3
| | | | Signed-off-by: Marek Szuba <marecki@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/vis: only invoke lua-single_pkg_setup for USE=luaMarek Szuba2020-12-032-0/+8
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/vis: add LUA_REQUIRED_USE to migrated ebuildsMarek Szuba2020-12-032-0/+2
| | | | | Bug: https://bugs.gentoo.org/752540 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/vis: eutils.eclass -> optfeature.eclassJoonas Niilola2020-12-032-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/vis: Add lua supportHaelwenn (lanodan) Monnier2020-12-032-7/+14
| | | | | | | | | Mostly based on prior work comitted into ::lua repository Closes: https://bugs.gentoo.org/752540 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/18120 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/nano: Stabilize 5.3-r1 amd64, #758074Sam James2020-12-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/nano: Stabilize 5.3-r1 arm, #758074Sam James2020-12-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/pluma: x86 stable (bug #758101)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/nano: x86 stable (bug #758074)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/shed: added ~arm64Roy Bamford2020-12-021-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/pluma: Stabilize 1.24.1 amd64, #758101Sam James2020-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/nano: Stabilize 5.3-r1 arm64, #758074Sam James2020-12-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/nano: Removed oldLars Wendler2020-12-022-90/+0
| | | | | Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-editors/nano: Bump to version 5.4Lars Wendler2020-12-022-0/+93
| | | | | Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-editors/hexcurse: fix compilation with GCC 10Azamat H. Hackimov2020-11-302-14/+50
| | | | | | | | | | | * Fixed compilation with GCC10 * Update to EAPI 7 Closes: https://github.com/gentoo/gentoo/pull/16129 Closes: https://bugs.gentoo.org/706762 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/mousepad: Bump to 0.5.0Michał Górny2020-11-302-0/+36
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/emacs: Support cross-compiling since Emacs 27David Michael2020-11-283-12/+521
| | | | | | | | Closes: https://bugs.gentoo.org/718760 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> [Revision bump, minor formatting tweaks] Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Fix install failure with USE="-gui aqua".Ulrich Müller2020-11-287-63/+77
| | | | | | Closes: https://bugs.gentoo.org/757303 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/ghex: ppc64 stable wrt bug #756832Agostino Sarubbo2020-11-271-1/+1
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/ghex: ppc stable wrt bug #756832Agostino Sarubbo2020-11-271-2/+2
| | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-editors/emacs: Test for mailutils flag in src_install.Ulrich Müller2020-11-244-16/+12
| | | | | | | Instead of testing for existence of movemail. Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Partially revert "Test for existence of movemail."Ulrich Müller2020-11-243-12/+6
| | | | | | | movemail is being installed unconditionally in slots 23, 24, and 25. This partially reverts commit bb919372bc35394f77f96f7f12b6b41f5e4db2e9. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Test for existence of movemail.Ulrich Müller2020-11-247-14/+28
| | | | | | | Fixes: 69c62ad248ca78ed2bb1833cae1ac20f63e9a0be Closes: https://bugs.gentoo.org/756352 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Install movemail setgid mail.Ulrich Müller2020-11-247-13/+48
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Use eapi8-dosym.eclass for relative symlinks.Ulrich Müller2020-11-241-3/+3
| | | | | Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/mousepad: Bump to 0.4.90Michał Górny2020-11-202-0/+36
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/emacs: Improve the dynamic-loading flag description.Ulrich Müller2020-11-091-2/+2
| | | | | | | | These are called "modules" by upstream. Bug: https://bugs.gentoo.org/753620 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/gnome-latex: remove oldMart Raudsepp2020-11-072-50/+0
| | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org>