Diff eselect-mode-1.4.27 with a eselect-mode-9999

/usr/portage/app-emacs/eselect-mode/eselect-mode-9999.ebuild 2023-10-09 14:52:28.688368330 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2020 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
5 5

  
6
# Packages sharing a common release tarball:
7
# app-admin/eselect
8
# app-emacs/eselect-mode
9
# Please bump and mark them stable together!
6
MY_PN="eselect"
7
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git"
8
EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
10 9

  
11
inherit elisp
10
inherit elisp git-r3
12 11

  
13
MY_P="eselect-${PV}"
14 12
DESCRIPTION="Emacs major mode for editing eselect files"
15 13
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect"
16
SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz"
17
S="${WORKDIR}/${MY_P}/misc"
18 14

  
19 15
LICENSE="GPL-2+"
20 16
SLOT="0"
21
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
22 17

  
18
S="${WORKDIR}/${MY_PN}/misc"
23 19
SITEFILE="50${PN}-gentoo.el"
Thank you!