commit:     3449448348e7e7790e3e9e8772e2f5b596ad1111
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 25 19:40:54 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 21:16:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34494483

app-emacs/cider: bump to 1.16.0

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

 app-emacs/cider/Manifest            |  1 +
 app-emacs/cider/cider-1.16.0.ebuild | 61 +++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/app-emacs/cider/Manifest b/app-emacs/cider/Manifest
index 1430018f8402..d42740ff13b8 100644
--- a/app-emacs/cider/Manifest
+++ b/app-emacs/cider/Manifest
@@ -1 +1,2 @@
 DIST cider-1.15.1.tar.gz 7413316 BLAKE2B 
60b4375538305582d6a2cbb7685f470c2b0626ae94286ab37a3320617238df140e8db3f28311f92473219a04a9a435bc72e79ad068b227a552c1a4a1fb070a7a
 SHA512 
8a3215a0983cda54490004176736ca9348f781f729426aa911229c428bdea1630a5ab473ed63bc0e2e02e34df1947b9b76dc51559b3bfa163ae9642ff8a79142
+DIST cider-1.16.0.tar.gz 7411069 BLAKE2B 
390e7b2cac3f09405d253bd8b6705366e46f13bd413941ef163231efff8240f556457d97ef18c93192828c2b71ce260762761b2a761c39e7ac6f0d4034a16414
 SHA512 
449d92e33ae7cd1dc82acec971e67aa92cf9aa244135f627da1cd53fde9f056e4bac6d9a3b28b8867f6fc9cb8d0a6ecb412f09860991bb525f1ddca41457addc

diff --git a/app-emacs/cider/cider-1.16.0.ebuild 
b/app-emacs/cider/cider-1.16.0.ebuild
new file mode 100644
index 000000000000..72068ce10369
--- /dev/null
+++ b/app-emacs/cider/cider-1.16.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2024 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}.git";
+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}-jar-tests.el
+       test/${PN}-repl-tests.el
+       test/clojure-ts-mode/${PN}-connection-ts-tests.el
+       test/clojure-ts-mode/${PN}-selector-ts-tests.el
+       test/clojure-ts-mode/${PN}-util-ts-tests.el
+       test/enrich/${PN}-docstring-tests.el
+       test/integration/integration-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