From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/cider/
Date: Sun, 26 Nov 2023 00:04:13 +0000 (UTC) [thread overview]
Message-ID: <1700957047.b7afaadc802d56a8aeb4f7d8dc5cfb019c3f6b49.xgqt@gentoo> (raw)
commit: b7afaadc802d56a8aeb4f7d8dc5cfb019c3f6b49
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 23:00:45 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 00:04:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7afaadc
app-emacs/cider: bump to 1.12.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/cider/Manifest | 1 +
app-emacs/cider/cider-1.12.0.ebuild | 59 +++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/app-emacs/cider/Manifest b/app-emacs/cider/Manifest
index 758324bd5d3d..d48a4115804b 100644
--- a/app-emacs/cider/Manifest
+++ b/app-emacs/cider/Manifest
@@ -1,3 +1,4 @@
DIST cider-1.11.1.tar.gz 7290496 BLAKE2B c061652616341003241ecdb9001e4addcbae5b3b60161b121d3e6ff9408396e7907e8b13effedd706b08c9e541c694ae0f06c043f136a7bf83ed7870f4df88aa SHA512 b59120c6acc43856ad8d6c573d8dfab7bb93453b435d482719d1e4b2591e286b450695ea5ae6d11bc9b8c5a2163e877d7cbe7ffdc034d611415a799a0363e235
+DIST cider-1.12.0.tar.gz 7291772 BLAKE2B b98c48e903981a55af935982cd9499fd017f5f49c8f20b4d7eb8a0b8ee133402ea1378363e33e1807305e116091197334de72bb480641c427b71835cb29a29ce SHA512 5568d8985865bdf249f90e491c0289e41ba48f01a1e372588cb3562b6b44c9b118993711261fe5414ec7c7099b4097a9ae9c92aee065ca5482cfad63845df3f0
DIST cider-1.7.0.tar.gz 6731090 BLAKE2B f569491c3279f34f07abb84c76d81fe61917d0d438a94bd7e6a1d55a20194d38c85566a12d23d4255feef54c9df22fcd5a5946226f18051571354fae0ff9dd8a SHA512 f86cb5791c8949bf175dc27d59c324163d2d05c63d19b2e2a563b9a870bf78bf0832a895f28a30b6f76385e3d86142178820cde4b9dcd2c91c54e879b6b9cd19
DIST cider-1.8.3.tar.gz 7282998 BLAKE2B a0c596decbed17fd7056d371cf68de1939d29256fc4e0180fb8bd8ed41f37803b3aa4ad533aedd6321ebc1547ee645bb6e503e0dba939c1ec694137e87d1ba65 SHA512 b703c0a35e27f7de4d87b0e4a58d5a6b3fcdae41262ca47dab22ad74ecce73510d57f3ab135e83edd7df447a91fbaaa994c60f5dbcec611feb3c7b5e8141b42f
diff --git a/app-emacs/cider/cider-1.12.0.ebuild b/app-emacs/cider/cider-1.12.0.ebuild
new file mode 100644
index 000000000000..0159835af876
--- /dev/null
+++ b/app-emacs/cider/cider-1.12.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26
+
+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
+"
+BDEPEND="
+ ${RDEPEND}
+ test? ( app-emacs/buttercup )
+"
+
+ELISP_REMOVE="
+ test/${PN}-jar-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"
+
+src_test() {
+ buttercup -L . -L test --traceback full || die "tests failed"
+}
+
+src_install() {
+ elisp_src_install
+
+ optfeature "Connecting to leiningen REPL" \
+ dev-java/leiningen dev-java/leiningen-bin
+}
next reply other threads:[~2023-11-26 0:04 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-26 0:04 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 2:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/cider/ Sam James
2024-09-25 21:16 Maciej Barć
2024-08-01 16:47 Arthur Zamarin
2024-07-21 19:48 Arthur Zamarin
2024-07-09 2:56 Sam James
2024-07-02 3:43 Maciej Barć
2024-06-11 23:16 Maciej Barć
2024-06-05 19:33 Maciej Barć
2024-06-04 15:17 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-03-08 11:29 Arthur Zamarin
2024-02-19 22:06 Sam James
2024-02-03 13:00 Maciej Barć
2024-02-03 13:00 Maciej Barć
2024-01-29 14:13 Maciej Barć
2024-01-15 21:20 Maciej Barć
2024-01-15 21:20 Maciej Barć
2023-12-15 2:33 Sam James
2023-11-26 2:56 Maciej Barć
2023-11-26 0:11 Sam James
2023-11-26 0:04 Maciej Barć
2023-11-26 0:04 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-11-01 19:17 Maciej Barć
2023-10-28 14:05 Maciej Barć
2023-10-19 21:34 Maciej Barć
2023-10-19 21:34 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-14 9:56 Maciej Barć
2023-04-27 23:31 Sam James
2023-04-02 1:45 Sam James
2023-03-28 0:57 Maciej Barć
2023-01-02 12:26 Maciej Barć
2022-12-12 15:07 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=1700957047.b7afaadc802d56a8aeb4f7d8dc5cfb019c3f6b49.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