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 0D98515800D for ; Sat, 1 Jul 2023 07:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ECA1E0BEC; Sat, 1 Jul 2023 07:27:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 64CCAE0BE9 for ; Sat, 1 Jul 2023 07:27:23 +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 8EB96340CD0 for ; Sat, 1 Jul 2023 07:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E372AD6 for ; Sat, 1 Jul 2023 07:27:19 +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: <1688196407.d8cb9b8a2e36fb517042fbdbe442093b3f4a3263.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/websocket/, app-emacs/websocket/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/websocket/files/50websocket-gentoo.el app-emacs/websocket/websocket-1.14_p20230305.ebuild X-VCS-Directories: app-emacs/websocket/ app-emacs/websocket/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d8cb9b8a2e36fb517042fbdbe442093b3f4a3263 X-VCS-Branch: master Date: Sat, 1 Jul 2023 07:27:19 +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: ef0f3e93-285d-47f3-a49e-8d60005b3b8e X-Archives-Hash: e3c82176ef15772c7564dd7a73298656 commit: d8cb9b8a2e36fb517042fbdbe442093b3f4a3263 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 28 20:43:11 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 07:26:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8cb9b8a app-emacs/websocket: Drop trivial site-init file Signed-off-by: Ulrich Müller gentoo.org> app-emacs/websocket/files/50websocket-gentoo.el | 1 - app-emacs/websocket/websocket-1.14_p20230305.ebuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emacs/websocket/files/50websocket-gentoo.el b/app-emacs/websocket/files/50websocket-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/websocket/files/50websocket-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/websocket/websocket-1.14_p20230305.ebuild b/app-emacs/websocket/websocket-1.14_p20230305.ebuild index f008ae142110..ac6e25d395cd 100644 --- a/app-emacs/websocket/websocket-1.14_p20230305.ebuild +++ b/app-emacs/websocket/websocket-1.14_p20230305.ebuild @@ -31,7 +31,7 @@ src_test() { src_install() { elisp-install ${PN} websocket.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" + elisp-make-site-file "${SITEFILE}" einstalldocs }