commit:     5d1b3c5436ca2894461eeeab917251a722161981
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 28 16:58:29 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 28 17:12:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1b3c54

app-emacs/cider: bump to 1.19.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/cider/Manifest            |  1 +
 app-emacs/cider/cider-1.19.0.ebuild | 64 +++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/app-emacs/cider/Manifest b/app-emacs/cider/Manifest
index ff715db301df..9a9db6a359e0 100644
--- a/app-emacs/cider/Manifest
+++ b/app-emacs/cider/Manifest
@@ -1 +1,2 @@
 DIST cider-1.16.0.tar.gz 7411069 BLAKE2B 
390e7b2cac3f09405d253bd8b6705366e46f13bd413941ef163231efff8240f556457d97ef18c93192828c2b71ce260762761b2a761c39e7ac6f0d4034a16414
 SHA512 
449d92e33ae7cd1dc82acec971e67aa92cf9aa244135f627da1cd53fde9f056e4bac6d9a3b28b8867f6fc9cb8d0a6ecb412f09860991bb525f1ddca41457addc
+DIST cider-1.19.0.tar.gz 8836060 BLAKE2B 
50af94aa97e58583d9b0ca0388aa47907727ea4b3afb878ea2c4025d4ea991992a234d4b44df6330521686e1a74d3f46780c20b7952cc937dc8ea66c3aeb8128
 SHA512 
60d8e9788e56499ae9c3a82ea690aa832741f8501f86df5c4c9a051786c9ee953d1af482c3702af10699270c8cd9f0a2116bc2af4daa774555e5972758db4913

diff --git a/app-emacs/cider/cider-1.19.0.ebuild 
b/app-emacs/cider/cider-1.19.0.ebuild
new file mode 100644
index 000000000000..2ae15cc922d7
--- /dev/null
+++ b/app-emacs/cider/cider-1.19.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp optfeature
+
+DESCRIPTION="Clojure Interactive Development Environment for GNU Emacs"
+HOMEPAGE="https://cider.mx/
+       https://github.com/clojure-emacs/cider/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/clojure-emacs/${PN}";
+else
+       SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
+
+       KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       app-emacs/clojure-mode
+       app-emacs/parseedn
+       app-emacs/queue
+       app-emacs/sesman
+       app-emacs/spinner
+       app-emacs/transient
+"
+BDEPEND="
+       ${RDEPEND}
+"
+
+# The "clojure-ts-mode" is currently unpackaged, so remove related tests.
+ELISP_REMOVE="
+       test/${PN}-find-tests.el
+       test/${PN}-jar-tests.el
+       test/${PN}-repl-tests.el
+       test/${PN}-tests.el
+       test/clojure-ts-mode/${PN}-connection-ts-tests.el
+       test/clojure-ts-mode/${PN}-find-ts-tests.el
+       test/clojure-ts-mode/${PN}-selector-ts-tests.el
+       test/clojure-ts-mode/${PN}-util-ts-tests.el
+       test/integration/integration-tests.el
+       test/nrepl-bencode-tests.el
+       test/nrepl-client-tests.el
+"
+
+DOCS=( CHANGELOG.md README.md ROADMAP.md refcard )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests buttercup ./test
+
+src_install() {
+       elisp_src_install
+
+       optfeature "Connecting to leiningen REPL" dev-java/leiningen 
dev-java/leiningen-bin
+}

Reply via email to