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 E527E15800D for ; Mon, 3 Jul 2023 17:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0746DE07D0; Mon, 3 Jul 2023 17:51:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4094E07D0 for ; Mon, 3 Jul 2023 17:51:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1DF9335D46 for ; Mon, 3 Jul 2023 17:51:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 271E5A6A for ; Mon, 3 Jul 2023 17:51:17 +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: <1688406648.94280e8cb588f3b855879561a870ec602f194276.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/, dev-vcs/mercurial/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/files/70mercurial-gentoo.el dev-vcs/mercurial/mercurial-6.2.3.ebuild dev-vcs/mercurial/mercurial-6.3.2.ebuild dev-vcs/mercurial/mercurial-6.4.4.ebuild dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ dev-vcs/mercurial/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 94280e8cb588f3b855879561a870ec602f194276 X-VCS-Branch: master Date: Mon, 3 Jul 2023 17:51:17 +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: eac7d6cd-ad92-46eb-b0d3-14e400b56208 X-Archives-Hash: 78eb96f74ca18a867bc3d7fd02791840 commit: 94280e8cb588f3b855879561a870ec602f194276 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jun 29 17:25:56 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jul 3 17:50:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94280e8c dev-vcs/mercurial: Drop trivial Emacs site-init file Signed-off-by: Ulrich Müller gentoo.org> dev-vcs/mercurial/files/70mercurial-gentoo.el | 3 --- dev-vcs/mercurial/mercurial-6.2.3.ebuild | 2 +- dev-vcs/mercurial/mercurial-6.3.2.ebuild | 2 +- dev-vcs/mercurial/mercurial-6.4.4.ebuild | 2 +- dev-vcs/mercurial/mercurial-9999.ebuild | 2 +- 5 files changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-vcs/mercurial/files/70mercurial-gentoo.el b/dev-vcs/mercurial/files/70mercurial-gentoo.el deleted file mode 100644 index 5779a612f204..000000000000 --- a/dev-vcs/mercurial/files/70mercurial-gentoo.el +++ /dev/null @@ -1,3 +0,0 @@ -;;; mercurial site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") \ No newline at end of file diff --git a/dev-vcs/mercurial/mercurial-6.2.3.ebuild b/dev-vcs/mercurial/mercurial-6.2.3.ebuild index 3b23fa049db4..0b93688248f7 100644 --- a/dev-vcs/mercurial/mercurial-6.2.3.ebuild +++ b/dev-vcs/mercurial/mercurial-6.2.3.ebuild @@ -246,7 +246,7 @@ python_install_all() { if use emacs; then elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} + elisp-make-site-file "${SITEFILE}" fi local RM_CONTRIB=( hgk hg-ssh bash_completion zsh_completion plan9 *.el ) diff --git a/dev-vcs/mercurial/mercurial-6.3.2.ebuild b/dev-vcs/mercurial/mercurial-6.3.2.ebuild index 4e3511fc87fc..8bdf4536c637 100644 --- a/dev-vcs/mercurial/mercurial-6.3.2.ebuild +++ b/dev-vcs/mercurial/mercurial-6.3.2.ebuild @@ -252,7 +252,7 @@ python_install_all() { if use emacs; then elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} + elisp-make-site-file "${SITEFILE}" fi local RM_CONTRIB=( hgk hg-ssh bash_completion zsh_completion plan9 *.el ) diff --git a/dev-vcs/mercurial/mercurial-6.4.4.ebuild b/dev-vcs/mercurial/mercurial-6.4.4.ebuild index 74741a745c30..e24cf5d8b71c 100644 --- a/dev-vcs/mercurial/mercurial-6.4.4.ebuild +++ b/dev-vcs/mercurial/mercurial-6.4.4.ebuild @@ -265,7 +265,7 @@ python_install_all() { if use emacs; then elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} + elisp-make-site-file "${SITEFILE}" fi local RM_CONTRIB=( hgk hg-ssh bash_completion zsh_completion plan9 *.el ) diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index 13d27e773bce..2fb319d58180 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -112,7 +112,7 @@ python_install_all() { if use emacs; then elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!" - elisp-site-file-install "${FILESDIR}"/${SITEFILE} + elisp-make-site-file "${SITEFILE}" fi local RM_CONTRIB=( hgk hg-ssh bash_completion zsh_completion plan9 *.el )