From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7C4011581FB for ; Sun, 25 Aug 2024 13:10:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BF8E29E5; Sun, 25 Aug 2024 13:09:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 976C8E29E5 for ; Sun, 25 Aug 2024 13:09:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7F6C342DEF for ; Sun, 25 Aug 2024 13:09:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 153171E6F for ; Sun, 25 Aug 2024 13:09:56 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1724591360.c053d4b9e8a030d0b6ef5cc18ee75c4b4491bf45.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-xemacs/ebuild-mode/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild X-VCS-Directories: app-xemacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c053d4b9e8a030d0b6ef5cc18ee75c4b4491bf45 X-VCS-Branch: master Date: Sun, 25 Aug 2024 13:09:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 856d8e8a-2545-4864-8088-4a94057e1613 X-Archives-Hash: 770914088670d1586a09f821b80e9655 commit: c053d4b9e8a030d0b6ef5cc18ee75c4b4491bf45 Author: Ulrich Müller gentoo org> AuthorDate: Sun Aug 25 13:09:20 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Aug 25 13:09:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=c053d4b9 app-xemacs/ebuild-mode: Create a link in /usr/lib/xemacs Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild index df29194..e8a7b29 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -42,6 +42,8 @@ src_test() { :; } # ERT is not yet available for XEmacs src_install() { insinto /usr/share/xemacs/site-packages/lisp/${PN} doins *.el *.elc + # XEmacs 21.4 compatibility + dosym -r /usr/{share,lib}/xemacs/site-packages/lisp/${PN} } pkg_postinst() {