From a8ad8354433174b8771bfd2674eaf0b95785ef8b Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 7 Apr 2022 09:34:31 +0200 Subject: app-eselect/eselect-emacs: Update to EAPI 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild index 19ebd80..999fff0 100644 --- a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild +++ b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild @@ -1,25 +1,24 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" -EGIT_BRANCH="${PN}" -EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" +EAPI=8 inherit git-r3 DESCRIPTION="Manage multiple Emacs versions on one system" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" +EGIT_BRANCH="${PN}" +EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" +S="${WORKDIR}/${PN}" + LICENSE="GPL-2+" SLOT="0" RDEPEND=">=app-admin/eselect-1.2.6 ~app-eselect/eselect-ctags-${PV}" -S="${WORKDIR}/${PN}" - src_compile() { :; } src_install() { -- cgit v1.2.3-65-gdbad