summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/{vim-core,vim,gvim}: disable CP932 for musl buildsFabian Groffen2024-01-191-0/+5
| | | | | Closes: https://bugs.gentoo.org/908961 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* Move {sys-devel → dev-build}/autoconfMichał Górny2024-01-151-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/gvim: drop dead prefix targetsSam James2023-05-291-7/+0
| | | | | | The removal was already done, so this is just cleanup afterwards. Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-editors/gvim: remove some useless sedOskari Pirhonen2023-04-041-11/+0
| | | | | | | | | | | - The libc.h mentioned in bug #43885 has moved to 9libs/libc.h so it's no longer relevant. And the sed was broken due to whitespace changes anyway. - Finding the path to xsubpp is handled through autoconf and substituted into src/auto/config.mk which is read by src/Makefile. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/gvim: configure implicit function declarationsOskari Pirhonen2023-03-041-0/+8
| | | | | | | | | Ignore implicit function declarations for platform-specific functions, `acl()` is for Solaris and `statacl()` is for AIX. Closes: https://bugs.gentoo.org/898450 Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: remove manual patch applicationOskari Pirhonen2023-02-181-6/+8
| | | | | Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: update homepageOskari Pirhonen2023-02-131-1/+1
| | | | | Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/gvim: add 9.0.1000Sam James2022-12-051-2/+4
| | | | | Bug: https://bugs.gentoo.org/883681 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: sync liveSam James2022-10-041-2/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: fix Lua 5.1 deprecated API implicit. func. declsSam James2022-10-041-0/+4
| | | | | Closes: https://bugs.gentoo.org/874690 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: fix IndirectInherits, sync liveSam James2022-10-041-1/+9
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: update LUA_COMPAT and USE_RUBYThomas Bracht Laumann Jespersen2022-07-291-2/+2
| | | | | | | | | | | | | | Lua 5.4 should be supported since v8.2.1212 (over 2 years ago), so extend LUA_COMPAT to include Lua versions 5.3 and 5.4. Ruby versions up to and including 3.1 should also be supported since v8.2.3922, so extend USE_RUBY to include Ruby 3.0 and 3.1. See: https://github.com/vim/vim/commit/5551b131daef3a621a28dcbbe118920f5b9fabe6 See: https://github.com/vim/vim/commit/8bb3fe4d4dcd27c02e903f6772fdc8fe2e9eba70 Thanks-to: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/gvim: drop gtk2, nextaw, athena GUIsThomas Bracht Laumann Jespersen2022-07-261-35/+8
| | | | | | | | | | | | | | | | | | | The Athena GUI was reported as not working in version 8.2.4514 Support for Athena GUI was removed in 9.0.0057. Drop the neXt use flag as well and the gtk2 flag as gtk+2 is EOL. Also drop the gtk use flag, and make the gtk GUI the default while still supporting aqua and motif. This only drops them from the live ebuild. See: https://github.com/vim/vim/issues/9894#issuecomment-1060673495 See: https://github.com/vim/vim/commit/0b40d086b337f14fdd0dbc035988ffb0aec8ce5f Bug: https://bugs.gentoo.org/858830 Bug: https://bugs.gentoo.org/831250 Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/26512 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: update live ebuildThomas Bracht Laumann Jespersen2022-07-191-28/+22
| | | | | | Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Closes: https://github.com/gentoo/gentoo/pull/26385 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/gvim: replace einfo with ebegin in eselect_vi_updateMike Gilbert2022-06-081-1/+1
| | | | | Closes: https://bugs.gentoo.org/841455 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/gvim: drop back to ~archSam James2022-06-081-1/+1
| | | | | | Bug: https://bugs.gentoo.org/822855 Bug: https://bugs.gentoo.org/796137 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: add 8.2.5066Sam James2022-06-081-5/+7
| | | | | | Bug: https://bugs.gentoo.org/850550 Bug: https://bugs.gentoo.org/836432 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: add 8.2.3567Sam James2021-10-291-7/+10
| | | | | | | Bug: https://bugs.gentoo.org/820692 Bug: https://bugs.gentoo.org/819528 Bug: https://bugs.gentoo.org/818562 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: fix automagic libsodium dependencySam James2021-10-091-2/+4
| | | | | Bug: https://bugs.gentoo.org/816966 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/gvim: bump to python 3.9, 3.10Zamarin Arthur2021-05-241-1/+1
| | | | | | | merged and testing running - works Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/gvim: drop x86-macosFabian Groffen2021-01-061-2/+2
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* app-editors/gvim: migrate to lua-single.eclassMarek Szuba2020-12-211-7/+18
| | | | | | | Same as with app-editors/vim. Closes: https://bugs.gentoo.org/752528 Signed-off-by: Marek Szuba <marecki@gentoo.org>
* app-editors/gvim: Version bump (v8.2.0508)Mikle Kolyada2020-04-041-1/+1
| | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-editors/gvim: drop mistakenly committed dynamic python loadingTim Harder2020-02-061-1/+1
| | | | | | | Dynamic linking is forced against the python libs via a patch in the gentoo patch tarball. Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/gvim: version bump to 8.2.0210Tim Harder2020-02-041-3/+3
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/gvim: version bump to 8.2.0114Tim Harder2020-01-121-17/+15
| | | | | | | Update to EAPI 7, sync live ebuild, drop py2 support, add py38 support, and add ruby27 support. Signed-off-by: Tim Harder <radhermit@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-editors/gvim: version bump to 8.1.1846Tim Harder2019-08-141-1/+3
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/gvim: drop luajit/lua REQUIRED_USETim Harder2019-04-211-2/+0
| | | | | | | | | As the global USE flag description states, the luajit USE flag is ineffective with USE=-lua so don't enforce it through REQUIRED_USE. Also drop required and forcibly-enabled multibyte config option. Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/gvim: version bump to 8.1.1155Tim Harder2019-04-121-24/+21
| | | | | | | | | | | Drop gnome USE flag, disable support, and rename gtk USE flags, now gtk enables gtk3 support while gtk2 enables the older gtk2-based UI. Closes: https://bugs.gentoo.org/647602 Restrict tests until various failures are skipped and/or resolved. Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/gvim: apply #669306 fix to gvim ebuilds.Patrice Clement2019-03-251-1/+3
| | | | | | Bug: https://bugs.gentoo.org/669306 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* app-editors/gvim: version bump to 8.1.0648Tim Harder2018-12-281-9/+7
| | | | Signed-off-by: Tim Harder <radhermit@gentoo.org>
* app-editors/gvim: version bump to 8.1.0412Tim Harder2018-09-201-1/+1
|
* app-editors/gvim: Remove support for non-existent depsMichał Górny2018-08-261-1/+1
|
* app-editors/gvim: version bump to 8.1.0034Tim Harder2018-06-051-1/+0
|
* app-editors/gvim: version bump to 8.0.1699Tim Harder2018-04-121-5/+7
| | | | Move to using ruby-single eclass for ruby deps.
* app-editors/gvim: version bump to 8.0.1645Tim Harder2018-03-251-1/+1
|
* app-editors/gvim: do away with symlinks and just call eselect vi update.Patrice Clement2017-10-261-35/+8
| | | | | | | This commit also update the 9999 ebuild. Bug: https://bugs.gentoo.org/635482 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-editors/gvim: update 9999 ebuild.Patrice Clement2017-10-251-42/+52
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* app-editors/gvim: version bump to 8.0.1188Tim Harder2017-10-131-1/+1
|
* app-editors/gvim: update HOMEPAGETim Harder2017-08-311-1/+1
|
* app-editors/gvim: version bump to 8.0.0938Tim Harder2017-08-141-4/+4
|
* app-editors/gvim: Convert to python-single-r1, #615832Michał Górny2017-05-271-25/+6
|
* app-editors/gvim: add py36 supportTim Harder2017-03-011-1/+1
|
* 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/gvim: version bump to 8.0.0386Tim Harder2017-02-271-2/+2
|