Diff eselect-mode-1.4.16 with a eselect-mode-9999
/usr/portage/app-emacs/eselect-mode/eselect-mode-9999.ebuild 2020-12-25 15:39:00.000000000 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
4 |
EAPI=7 |
|
5 | 5 | |
6 |
inherit elisp |
|
6 |
MY_PN="eselect" |
|
7 |
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git" |
|
8 |
EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}" |
|
9 | ||
10 |
inherit elisp git-r3 |
|
7 | 11 | |
8 |
MY_P="eselect-${PV}" |
|
9 | 12 |
DESCRIPTION="Emacs major mode for editing eselect files" |
10 | 13 |
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect" |
11 |
SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz" |
|
12 | 14 | |
13 | 15 |
LICENSE="GPL-2+" |
14 | 16 |
SLOT="0" |
15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" |
|
16 | 17 | |
17 |
S="${WORKDIR}/${MY_P}/misc" |
|
18 |
S="${WORKDIR}/${MY_PN}/misc" |
|
18 | 19 |
SITEFILE="50${PN}-gentoo.el" |