From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/buttercup/
Date: Fri, 6 Sep 2024 23:11:21 +0000 (UTC) [thread overview]
Message-ID: <1725664278.f76b5e37c22cf39c32928cd179923eb9a6c66daa.xgqt@gentoo> (raw)
commit: f76b5e37c22cf39c32928cd179923eb9a6c66daa
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 6 22:45:21 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 6 23:11:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76b5e37
app-emacs/buttercup: bump to 1.36
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/buttercup/Manifest | 1 +
app-emacs/buttercup/buttercup-1.36.ebuild | 38 +++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/app-emacs/buttercup/Manifest b/app-emacs/buttercup/Manifest
index 214237e1cd99..f01fb4dab902 100644
--- a/app-emacs/buttercup/Manifest
+++ b/app-emacs/buttercup/Manifest
@@ -1 +1,2 @@
DIST buttercup-1.35.tar.gz 93375 BLAKE2B 7bedd4a8576f900934e3a39cdb5a58e85e6b9ec682cc1030495d50d686880ef14d73afbd49340856c3b3279548babf7297ba787f1a17bfd3dee81bd8a72f2f4a SHA512 416edb974999e2eac38040ce72c241ab961cc63f40068711b0436e4f3ca49025955d5ee2d93168770da0f251269652e36c1c9c0436f6ee6133c6ca859dbfe487
+DIST buttercup-1.36.tar.gz 94614 BLAKE2B 1c76424188eb09df0b5f46f5c97b8633d11bd324a587cf968de2314f8639b66fc06cb2cee727f4cbc91b3fabeca41f2cfdb5f3ff87d6d2318fffaa3fabfc9280 SHA512 bc7d8d90537687b8d97927f14ac7c401ac9b538b315da6ae418c7af801d1f9461f4b2d9185102e6621240189dda4a8b547cd84332e38bc56458889dab6ec0f66
diff --git a/app-emacs/buttercup/buttercup-1.36.ebuild b/app-emacs/buttercup/buttercup-1.36.ebuild
new file mode 100644
index 000000000000..c3c99dc78c46
--- /dev/null
+++ b/app-emacs/buttercup/buttercup-1.36.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp edo
+
+DESCRIPTION="Behaviour-driven Elisp testing"
+HOMEPAGE="https://github.com/jorgenschaefer/emacs-buttercup"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/jorgenschaefer/emacs-${PN}.git"
+else
+ SRC_URI="https://github.com/jorgenschaefer/emacs-${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+ S="${WORKDIR}/emacs-${P}"
+
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( docs/{running,writing}-tests.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+ edo ${EMACS} ${EMACSFLAGS} -L . -l buttercup -f buttercup-run-discover
+}
+
+src_install() {
+ elisp_src_install
+
+ exeinto /usr/bin
+ doexe "bin/${PN}"
+}
next reply other threads:[~2024-09-06 23:11 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-06 23:11 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-19 8:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/buttercup/ Maciej Barć
2025-01-10 4:12 WANG Xuerui
2025-01-10 4:12 WANG Xuerui
2024-10-07 17:24 Sam James
2024-06-25 15:26 Maciej Barć
2024-05-06 16:38 Sam James
2024-04-04 1:07 Sam James
2024-03-30 23:09 Maciej Barć
2024-03-30 23:09 Maciej Barć
2024-03-05 23:07 Maciej Barć
2024-03-04 21:58 Maciej Barć
2024-02-27 22:53 Maciej Barć
2024-02-27 22:53 Maciej Barć
2024-02-27 22:53 Maciej Barć
2024-01-18 17:25 Sam James
2023-12-10 19:16 Maciej Barć
2023-11-13 19:53 Sam James
2023-10-06 15:21 Maciej Barć
2023-05-25 7:46 Arthur Zamarin
2023-04-25 14:23 Arthur Zamarin
2023-04-25 13:40 Arthur Zamarin
2023-04-18 20:52 Maciej Barć
2023-04-18 20:52 Maciej Barć
2023-03-31 17:35 Arthur Zamarin
2023-03-25 2:57 Yixun Lan
2023-03-24 7:03 Sam James
2023-03-24 7:02 Sam James
2023-03-12 22:52 Maciej Barć
2023-03-12 22:52 Maciej Barć
2023-01-16 13:35 Jakov Smolić
2022-12-11 2:37 Sam James
2022-12-06 2:19 Maciej Barć
2022-11-07 23:11 Maciej Barć
2022-11-07 23:11 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-10-19 20:12 Maciej Barć
2022-08-16 15:07 Sam James
2022-08-16 15:07 Sam James
2022-08-16 7:48 Agostino Sarubbo
2022-08-16 7:46 Agostino Sarubbo
2022-08-12 2:33 Maciej Barć
2022-05-03 18:09 Arthur Zamarin
2022-05-03 17:40 Arthur Zamarin
2022-04-26 16:09 Maciej Barć
2022-04-20 6:32 Ulrich Müller
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=1725664278.f76b5e37c22cf39c32928cd179923eb9a6c66daa.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