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 29DB515800D for ; Sat, 1 Jul 2023 07:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A091CE0BDB; Sat, 1 Jul 2023 07:27:22 +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 8B0FEE0BCD for ; Sat, 1 Jul 2023 07:27:22 +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 24850340CD9 for ; Sat, 1 Jul 2023 07:27:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D055ACE for ; Sat, 1 Jul 2023 07:27:18 +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: <1688196402.d5c6b853f4670cd4b5728b764ca480cd687be9fd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/treemacs-all-the-icons/files/, app-emacs/treemacs-all-the-icons/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild X-VCS-Directories: app-emacs/treemacs-all-the-icons/files/ app-emacs/treemacs-all-the-icons/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d5c6b853f4670cd4b5728b764ca480cd687be9fd X-VCS-Branch: master Date: Sat, 1 Jul 2023 07:27:18 +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: 70c38c8f-4574-4241-95ea-b58fed809ad8 X-Archives-Hash: 118d97347e7adb02c354703fa2c3ddde commit: d5c6b853f4670cd4b5728b764ca480cd687be9fd Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 28 20:40:02 2023 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jul 1 07:26:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c6b853 app-emacs/treemacs-all-the-icons: Drop trivial site-init file Signed-off-by: Ulrich Müller gentoo.org> .../treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el | 1 - app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el b/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el deleted file mode 100644 index 431f7e90ae73..000000000000 --- a/app-emacs/treemacs-all-the-icons/files/50treemacs-all-the-icons-gentoo.el +++ /dev/null @@ -1 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild index be9aa60e9006..fe5ad54814cb 100644 --- a/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild +++ b/app-emacs/treemacs-all-the-icons/treemacs-all-the-icons-3.1.ebuild @@ -31,5 +31,5 @@ src_compile() { src_install() { elisp-install ${PN} ${PN}.el{,c} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" + elisp-make-site-file "${SITEFILE}" }