From: "Jian Lin" <jlin.gentoo@outlook.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-lang/fennel/
Date: Mon, 16 Aug 2021 19:04:57 +0000 (UTC) [thread overview]
Message-ID: <1629113098.aa70ae144426bf27eb53c256bd68a81f83bee0eb.jian@gentoo> (raw)
commit: aa70ae144426bf27eb53c256bd68a81f83bee0eb
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Mon Aug 16 11:24:06 2021 +0000
Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Mon Aug 16 11:24:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa70ae14
dev-lang/fennel: bump to 0.10.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
dev-lang/fennel/Manifest | 1 +
dev-lang/fennel/fennel-0.10.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-lang/fennel/Manifest b/dev-lang/fennel/Manifest
index 219c558a7..147d7e327 100644
--- a/dev-lang/fennel/Manifest
+++ b/dev-lang/fennel/Manifest
@@ -1,2 +1,3 @@
+DIST fennel-0.10.0.tar.gz 221002 BLAKE2B 567401cad40591968b8e670d3a808cb87d0df04784c0058ee4f46d02dbdf7ba7c7b71a586dc000bd2237f51bd56f611e1e8176478b6d155107857ae1835a8f28 SHA512 3b41cbaed60f6aebc92047d4e2f4c1529871bbe0b42a53543db4c9320d627c89450384ace90d2564460a7cbab5fc36c6315f754b42b3531ee37e41ea2aa5fe04
DIST fennel-0.9.1.tar.gz 203441 BLAKE2B 74f461b3e7a24cdae0c8dde590814cb9753a12ab62e797746cc8753d178007a09084037e443d8309fa11ff309a5c6bf6c2e369942ef357aa0402883cef278542 SHA512 87e7ffbef0b49499a93255f50e77f53b9be4faa6d4609d8d65e3a64470bbf07b49a55e7dd547fda4b0e5fe0f4f1e6ece18282cc89955a57ed0a50be8dc01261c
DIST fennel-0.9.2.tar.gz 209550 BLAKE2B b80ba0a8ebd3d089191f302ed00c3cb41d07a7b310b7b62609e2c40738b22eb16ce7dcc35449f5954316e74cdb982e4e51117ac70ca5bd6cf7b2d97783168f24 SHA512 2bf92865a4d79329b6c511c6871158a86347f98569a594358f9a3a8d2ac8013c35d00741ae68da50c5042df2b061e2eba4e61aa98877f94415f334f9994ad4e0
diff --git a/dev-lang/fennel/fennel-0.10.0.ebuild b/dev-lang/fennel/fennel-0.10.0.ebuild
new file mode 100644
index 000000000..7dfbc0c47
--- /dev/null
+++ b/dev-lang/fennel/fennel-0.10.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LUA_COMPAT=( lua5-{3..4} luajit )
+
+inherit lua-single
+
+DESCRIPTION="Fennel is a lisp that compiles to Lua"
+HOMEPAGE="https://fennel-lang.org/"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~technomancy/fennel"
+else
+ SRC_URI="https://git.sr.ht/~technomancy/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+
+RDEPEND="${LUA_DEPS}"
+DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
+
+src_install() {
+ emake \
+ LUA_LIB_DIR="${ED}/$(lua_get_lmod_dir)" \
+ PREFIX="${ED}/usr" \
+ install
+ doman "${PN}.1"
+ dodoc *.md
+}
next reply other threads:[~2021-08-16 20:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 19:04 Jian Lin [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-01 19:34 [gentoo-commits] repo/proj/guru:master commit in: dev-lang/fennel/ Andrew Ammerlaan
2021-08-16 19:04 Jian Lin
2021-05-12 9:38 Andrew Ammerlaan
2021-05-11 7:39 Andrew Ammerlaan
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=1629113098.aa70ae144426bf27eb53c256bd68a81f83bee0eb.jian@gentoo \
--to=jlin.gentoo@outlook.com \
--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