commit: 2eae1c917f270bbc7eb9a1dd0201279116cc00de Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Nov 4 17:22:05 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 18:13:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eae1c91
app-emacs/git-modes: bump to 1.4.7 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/git-modes/Manifest | 1 + app-emacs/git-modes/git-modes-1.4.7.ebuild | 39 ++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest index c00047b9b0f5..4f7c817a881e 100644 --- a/app-emacs/git-modes/Manifest +++ b/app-emacs/git-modes/Manifest @@ -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 diff --git a/app-emacs/git-modes/git-modes-1.4.7.ebuild b/app-emacs/git-modes/git-modes-1.4.7.ebuild new file mode 100644 index 000000000000..8474b0523564 --- /dev/null +++ b/app-emacs/git-modes/git-modes-1.4.7.ebuild @@ -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 +}
