summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-editors/emacs: Use socket redirectionUlrich Müller2023-12-211-5/+9
| | | | | | Instead of moving whole directories around. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Fix mml-sec-tests.elUlrich Müller2023-12-211-8/+5
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Disable tests that use bwrapUlrich Müller2023-12-201-6/+6
| | | | | | This is more specific than excluding bytecomp-tests.el altogether. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Exclude tests with USE-conditional failuresUlrich Müller2023-12-201-0/+7
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Disable src/process-tests.el testsUlrich Müller2023-12-201-0/+4
| | | | | Closes: https://bugs.gentoo.org/920347 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Minor reformatting of ebuildUlrich Müller2023-11-251-2/+7
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Override EMACS var for emake install when cross-compilingJames Le Cuirot2023-11-191-4/+6
| | | | | | | | Version 29 changed some of the Makefile logic, and part of it is wonky, with it wanting to runs emacs during the install target. I tried to fix it but couldn't. Something about autoloads being a PHONY target. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* app-editors/emacs: Add use-dependency on imagemagickUlrich Müller2023-10-241-1/+1
| | | | | | | | | | | | | | | | | Propagate the flags for the jpeg, png, svg and tiff backends. Otherwise, when visiting an image file, the following error will occur for svg: ImageMagick error: Document is empty `No such file or directory` @ error/svg.c/SVGError/3370 For jpeg, png and TIFF, a different error message is printed: ImageMagick error: no decode delegate for this image format `PNG' @ error/constitute.c/ReadImage/746 [8 times] No error occurs for webp. Bug: https://bugs.gentoo.org/916204 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Fix build failure with USE=jitUlrich Müller2023-09-241-2/+2
| | | | | Closes: https://bugs.gentoo.org/914609 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Add missing libXcomposite dependencyUlrich Müller2023-09-241-0/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: New use flag small-ja-dicUlrich Müller2023-09-201-1/+2
| | | | | Bug: https://bugs.gentoo.org/914368 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Add missing dependenciesUlrich Müller2023-09-201-0/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: More specific dependency on emacs-common[gsettings]Ulrich Müller2023-07-261-2/+5
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Don't install gsettings schema fileUlrich Müller2023-07-241-1/+2
| | | | | | | | This has been moved to app-emacs/emacs-common to avoid collisions between slots. Closes: https://bugs.gentoo.org/911117 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-editors/emacs: Rename 29.0.9999-r1 to 29.1.9999Ulrich Müller2023-07-231-0/+566
Following upstream change of version number. Signed-off-by: Ulrich Müller <ulm@gentoo.org>