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 22C1515800D for ; Sat, 1 Jul 2023 07:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1897DE0BFA; Sat, 1 Jul 2023 07:27:24 +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 0393FE0BFA for ; Sat, 1 Jul 2023 07:27:24 +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 900D1340CDF 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 20B4DAD7 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: <1688196408.5ea30aa050ef5e31cc51930f46a68c3c5cb9b80f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/wgrep/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/wgrep/files/50wgrep-gentoo.el X-VCS-Directories: app-emacs/wgrep/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 5ea30aa050ef5e31cc51930f46a68c3c5cb9b80f 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: 80603135-19ef-4576-bada-a342a0eac29c X-Archives-Hash: 1f996b15bc8c6a3ccd533d695a01028c commit: 5ea30aa050ef5e31cc51930f46a68c3c5cb9b80f Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 28 20:44:41 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 07:26:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ea30aa0 app-emacs/wgrep: Drop trivial site-init file Signed-off-by: Ulrich Müller gentoo.org> app-emacs/wgrep/files/50wgrep-gentoo.el | 1 - 1 file changed, 1 deletion(-) diff --git a/app-emacs/wgrep/files/50wgrep-gentoo.el b/app-emacs/wgrep/files/50wgrep-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/wgrep/files/50wgrep-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@")