diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-07 09:34:16 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-07 09:34:16 +0200 |
commit | 45e93c9041b3fa47fba8653c5a40e2a523030140 (patch) | |
tree | 1085a0cf5846f375952118075fd58dfa8911bfe3 /app-eselect | |
parent | elisp-common.eclass: Update EAPI conditional (diff) | |
download | emacs-45e93c9041b3fa47fba8653c5a40e2a523030140.tar.gz emacs-45e93c9041b3fa47fba8653c5a40e2a523030140.tar.bz2 emacs-45e93c9041b3fa47fba8653c5a40e2a523030140.zip |
app-eselect/eselect-ctags: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-ctags/eselect-ctags-9999.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild index 8c40513..43471d3 100644 --- a/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild +++ b/app-eselect/eselect-ctags/eselect-ctags-9999.ebuild @@ -1,25 +1,23 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -MY_PN="eselect-emacs" -EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" -EGIT_BRANCH="${MY_PN}" -EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}" +EAPI=8 inherit git-r3 DESCRIPTION="Manages ctags implementations" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" +MY_PN="eselect-emacs" +EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" +EGIT_BRANCH="${MY_PN}" +EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}" +S="${WORKDIR}/${MY_PN}" + LICENSE="GPL-2+" SLOT="0" -RDEPEND="!<app-eselect/eselect-emacs-1.18 - >=app-admin/eselect-1.2.3" - -S="${WORKDIR}/${MY_PN}" +RDEPEND=">=app-admin/eselect-1.2.3" src_install() { insinto /usr/share/eselect/modules |