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 803571581FB for ; Mon, 26 Aug 2024 04:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD2EEE2A8E; Mon, 26 Aug 2024 04:42:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8681E2A8E for ; Mon, 26 Aug 2024 04:42:00 +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 F2E8D341B52 for ; Mon, 26 Aug 2024 04:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90FDD1EC4 for ; Mon, 26 Aug 2024 04:41:58 +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: <1724647223.5bbb588a96e003c312fcc45e36879001060fde78.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: 5bbb588a96e003c312fcc45e36879001060fde78 X-VCS-Branch: master Date: Mon, 26 Aug 2024 04:41:58 +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: 1b4d3aeb-9757-40a0-9545-67796092c230 X-Archives-Hash: 31c55f473ae101236f43a8879552e039 commit: 5bbb588a96e003c312fcc45e36879001060fde78 Author: Ulrich Müller gentoo org> AuthorDate: Mon Aug 26 04:40:23 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Aug 26 04:40:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=5bbb588a app-xemacs/ebuild-mode: Install only under /usr/lib/xemacs Otherwise XEmacs 21.5 will complain about duplicate autoloads. Signed-off-by: Ulrich Müller gentoo.org> app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild index 08028ad..9205e6d 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -48,10 +48,8 @@ src_test() { } src_install() { - insinto /usr/share/xemacs/site-packages/lisp/${PN} + insinto /usr/lib/xemacs/site-packages/lisp/${PN} doins ebuild-mode.{el,elc} gentoo-newsitem-mode.{el,elc} auto-autoloads.el - # XEmacs 21.4 compatibility - dosym -r /usr/{share,lib}/xemacs/site-packages/lisp/${PN} } pkg_postinst() {