Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-eselect/eselect-emacs/
Date: Thu, 07 Apr 2022 07:34:47
Message-Id: 1649316871.a8ad8354433174b8771bfd2674eaf0b95785ef8b.ulm@gentoo
1 commit: a8ad8354433174b8771bfd2674eaf0b95785ef8b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 07:34:31 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 07:34:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=a8ad8354
7
8 app-eselect/eselect-emacs: Update to EAPI 8
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild | 15 +++++++--------
13 1 file changed, 7 insertions(+), 8 deletions(-)
14
15 diff --git a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
16 index 19ebd80..999fff0 100644
17 --- a/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
18 +++ b/app-eselect/eselect-emacs/eselect-emacs-9999-r2.ebuild
19 @@ -1,25 +1,24 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -
26 -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
27 -EGIT_BRANCH="${PN}"
28 -EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
29 +EAPI=8
30
31 inherit git-r3
32
33 DESCRIPTION="Manage multiple Emacs versions on one system"
34 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
35
36 +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
37 +EGIT_BRANCH="${PN}"
38 +EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
39 +S="${WORKDIR}/${PN}"
40 +
41 LICENSE="GPL-2+"
42 SLOT="0"
43
44 RDEPEND=">=app-admin/eselect-1.2.6
45 ~app-eselect/eselect-ctags-${PV}"
46
47 -S="${WORKDIR}/${PN}"
48 -
49 src_compile() { :; }
50
51 src_install() {