Diff eselect-mode-1.4.27 with a eselect-mode-9999
/usr/portage/app-emacs/eselect-mode/eselect-mode-9999.ebuild 2024-12-25 14:59:47.071270039 +0300 | ||
---|---|---|
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" |
|
14 |
S="${WORKDIR}/${MY_PN}/misc" |
|
18 | 15 | |
19 | 16 |
LICENSE="GPL-2+" |
20 | 17 |
SLOT="0" |
21 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
22 | 18 | |
23 | 19 |
SITEFILE="50${PN}-gentoo.el" |