app-emacs/clojure-mode: bump to 5.20.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-05-28 22:09:00 +02:00
parent 74d9bb8917
commit 561e9aa09f
2 changed files with 36 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST clojure-mode-5.19.0.tar.gz 23409719 BLAKE2B 9df1f917d94b459385fcf2bfabe8872c0dca8407e74ec32c815422932a5caaf5da7f380fe34d605cb36a0c46f5d8581e22a9f72efa03c98c8769fe151c590e11 SHA512 5ecb4ef330590012cd463860a8156fc81fb3270f7f134a17745c2a9214cb6603799dd20cf2324dd7c1551578737850899c338901e8e49c2d273dd657ff6e548a
DIST clojure-mode-5.20.0.gh.tar.gz 23410111 BLAKE2B b60ce5af5c657e2b57ed38c4e934503fb99ddec502a633c59941f22607f705c2bd986101a39d314618f8d61308e1b961ae71a36ee79baad5db5712ccfbc93ef5 SHA512 5763d7cf21e2871d8f5c858fdbf54ef91a2bffdaa11ec14f116a21533491d7bd900def926acdb7e53bfbd5a029ed7c96e0a48c04873464de7836415cb6676b84

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Major mode for Clojure code"
HOMEPAGE="https://github.com/clojure-emacs/clojure-mode/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/clojure-emacs/${PN}.git"
else
SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
BDEPEND="
test? (
app-emacs/s
app-emacs/paredit
)
"
DOCS=( README.md doc )
SITEFILE="50${PN}-gentoo.el"
elisp-enable-tests buttercup test