From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fennel/
Date: Sat, 13 Apr 2024 22:56:30 +0000 (UTC) [thread overview]
Message-ID: <1713048949.e63f446626cf51238f60dadc097a6e502363db6b.xgqt@gentoo> (raw)
commit: e63f446626cf51238f60dadc097a6e502363db6b
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 22:49:55 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 22:55:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63f4466
dev-lang/fennel: remove failing ppc tests
Closes: https://bugs.gentoo.org/929927
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/fennel/{fennel-1.4.0-r1.ebuild => fennel-1.4.0-r2.ebuild} | 6 +++++-
dev-lang/fennel/{fennel-1.4.2.ebuild => fennel-1.4.2-r1.ebuild} | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/dev-lang/fennel/fennel-1.4.0-r1.ebuild b/dev-lang/fennel/fennel-1.4.0-r2.ebuild
similarity index 86%
rename from dev-lang/fennel/fennel-1.4.0-r1.ebuild
rename to dev-lang/fennel/fennel-1.4.0-r2.ebuild
index 367c7a62e82d..68ee8a548f2b 100644
--- a/dev-lang/fennel/fennel-1.4.0-r1.ebuild
+++ b/dev-lang/fennel/fennel-1.4.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
# Fails to build with with "lua5-1".
-LUA_COMPAT=( lua5-{3,4} )
+LUA_COMPAT=( lua5-{3,4} luajit )
inherit lua-single
@@ -39,6 +39,10 @@ src_prepare() {
# Turn off failing tests. bug https://bugs.gentoo.org/906351
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die
+
+ # Remove bad tests, bug #923281
+ rm test/macro.fnl || die
+ sed -i test/init.lua -e 's|"test.macro",||' || die
}
src_test() {
diff --git a/dev-lang/fennel/fennel-1.4.2.ebuild b/dev-lang/fennel/fennel-1.4.2-r1.ebuild
similarity index 86%
rename from dev-lang/fennel/fennel-1.4.2.ebuild
rename to dev-lang/fennel/fennel-1.4.2-r1.ebuild
index 2970b228386f..71f067aa7941 100644
--- a/dev-lang/fennel/fennel-1.4.2.ebuild
+++ b/dev-lang/fennel/fennel-1.4.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
# Fails to build with with "lua5-1".
-LUA_COMPAT=( lua5-{3,4} )
+LUA_COMPAT=( lua5-{3,4} luajit )
inherit lua-single
@@ -39,6 +39,10 @@ src_prepare() {
# Turn off failing tests. bug https://bugs.gentoo.org/906351
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die
+
+ # Remove bad tests, bug #923281
+ rm test/macro.fnl || die
+ sed -i test/init.lua -e 's|"test.macro",||' || die
}
src_test() {
next reply other threads:[~2024-04-13 22:56 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-13 22:56 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-13 23:12 [gentoo-commits] repo/gentoo:master commit in: dev-lang/fennel/ Maciej Barć
2025-02-19 8:49 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-06-27 22:42 Maciej Barć
2024-02-24 21:50 Maciej Barć
2024-01-30 19:58 Maciej Barć
2024-01-30 19:58 Maciej Barć
2024-01-21 7:58 Viorel Munteanu
2024-01-15 3:32 Ionen Wolkens
2023-12-14 4:15 Sam James
2023-09-16 14:48 Maciej Barć
2023-09-02 14:30 Maciej Barć
2023-07-10 18:56 Maciej Barć
2023-07-10 18:56 Maciej Barć
2023-05-15 19:33 Maciej Barć
2023-05-06 9:59 Arthur Zamarin
2023-02-14 10:42 Maciej Barć
2023-02-14 10:42 Maciej Barć
2023-02-14 10:42 Maciej Barć
2023-01-21 9:22 Arthur Zamarin
2022-10-17 2:13 Maciej Barć
2022-10-17 2:13 Maciej Barć
2022-08-29 2:38 Maciej Barć
2022-08-29 2:38 Maciej Barć
2022-08-14 20:06 Sam James
2022-04-16 16:29 Maciej Barć
2022-02-01 22:23 Maciej Barć
2022-02-01 22:23 Maciej Barć
2021-11-28 18:27 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=1713048949.e63f446626cf51238f60dadc097a6e502363db6b.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