Diff tempel-1.8 with a tempel-9999

/usr/portage/app-emacs/tempel/tempel-9999.ebuild 2025-03-21 18:21:08.978650696 +0300
10 10
DESCRIPTION="Templates with in-buffer field editing for GNU Emacs"
11 11
HOMEPAGE="https://github.com/minad/tempel/"
12 12

  
13
if [[ "${PV}" == *9999* ]] ; then
13
if [[ ${PV} == *9999* ]] ; then
14 14
	inherit git-r3
15 15

  
16
	EGIT_REPO_URI="https://github.com/minad/${PN}"
16
	EGIT_REPO_URI="https://github.com/minad/${PN}.git"
17 17
else
18 18
	SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
19
		-> ${P}.gh.tar.gz"
19
		-> ${P}.tar.gz"
20 20

  
21 21
	KEYWORDS="~amd64 ~x86"
22 22
fi
......
25 25
SLOT="0"
26 26

  
27 27
RDEPEND="
28
	>=app-emacs/compat-30.1.0.0
28
	>=app-emacs/compat-30.0.2.0
29 29
"
30 30
BDEPEND="
31 31
	${RDEPEND}
Thank you!