commit: f5fbc7f4db3b171c2a60e22b050a524fc5388d19
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 25 13:07:00 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 25 13:09:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fbc7f4
app-editors/uemacs-pk: Don't install README.md
It doesn't add any useful information and is disrespectful to the
original MicroEMACS authors.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/uemacs-pk/uemacs-pk-4.0.15_p20260224.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20260224.ebuild
b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20260224.ebuild
index f6ec9ddee194..177eb9f9b630 100644
--- a/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20260224.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-4.0.15_p20260224.ebuild
@@ -34,5 +34,5 @@ src_install() {
insinto /usr/share/${PN}
doins emacs.hlp
newins emacs.rc .emacsrc
- dodoc README README.md readme.39e emacs.ps UTF-8-demo.txt
+ dodoc README readme.39e emacs.ps UTF-8-demo.txt
}