app-emacs/git-modes: bump to 1.4.7

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-11-04 18:22:05 +01:00
parent a71efb9440
commit 2eae1c917f
2 changed files with 40 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST git-modes-1.4.6.gh.tar.gz 18620 BLAKE2B 42d2d6529d30b1413b2b715179e834e69003ecf07fbb509087161972253f45ff0769ec9794ff3470b083b04b0d7539d380f3c0d238dbcad83949fe0208880a71 SHA512 bcef653e1e1f347ed2b4ce05ec9842f3e2b9c1c41921d95f304e141d876941cb39a6e51c04792e8bdad978abe87612dd02d5255a048a95e70571f3a520fb2d11
DIST git-modes-1.4.7.gh.tar.gz 18550 BLAKE2B d305a02bca8c1bf4f8695e7965e69980009855996ac5ee0fa379acd78ceb83e9c6ca2e2d9ff432af8e0c4f427ac7ec356dfcadb4f083ec9b4d2235354a63c093 SHA512 d0fa340218051d598ed8742c2fe8f331362ea6d578776b68d5e44fd429f4d83e4874d691fff107bceeb9cd940b2719a420899babd1d37439291e937cc63fd4e5

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Emacs major modes for editing Git configuration files"
HOMEPAGE="https://github.com/magit/git-modes/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/magit/${PN}"
else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
app-emacs/compat
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.org )
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}