summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/neovim: sync liveStefan Strogin2024-08-041-3/+3
| | | | Signed-off-by: Stefan Strogin <steils@gentoo.org>
* app-editors/neovim: fix dependenciesStefan Strogin2024-08-041-1/+2
| | | | Signed-off-by: Stefan Strogin <steils@gentoo.org>
* app-editors/neovim: add 0.10.1Stefan Strogin2024-08-042-0/+130
| | | | Signed-off-by: Stefan Strogin <steils@gentoo.org>
* app-editors/vscodium: fix dead link in pkg_postinstall()Florian Dubourg2024-08-022-2/+2
| | | | | | | Bug: https://bugs.gentoo.org/936201 Signed-off-by: Florian Dubourg <florian@dubourg.cz> Closes: https://github.com/gentoo/gentoo/pull/37586 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/featherpad: Stabilize 1.5.1 amd64, #937104Sam James2024-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/featherpad: Stabilize 1.5.1 arm64, #937104Sam James2024-08-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vscode: add 1.92.0Arthur Zamarin2024-08-012-0/+134
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/pluma-plugins: Stabilize 1.28.0 x86, #936986Jakov Smolić2024-08-011-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/pluma-plugins: Stabilize 1.28.0 amd64, #936986Jakov Smolić2024-08-011-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/hyx: Keyword 2024.02.29 ppc64, #936912Jakov Smolić2024-07-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/hyx: Keyword 2024.02.29 ppc, #936912Jakov Smolić2024-07-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/neovim: depend on and symlink required treesitter parsersViolet Purcell2024-07-272-0/+144
| | | | | | | | | | | | | | | | In 0.10.0, neovim made a small subset of tree-sitter parsers (bash, c, lua, python, query, vim, vimdoc) required and load automatically upon opening their respective filetypes. However, this change was missed and was not properly reflected in the 0.10.0 bump, leading to errors upon opening any file of those filetypes (includig running :help). Those parsers have now been added to tree, so this commit adds the correct dependencies and symlinks the parsers to their correct locations in /usr/share/nvim/runtime/parser. Closes: https://bugs.gentoo.org/933833 Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/37178 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/emacs: Stabilize 29.4 amd64, #936600Sam James2024-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/emacs: Stabilize 29.4 x86, #936600Sam James2024-07-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/emacs: Stabilize 29.4 arm64, #936600Arthur Zamarin2024-07-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/kakoune: don't call c++ directlyChristopher Bayliss2024-07-241-0/+1
| | | | | | | Closes: https://bugs.gentoo.org/936540 Signed-off-by: Christopher Bayliss <cjbdev@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/37695 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/kakoune: update HOMEPAGEChristopher Bayliss2024-07-231-1/+1
| | | | | | Signed-off-by: Christopher Bayliss <cjbdev@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/37325 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/kakoune: add 2024.05.18Christopher Bayliss2024-07-232-0/+41
| | | | | Signed-off-by: Christopher Bayliss <cjbdev@icloud.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: handle QA_FLAGS_IGNORED on 24.07Joonas Niilola2024-07-231-5/+4
| | | | | | - since the installation dir has changed. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: drop 23.10-r3Joonas Niilola2024-07-232-474/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: Install grammars into libdirJonas Frei2024-07-233-19/+24
| | | | | | | Signed-off-by: Jonas Frei <freijon@pm.me> Signed-off-by: Steffen Winter <steffen.winter@proton.me> Closes: https://github.com/gentoo/gentoo/pull/37569 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: add 24.07Steffen Winter2024-07-231-0/+360
| | | | | Signed-off-by: Steffen Winter <steffen.winter@proton.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: re-add grammar USE flagSteffen Winter2024-07-235-18/+142
| | | | | | | | | | | | | | This also patches two tree-sitter parsers which wouldn't built with the newer stricter compilers regarding C11. Closes: https://bugs.gentoo.org/901107 Closes: https://bugs.gentoo.org/912050 Closes: https://bugs.gentoo.org/918941 Closes: https://bugs.gentoo.org/933727 Closes: https://bugs.gentoo.org/934041 Signed-off-by: Steffen Winter <steffen.winter@proton.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: drop 23.05Steffen Winter2024-07-232-417/+71
| | | | | Signed-off-by: Steffen Winter <steffen.winter@proton.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/helix: Stabilize 24.03 amd64, #936221Joonas Niilola2024-07-231-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/kile: Keyword 2.9.94 x86, #934361Arthur Zamarin2024-07-211-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscodium: add 1.91.1.24193Arthur Zamarin2024-07-202-0/+131
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscodium: drop 1.90.1.24165-r1, 1.90.2.24171Arthur Zamarin2024-07-203-262/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscode: stabilize 1.91.1 for amd64Arthur Zamarin2024-07-201-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscode: drop 1.90.1-r1, 1.90.2Arthur Zamarin2024-07-203-268/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/xmlcopyeditor: drop 1.3.1.0Pacho Ramos2024-07-181-48/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/wxhexeditor: drop 0.24-r2Pacho Ramos2024-07-181-47/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/bluefish: Stabilize 2.2.15 x86, #936239Sam James2024-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/bluefish: Stabilize 2.2.15 amd64, #936239Sam James2024-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/ghex: update HOMEPAGEPacho Ramos2024-07-162-2/+2
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/ghex: Sync 9999 with the latest ebuildPacho Ramos2024-07-161-3/+3
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/ghex: update ManifestPacho Ramos2024-07-161-0/+1
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/ghex: Bump to 46.0Guillermo Joandet2024-07-161-0/+66
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34233 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/gnome-text-editor: Bump to 46.3Guillermo Joandet2024-07-162-0/+58
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34755 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-editors/xemacs: drop revdep of freewnnEli Schwartz2024-07-155-23/+10
| | | | | | | | freewnn is being last rited. No revbump as the USE flag is negative by default, and the removal is equivalent to disabling the flag. Bug: https://bugs.gentoo.org/936129 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-editors/nano: add 8.1Sam James2024-07-152-0/+106
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/vscode: add 1.91.1Arthur Zamarin2024-07-122-0/+134
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/neovim: 9999 needs dev-libs/libutf8proc to buildBrahmajit Das2024-07-111-0/+1
| | | | | | | | | | | | With upstream commit 32e16cb0b6[0],neovim now needs utfproc to build [0]: https://github.com/neovim/neovim/commit/32e16cb0b6b046ba45d3e14c0fdb0383ad8bee1e Closes: https://bugs.gentoo.org/935152 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37363 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
* app-editors/vscodium: add 1.91.0.24190Arthur Zamarin2024-07-082-0/+131
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/kile: Keyword 2.9.94 riscv, #934361Jakov Smolić2024-07-061-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* app-editors/ghostwriter: drop 24.05.1Andreas Sturmlechner2024-07-042-41/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/ghostwriter: 24.05.2 version bumpAndreas Sturmlechner2024-07-042-0/+41
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/vscode: add 1.91.0Arthur Zamarin2024-07-032-0/+134
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/nano: Stabilize 8.0 hppa, #933698Matoro Mahri2024-07-031-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-editors/kile: Keyword 2.9.94 arm64, #934361Sam James2024-07-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>