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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEB5013835A for ; Tue, 13 Apr 2021 07:00:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F99E0C2D; Tue, 13 Apr 2021 07:00:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 038D1E0C2D for ; Tue, 13 Apr 2021 07:00:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 137CA335D94 for ; Tue, 13 Apr 2021 07:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C296673 for ; Tue, 13 Apr 2021 07:00:28 +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: <1618297213.9da8ac8da11938e2507917b446af93fa88db8ef5.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: 9da8ac8da11938e2507917b446af93fa88db8ef5 X-VCS-Branch: master Date: Tue, 13 Apr 2021 07:00:28 +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: 76e49378-99d0-4726-917b-3c4ac5ef9903 X-Archives-Hash: 63b757b8a4e0c55567084e29c33f9eca commit: 9da8ac8da11938e2507917b446af93fa88db8ef5 Author: Ulrich Müller gentoo org> AuthorDate: Tue Apr 13 07:00:13 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Apr 13 07:00:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=9da8ac8d app-emacs/emacs-daemon: Bump to EAPI 7 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild index 548100e..3db05eb 100644 --- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild +++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" @@ -11,11 +11,11 @@ inherit elisp git-r3 DESCRIPTION="Gentoo support for Emacs running as a server in the background" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" +S="${WORKDIR}/${PN}" LICENSE="GPL-2+" SLOT="0" -S="${WORKDIR}/${PN}" SITEFILE="10${PN}-gentoo.el" pkg_setup() {