From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/
Date: Wed, 28 May 2025 20:18:03 +0000 (UTC) [thread overview]
Message-ID: <1748463480.561e9aa09f7819ef43700b704e13dbe9c885c03e.xgqt@gentoo> (raw)
commit: 561e9aa09f7819ef43700b704e13dbe9c885c03e
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 20:09:00 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed May 28 20:18:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561e9aa0
app-emacs/clojure-mode: bump to 5.20.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/clojure-mode/Manifest | 1 +
app-emacs/clojure-mode/clojure-mode-5.20.0.ebuild | 35 +++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/app-emacs/clojure-mode/Manifest b/app-emacs/clojure-mode/Manifest
index e66ec3367162..0bb7825600c1 100644
--- a/app-emacs/clojure-mode/Manifest
+++ b/app-emacs/clojure-mode/Manifest
@@ -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
diff --git a/app-emacs/clojure-mode/clojure-mode-5.20.0.ebuild b/app-emacs/clojure-mode/clojure-mode-5.20.0.ebuild
new file mode 100644
index 000000000000..768e9f14342e
--- /dev/null
+++ b/app-emacs/clojure-mode/clojure-mode-5.20.0.ebuild
@@ -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
next reply other threads:[~2025-05-28 20:18 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-28 20:18 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-04 20:38 [gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/ Sam James
2024-07-09 2:56 Sam James
2024-05-27 21:03 Maciej Barć
2024-03-05 23:07 Maciej Barć
2024-01-06 9:02 Sam James
2023-11-26 2:56 Maciej Barć
2023-11-26 0:04 Maciej Barć
2023-11-25 23:09 Sam James
2023-10-19 21:34 Maciej Barć
2023-10-19 21:34 Maciej Barć
2023-10-19 21:34 Maciej Barć
2023-10-19 21:34 Maciej Barć
2023-10-14 9:56 Maciej Barć
2023-10-14 9:56 Maciej Barć
2023-10-01 18:07 Arthur Zamarin
2023-09-13 18:31 Maciej Barć
2023-08-23 22:14 Maciej Barć
2023-07-27 13:00 Sam James
2023-06-26 17:42 Maciej Barć
2023-06-26 17:42 Maciej Barć
2023-06-26 17:42 Maciej Barć
2023-04-02 1:45 Sam James
2022-12-16 9:47 Maciej Barć
2022-12-16 9:47 Maciej Barć
2022-08-03 23:24 Maciej Barć
2022-07-22 2:26 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1748463480.561e9aa09f7819ef43700b704e13dbe9c885c03e.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox