Diff magit-3.3.0-r4 with a magit-3.3.0.50_p20230912
/usr/portage/app-emacs/magit/magit-3.3.0.50_p20230912.ebuild 2023-10-09 14:52:28.696368330 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
if [[ ${PV} == *9999* ]] ; then |
13 | 13 |
inherit git-r3 |
14 | ||
14 | 15 |
EGIT_REPO_URI="https://github.com/magit/magit.git" |
16 |
S="${WORKDIR}/${P}/lisp" |
|
15 | 17 |
else |
16 |
SRC_URI="https://github.com/magit/magit/archive/v${PV}.tar.gz |
|
18 |
[[ ${PV} == *_p20230912 ]] && COMMIT=141dd46798e5cae57617e941418ebbb3a2172f5e |
|
19 | ||
20 |
SRC_URI="https://github.com/magit/magit/archive/${COMMIT}.tar.gz |
|
17 | 21 |
-> ${P}.tar.gz" |
18 |
KEYWORDS="amd64 ~arm ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
22 |
S="${WORKDIR}/${PN}-${COMMIT}/lisp" |
|
23 | ||
24 |
KEYWORDS="~amd64 ~arm ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
19 | 25 |
fi |
20 |
S="${WORKDIR}/${P}/lisp" |
|
21 | 26 | |
22 | 27 |
LICENSE="GPL-3+" |
23 | 28 |
SLOT="0" |
24 | 29 |
IUSE="libgit" |
25 | 30 | |
26 |
PATCHES=( |
|
27 |
"${FILESDIR}"/${P}-inhibit-libgit.patch |
|
28 |
"${FILESDIR}"/${P}-libgit-unavail.patch |
|
29 |
) |
|
30 |
DOCS=( ../README.md ../Documentation/AUTHORS.md ../Documentation/RelNotes ) |
|
31 |
ELISP_TEXINFO="../Documentation/*.texi" |
|
31 |
DOCS=( ../README.md ../docs/AUTHORS.md ../docs/RelNotes ) |
|
32 |
ELISP_TEXINFO="../docs/*.texi" |
|
32 | 33 |
SITEFILE="50${PN}-gentoo.el" |
33 | 34 | |
34 | 35 |
RDEPEND=" |