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-ctags/
Date: Thu, 07 Apr 2022 07:34:48
Message-Id: 1649316856.45e93c9041b3fa47fba8653c5a40e2a523030140.ulm@gentoo
1 commit: 45e93c9041b3fa47fba8653c5a40e2a523030140
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 7 07:34:16 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 7 07:34:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=45e93c90
7
8 app-eselect/eselect-ctags: Update to EAPI 8
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-eselect/eselect-ctags/eselect-ctags-9999.ebuild | 20 +++++++++-----------
13 1 file changed, 9 insertions(+), 11 deletions(-)
14
15 diff --git a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
16 index 8c40513..43471d3 100644
17 --- a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
18 +++ b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild
19 @@ -1,25 +1,23 @@
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 -MY_PN="eselect-emacs"
27 -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
28 -EGIT_BRANCH="${MY_PN}"
29 -EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
30 +EAPI=8
31
32 inherit git-r3
33
34 DESCRIPTION="Manages ctags implementations"
35 HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
36
37 +MY_PN="eselect-emacs"
38 +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
39 +EGIT_BRANCH="${MY_PN}"
40 +EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
41 +S="${WORKDIR}/${MY_PN}"
42 +
43 LICENSE="GPL-2+"
44 SLOT="0"
45
46 -RDEPEND="!<app-eselect/eselect-emacs-1.18
47 - >=app-admin/eselect-1.2.3"
48 -
49 -S="${WORKDIR}/${MY_PN}"
50 +RDEPEND=">=app-admin/eselect-1.2.3"
51
52 src_install() {
53 insinto /usr/share/eselect/modules