summaryrefslogtreecommitdiff
path: root/app-editors/vim-core
AgeCommit message (Collapse)Author
2022-10-04app-editors/vim-core: fix IndirectInherits, sync liveSam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-10-04app-editors/vim-core: drop 8.2.4586-r1, 8.2.5066-r3Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-08-23app-editor/vim-core: provide configure defaults when cross compilingAlfred Persson Forsberg
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org> Signed-off-by: Sam James <sam@gentoo.org>
2022-08-17app-editors/vim-core: fix cross-compilation (configure check for timer_create)Varsha Teratipally
Problem: Configure check for timer_create may give wrong error. Solution: Give a warning instead of an error. Closes: https://github.com/gentoo/gentoo/pull/26713 Signed-off-by: Varsha Teratipally <teratipally@google.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-08-17app-editors/vim-core: x86 stable wrt bug #865123Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-08-16app-editors/vim-core: Stabilize 9.0.0099 ppc, #865123Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-16app-editors/vim-core: Stabilize 9.0.0099 ppc64, #865123Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-16app-editors/vim-core: Stabilize 9.0.0099 arm, #865123Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-16app-editors/vim-core: Stabilize 9.0.0099 arm64, #865123Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-16app-editors/vim-core: Stabilize 9.0.0099 sparc, #865123Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-16app-editors/vim-core: Stabilize 9.0.0099 hppa, #865123Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-08-15app-editors/vim-core: amd64 stable wrt bug #865123Agostino Sarubbo
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-07-29app-editors/vim-core: add 9.0.0099Thomas Bracht Laumann Jespersen
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2022-07-29app-editors/vim-core: Don't try to assign to g:skip_defaults_vim for minimal ↵Kerin Millar
builds A recent adjustment to some of the vim-core ebuilds accidentally removed a sed command that removes the following line from /etc/vim/vimrc, provided that the "minimal" USE flag was in effect. let g:skip_defaults_vim = 1 The reason for doing so is that this assignment raises an error in the case of a minimal build. Rather than re-instate the missing sed commands, let's update the vimrc template so as to employ a feature guard, relying on the fact that minimal builds lack the +eval feature. Fixes: 5e9a3926fd3e0e573f529fd6aefebba53e082f4a Signed-off-by: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
2022-07-27app-editors/vim-core: fix incorrect conditional use of extglobSam James
bash-5.2 is stricter with this and upstream say this was never supposed to work (and indeed may have done odd things at runtime anyway). We're going to have to avoid any conditional use of extglob like this as the parser has no idea if we've enabled extglob or not at the point it runs. Fixes a sourcing error: ``` vim-core-9999.ebuild: line 195: syntax error near unexpected token `(' vim-core-9999.ebuild: line 195: ` ignore=$(rm -fr "${ED}${vimfiles}"/colors/!(${keep_colors}).vim )' ``` Thanks-to: tirnanog (mangled his suggestion in this commit) Thanks-to: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
2022-07-21app-editors/vim-core: Drop outdated blockersMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-07-21app-editors/vim-core: Add ncurses to DEPENDMatt Turner
The configure script checks for ncurses, specifically libtinfo: checking for tgetent in -ltinfo... yes Depending on ncurses helps when cross-compiling vim-core, as ncurses may not be built for the host yet. Bug: https://bugs.gentoo.org/854909 Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-07-19app-editors/vim-core: update live ebuildThomas Bracht Laumann Jespersen
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2022-07-19app-editors/vim-core: add 9.0.0049Thomas Bracht Laumann Jespersen
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2022-07-07app-editors/vim-core: Sync live ebuildMatt Turner
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-07-07app-editors/vim-core: Rebase and apply cross-compiling patchMatt Turner
Thanks-to: aaltinay101@gmail.com, enlightened@chromium.org Closes: https://bugs.gentoo.org/854909 Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-06-26app-editors/vim-core: Drop old versionsMatt Turner
Bug: https://bugs.gentoo.org/833572 Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-06-26app-editors/vim-core: Stabilize 8.2.4586 hppa, #849338Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-06-09app-editors/vim-core: drop versionsMike Gilbert
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2022-06-08app-editors/vim-core: drop back to ~archSam James
Bug: https://bugs.gentoo.org/822855 Bug: https://bugs.gentoo.org/796137 Signed-off-by: Sam James <sam@gentoo.org>
2022-06-08app-editors/vim-core: add 8.2.5066Sam James
Bug: https://bugs.gentoo.org/850550 Bug: https://bugs.gentoo.org/836432 Signed-off-by: Sam James <sam@gentoo.org>
2022-06-03app-editors/vim-core: x86 stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-03app-editors/vim-core: sparc stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-03app-editors/vim-core: ppc64 stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-03app-editors/vim-core: ppc stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-03app-editors/vim-core: arm64 stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-03app-editors/vim-core: arm stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-06-03app-editors/vim-core: amd64 stable wrt bug #849338Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-05-19app-editors/vim-core: arm stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-05-19app-editors/vim-core: arm64 stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-05-05app-editors/vim-core: forward ~loongWANG Xuerui
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-05-05app-editors/vim-core: keyword 8.2.4586 for ~loongWANG Xuerui
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
2022-03-21app-editors/vim-core: version bump to v8.2.4586.Meena Shanmugam
This is needed to resolve CVE-2022-0714, CVE-2022-0696, CVE-2022-0685, CVE-2022-0729, CVE-2022-0572 and CVE-2022-0629. Bug: https://bugs.gentoo.org/833572 Signed-off-by: Meena Shanmugam <meenashanmugam@google.com> Signed-off-by: Sam James <sam@gentoo.org>
2022-03-20app-editors/vim-core: Stabilize 8.2.4328-r1 hppa, #834460Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-03-06app-editors/vim-core: x86 stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-03app-editors/vim-core: amd64 stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-03app-editors/vim-core: sparc stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-03app-editors/vim-core: ppc64 stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-03app-editors/vim-core: ppc stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-02app-editors/vim-core: always install defaults.vim.Mike Gilbert
Bug: https://bugs.gentoo.org/834498 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24390 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2022-03-02app-editors/vim-core: destabilize 8.2.4328John Helmert III
Bug: https://bugs.gentoo.org/834498 Signed-off-by: John Helmert III <ajak@gentoo.org>
2022-03-02app-editors/vim-core: ppc64 stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-02app-editors/vim-core: x86 stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-02app-editors/vim-core: sparc stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2022-03-02app-editors/vim-core: ppc stable wrt bug #834460Agostino Sarubbo
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>