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/clojure-mode/
Date: Wed, 23 Aug 2023 22:14:34 +0000 (UTC)	[thread overview]
Message-ID: <1692828870.2f47cceb20d69aa03376878b36ad9f6b0b68b1e4.xgqt@gentoo> (raw)

commit:     2f47cceb20d69aa03376878b36ad9f6b0b68b1e4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 20:07:38 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 22:14:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f47cceb

app-emacs/clojure-mode: bump to 5.16.2

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

 app-emacs/clojure-mode/Manifest                   |  1 +
 app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild | 32 +++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-emacs/clojure-mode/Manifest b/app-emacs/clojure-mode/Manifest
index 237765f5e853..8c9913c09152 100644
--- a/app-emacs/clojure-mode/Manifest
+++ b/app-emacs/clojure-mode/Manifest
@@ -1 +1,2 @@
 DIST clojure-mode-5.16.1.tar.gz 23408565 BLAKE2B 4ea184fc79b1bf0ab24e2edcfd16b003f23e5cd19b8c77868005723f7ed431f19b0b1a3c94a4b975b565fecd0f5799ece3cf1400aa23858c709211e1911d3d8e SHA512 207685ca9a3b9ec0b045ab42155edef904376d7eba67846804a07c17f23b9004bebcd12f9aeeaf328a7f6956b50b3527b3352f46a5ae9a73b501bdf32f89a07a
+DIST clojure-mode-5.16.2.tar.gz 23408915 BLAKE2B c19770487660050b7c560deecbafaf1a708cf54692ce48465890e27be60f68c43d55bd141a03d94ea1bd7e6385c9bcbc4aafa35d6ac2f893414ef1256a5c6808 SHA512 cfffe08293bb47d83f7152be8405bcab1281000f86c0a001ed807683ccec1750a0465c98f66fc75bffc64bfdde696f81308a4111ec946bb7e1ffc5eaf9b42853

diff --git a/app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild b/app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild
new file mode 100644
index 000000000000..56641b38dafa
--- /dev/null
+++ b/app-emacs/clojure-mode/clojure-mode-5.16.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 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/"
+SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz
+			-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+	test? (
+		app-emacs/s
+		app-emacs/buttercup
+		app-emacs/paredit
+	)
+"
+
+DOCS=( README.md doc )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+	buttercup -L . -L test --traceback full || die
+}


             reply	other threads:[~2023-08-23 22:14 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23 22:14 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09  2:56 [gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/ 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-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=1692828870.2f47cceb20d69aa03376878b36ad9f6b0b68b1e4.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