public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/cider/
Date: Tue, 14 May 2024 22:21:05 +0000 (UTC)	[thread overview]
Message-ID: <1715725254.def0e1f28931533099bb1f70e6467fd9c0866083.xgqt@gentoo> (raw)

commit:     def0e1f28931533099bb1f70e6467fd9c0866083
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 21:54:54 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue May 14 22:20:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def0e1f2

app-emacs/cider: drop old 1.13.0

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

 app-emacs/cider/Manifest            |  1 -
 app-emacs/cider/cider-1.13.0.ebuild | 59 -------------------------------------
 2 files changed, 60 deletions(-)

diff --git a/app-emacs/cider/Manifest b/app-emacs/cider/Manifest
index f3740b1c02b0..e11a3aec0708 100644
--- a/app-emacs/cider/Manifest
+++ b/app-emacs/cider/Manifest
@@ -1,2 +1 @@
-DIST cider-1.13.0.tar.gz 7314595 BLAKE2B 9e2b9bef639541eeebe473ca3617dd874bb90c0e49bbb849ce842d6f490565a906b5a8ab41cfbf34c70f43c62d91609e0e2a5c9e4dbd53e44f7e361a160be38b SHA512 29530fe474514ee919bc1bb120335f2bf54b8b9ade481356759a8457db9f8f6e06c4a7f94dcfd516173ce7ab964576c92ec15bb07bdbd7cec8c5d3e134283e97
 DIST cider-1.13.1.tar.gz 7315314 BLAKE2B 81a0436ccb4a5e0d13e89587d55b4d63da3bca401ef95f995b20a58b8b0a1ed29b81df545135bccecfa601a33ccbad33478658afe612b179bbb3c38e5f6f60c4 SHA512 2d689f0e6bdcf778d86052c3d06e2e68e8ea37f4550979fb760ba57d1f0c6a9f3833d4c8ba265ddb641330cb22058abf095f87dd0bd93b40341c77be286ed5ad

diff --git a/app-emacs/cider/cider-1.13.0.ebuild b/app-emacs/cider/cider-1.13.0.ebuild
deleted file mode 100644
index c20e791cd3a7..000000000000
--- a/app-emacs/cider/cider-1.13.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 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
-}


             reply	other threads:[~2024-05-14 22:21 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 22:21 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-28 17:12 [gentoo-commits] repo/gentoo:master commit in: app-emacs/cider/ Maciej Barć
2024-10-30  2:55 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-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-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=1715725254.def0e1f28931533099bb1f70e6467fd9c0866083.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