summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/emacs: drop 26.3-r16, 27.2-r14, 28.2-r10, 29.3-r1Ulrich Müller2024-06-045-1991/+0
| | | | | Bug: https://bugs.gentoo.org/927820 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Stabilize 29.3-r2 sparc, #930795Arthur Zamarin2024-06-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/emacs: Stabilize 28.2-r12 sparc, #930795Arthur Zamarin2024-06-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/emacs: Stabilize 27.2-r16 sparc, #930795Arthur Zamarin2024-06-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/emacs: Stabilize 26.3-r18 sparc, #930795Arthur Zamarin2024-06-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/emacs: Use sane compiler flags for FP arithmeticUlrich Müller2024-06-036-0/+23
| | | | | | | Fixes a test failure with lcms-cam02-ucs. Closes: https://bugs.gentoo.org/933380 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Don't error out when directory already existsUlrich Müller2024-06-035-8/+8
| | | | | | This will allow to rerun src_test. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/vis: keyword 0.9 for ~arm64Joonas Niilola2024-06-021-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/vis: add 0.9Haelwenn (lanodan) Monnier2024-06-023-14/+110
| | | | | | Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/36569 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/mg: Stabilize 20230501 hppa, #930556Matoro Mahri2024-05-301-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* app-editors/retext: Stabilize 8.0.2 amd64, #932917Sam James2024-05-281-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/hyx: remove unused patch(es)Michael Mair-Keimberger2024-05-261-27/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* app-editors/neovim: Fix live ebuild tree-sitter dependencyBrahmajit Das2024-05-251-1/+1
| | | | | | | | | - 9999 now needs tree-sitter-0.22.6 Closes: https://bugs.gentoo.org/932001 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36714 Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/hyx: drop 2021.06.09Mario Haustein2024-05-242-28/+0
| | | | | | Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/36804 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/ghostwriter: drop 24.04.90Andreas Sturmlechner2024-05-232-41/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/ghostwriter: 24.05.0 version bumpAndreas Sturmlechner2024-05-232-0/+41
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/hyx: Stabilize 2024.02.29 x86, #932547Arthur Zamarin2024-05-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/hyx: Stabilize 2024.02.29 amd64, #932547Arthur Zamarin2024-05-231-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/helix: Remove `grammar` USE flagMichal Rostecki2024-05-234-29/+22
| | | | | | | | | | | | | | | | | | Fetching grammars is done with git, therefore doing that during the package build is not the best, because git rigtfully complains about "unsafe directories". Instead of micromanaging grammar builds, notify the user how to do it after installation. The procedure is to run: ``` hx --grammar fetch hx --grammar build ``` Signed-off-by: Michal Rostecki <vadorovsky@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36660 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/qhexedit2: reorder variables for pkgcheckRick Farina2024-05-211-2/+1
| | | | Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* app-editors/qhexedit2: add missing depRick Farina2024-05-211-0/+1
| | | | | | | x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -Wl,-soname,libqhexedit.so.4 -o libqhexedit.so.4.2.0 qhexedit.o chunks.o commands.o moc_qhexedit.o moc_chunks.o moc_commands.o /usr/lib64/libQt5Widgets.so /usr/lib64/libQt5Gui.so /usr/lib64/libQt5Core.so -lGL -pthread /usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lGL: No such file or directory Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* app-editors/qhexedit2: upgrade to Python 3.12Huang Rui2024-05-211-2/+2
| | | | | | | | Bug: https://bugs.gentoo.org/921826 Closes: https://bugs.gentoo.org/929299 Closes: https://github.com/gentoo/gentoo/pull/36275 Signed-off-by: Huang Rui <vowstar@gmail.com> Signed-off-by: Rick Farina <zerochaos@gentoo.org>
* app-editors/emacs: drop 29.2-r2Ulrich Müller2024-05-202-621/+0
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Stabilize 29.3-r2 hppa, #930795Sam James2024-05-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/emacs: Stabilize 28.2-r12 hppa, #930795Sam James2024-05-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/emacs: Stabilize 27.2-r16 hppa, #930795Sam James2024-05-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/emacs: Stabilize 26.3-r18 hppa, #930795Sam James2024-05-201-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/neovim: Synchronize live ebuildMatt Turner2024-05-201-2/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/neovim: add 0.10.0Brahmajit Das2024-05-202-0/+115
| | | | | | Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36705 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-editors/ghostwriter: 24.04.90 version bumpAndreas Sturmlechner2024-05-202-0/+41
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* app-editors/vim-core: drop versionsMike Gilbert2024-05-1911-2316/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/gvim: drop versionsMike Gilbert2024-05-196-1806/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/vim: drop versionsMike Gilbert2024-05-196-1857/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/neovim: remove textwidth autocommandsWaldo Lemmer2024-05-194-1/+333
| | | | | | | | | | | | | | | | | vimrc registered an autocommand that set textwidth=78 for all *.txt buffers. This has sparked a few discussions, including this [1] forum post and bug 559800. Overriding the upstream default of textwidth=0 is not a good idea. This commit removes the relevant autocommand and revbumps all versions of the package. [1]: https://forums.gentoo.org/viewtopic-p-8450986.html Bug: https://bugs.gentoo.org/559800 Signed-off-by: Waldo Lemmer <waldolemmer1@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36602 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/vim-core: remove textwidth autocommandsWaldo Lemmer2024-05-199-1/+1838
| | | | | | | | | | | | | | | | vimrc registered an autocommand that set textwidth=78 for all *.txt buffers. This has sparked a few discussions, including this [1] forum post and bug 559800. Overriding the upstream default of textwidth=0 is not a good idea. This commit removes the relevant autocommand and revbumps all versions of the package. [1]: https://forums.gentoo.org/viewtopic-p-8450986.html Closes: https://bugs.gentoo.org/559800 Signed-off-by: Waldo Lemmer <waldolemmer1@gmail.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* app-editors/qemacs: Update to EAPI 8Ulrich Müller2024-05-131-4/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/xmlcopyeditor: fix dependenciesChris Mayo2024-05-132-0/+70
| | | | | | | Closes: https://bugs.gentoo.org/923446 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35918 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-editors/shed: drop oldAkinori Hattori2024-05-124-54/+0
| | | | Signed-off-by: Akinori Hattori <hattya@gentoo.org>
* app-editors/sublime-text: drop versionsDavid Seifert2024-05-116-343/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-editors/vscodium: drop 1.88.1.24102, 1.88.1.24104Arthur Zamarin2024-05-103-264/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscode: drop 1.88.1Arthur Zamarin2024-05-102-135/+0
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscodium: add 1.89.0.24127Arthur Zamarin2024-05-102-0/+132
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/vscode: add 1.89.1Arthur Zamarin2024-05-102-0/+135
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-editors/shed: Stabilize 1.16 x86, #931497Sam James2024-05-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/shed: Stabilize 1.16 amd64, #931497Sam James2024-05-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/shed: Stabilize 1.16 ppc, #931497Sam James2024-05-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/padre: Port to PERL_FEATURESAndreas K. Hüttel2024-05-071-5/+4
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* app-editors/wxhexeditor: fix EmptyGlobalAssignmentEli Schwartz2024-05-061-1/+0
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/wxhexeditor: update EAPI 7 -> 8Eli Schwartz2024-05-061-1/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* app-editors/wxhexeditor: add github upstream metadataEli Schwartz2024-05-061-0/+1
| | | | | Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>