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 A90EA15800D for ; Sat, 1 Jul 2023 07:27:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCF46E0B83; Sat, 1 Jul 2023 07:27:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A32BBE0B83 for ; Sat, 1 Jul 2023 07:27:20 +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 85795340CCD for ; Sat, 1 Jul 2023 07:27:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5FD7AC6 for ; Sat, 1 Jul 2023 07:27: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: <1688196397.8a40ec9dca79dcd8f743782b64483905e10805ae.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/servant/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/servant/files/50servant-gentoo.el X-VCS-Directories: app-emacs/servant/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8a40ec9dca79dcd8f743782b64483905e10805ae X-VCS-Branch: master Date: Sat, 1 Jul 2023 07:27: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: c295969a-1a12-420f-af12-19ac86b4ce5a X-Archives-Hash: 08b902f135459d4abec1ed1eb8a4e226 commit: 8a40ec9dca79dcd8f743782b64483905e10805ae Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 28 20:35:56 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 07:26:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a40ec9d app-emacs/servant: Drop trivial site-init file Signed-off-by: Ulrich Müller gentoo.org> app-emacs/servant/files/50servant-gentoo.el | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emacs/servant/files/50servant-gentoo.el b/app-emacs/servant/files/50servant-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/servant/files/50servant-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@")