From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2BB7D1582EF for ; Sun, 09 Mar 2025 20:51:34 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 167CE343128 for ; Sun, 09 Mar 2025 20:51:34 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A60C111037D; Sun, 09 Mar 2025 20:51:29 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9B13111037D for ; Sun, 09 Mar 2025 20:51:29 +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 4E57334306F for ; Sun, 09 Mar 2025 20:51:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC86727E6 for ; Sun, 09 Mar 2025 20:51:27 +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: <1741553458.394f4839b464561710272696c69e0851844f7dc7.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/emacs-daemon/emacs-daemon-9999.ebuild X-VCS-Directories: app-emacs/emacs-daemon/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 394f4839b464561710272696c69e0851844f7dc7 X-VCS-Branch: master Date: Sun, 09 Mar 2025 20:51:27 +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: a169eb9c-7027-4be3-b4bf-1bb2e03e9045 X-Archives-Hash: 1a3f94bca4b7dd0534527360d8d132b0 commit: 394f4839b464561710272696c69e0851844f7dc7 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 9 20:37:38 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 9 20:50:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=394f4839 app-emacs/emacs-daemon: Update for "upstream" package changes Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild index 12dfa92..797198b 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}" LICENSE="GPL-2+" SLOT="0" -SITEFILE="10${PN}-gentoo.el" +RDEPEND=">=app-emacs/emacs-common-1.11" pkg_setup() { local has_daemon has_gtk line @@ -47,8 +47,5 @@ src_compile() { :; } src_install() { newinitd emacs.rc emacs newconfd emacs.conf emacs - exeinto /usr/libexec/emacs - doexe emacs-wrapper.sh - elisp-site-file-install "${SITEFILE}" dodoc README ChangeLog }