From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fennel/
Date: Mon, 10 Jul 2023 18:56:00 +0000 (UTC) [thread overview]
Message-ID: <1689015357.ca0a5dc844f79476539c145188becac5b6d9325f.xgqt@gentoo> (raw)
commit: ca0a5dc844f79476539c145188becac5b6d9325f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 14:50:47 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 18:55:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0a5dc8
dev-lang/fennel: bump to 1.3.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/fennel/Manifest | 1 +
dev-lang/fennel/fennel-1.3.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-lang/fennel/Manifest b/dev-lang/fennel/Manifest
index 86444fffab37..ed06aecc5add 100644
--- a/dev-lang/fennel/Manifest
+++ b/dev-lang/fennel/Manifest
@@ -1 +1,2 @@
DIST fennel-1.3.0.tar.gz 280241 BLAKE2B b8b79b7c439d68e8e3e3eedbd50e8789cccad2a278df908d7432501722077ab884a0d18927a853fea70fc1ec682e929d5337b087662b64b0da4e0fffcad62d9f SHA512 b4b9b96f71d1cbbf5c81eae737aca01f7d417a227925d19008a923f5045a86a355297f927ecdb719653097f73d6d6df148955b1973e4483dd14e863384ca0ff3
+DIST fennel-1.3.1.tar.gz 293564 BLAKE2B 9fc465a06d8df86468197408dbb2c4e1c20a630911d1d999763cb274ed5bafa8dc4260416f10edc294bb9b7e56379f7842137d016059f0f2bc61d15391449447 SHA512 421d479c4527898123020ecc231e5eea38c5f5f1216f4a0bed0a39b8123d6a21ba1b0e876d281dfde447fe000e34a81f706303b4daa2626cc7559c063990cd5f
diff --git a/dev-lang/fennel/fennel-1.3.1.ebuild b/dev-lang/fennel/fennel-1.3.1.ebuild
new file mode 100644
index 000000000000..adcd82b5141e
--- /dev/null
+++ b/dev-lang/fennel/fennel-1.3.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Fails to build with with "lua5-1".
+LUA_COMPAT=( lua5-{3,4} luajit )
+
+inherit lua-single
+
+DESCRIPTION="Lisp-like language that compiles to Lua"
+HOMEPAGE="https://fennel-lang.org/
+ https://sr.ht/~technomancy/fennel/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~technomancy/${PN}"
+else
+ SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+
+ # Turn off broken(?) tests. bug https://bugs.gentoo.org/906351
+ sed -i -e 's|"failures",||' -e 's|"repl",||' test/init.lua || die
+}
+
+src_install() {
+ emake LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" PREFIX="${ED}/usr" install
+
+ dodoc *.md
+}
next reply other threads:[~2023-07-10 18:56 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-10 18:56 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: dev-lang/fennel/ Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-06-27 22:42 Maciej Barć
2024-04-13 22:56 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-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=1689015357.ca0a5dc844f79476539c145188becac5b6d9325f.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