From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/
Date: Sun, 28 May 2023 08:40:36 +0000 (UTC) [thread overview]
Message-ID: <1685263234.fca032e0709e680a4723774b151418be1935b6a6.xgqt@gentoo> (raw)
commit: fca032e0709e680a4723774b151418be1935b6a6
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 08:08:55 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun May 28 08:40:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca032e0
dev-lang/eisl: bump to 2.96
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/eisl/Manifest | 1 +
dev-lang/eisl/eisl-2.96.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-lang/eisl/Manifest b/dev-lang/eisl/Manifest
index f6699d54959c..adef2d520070 100644
--- a/dev-lang/eisl/Manifest
+++ b/dev-lang/eisl/Manifest
@@ -1,3 +1,4 @@
DIST eisl-2.85.tar.gz 2126779 BLAKE2B b95735cac70a1bae0277f910ba0b69746ca44979c08b4c19c5642d1d998e0a248827cf6cc0bac9f29c620c34ede2558e7723b7ab8b841fadbf366fa9047e6a7c SHA512 4b09e0faa126e30e44d0d23cfb79316289631da1ae8069989c58852f14c4b1f2e28539698fc8a1f433ff11e0be7a63efd836d0978965eefe42a7620c11b56c54
DIST eisl-2.90.tar.gz 2129524 BLAKE2B 5b7a7aaf68a53ac4611b90f98f50fb66973411f1303f0de9dab14301a49847a1250c07d1e912d55783b939d3a2b7a6aa82fa3d9b42818ea9aacf37949ba9e14a SHA512 3cefc6608e1f4d4a0ba581c2043cb9af9d379273cfda74a4ac77f802dbb672faf98af5a60a946e12f0abedd47074b67a0c8163a81eebca92a20cd04f767d6b0f
DIST eisl-2.93.tar.gz 2138623 BLAKE2B 049628a3dba0b9da5334bb575e7cfd977cdee6b08f009590c3dd13ba81e325ef4cf9d64c8a3fc7b59b9459e5dca0f7d49243b61040d662200a3b64f797d631fe SHA512 261ca84594f6fa408739e3aedb0f0c0b0d246df14b6b79a3efb013219730b93290e725eb976980ac23488c361bca05eb642d3b4fc408ee4355ba84ca658185e7
+DIST eisl-2.96.tar.gz 2140505 BLAKE2B 89a10119531e407456977ed8022a71aa417d6379fbfc9e7712aa7707f2bebac2b78b4431c3dcc57ef20665b1fc8035085af1b9b5a0ec3d09f8a9bdbde42b421c SHA512 9e47489418a8c317fe95d1f08ebb077bd5f389a41281c830f81efe094a9a474877ef483dcf4d015ff6fc870d2d97b88d7c165f1a5be5c0063c3e846ab92d08c9
diff --git a/dev-lang/eisl/eisl-2.96.ebuild b/dev-lang/eisl/eisl-2.96.ebuild
new file mode 100644
index 000000000000..fc6d817410fa
--- /dev/null
+++ b/dev-lang/eisl/eisl-2.96.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Interpreter and compiler compatible with the ISLisp standard"
+HOMEPAGE="https://github.com/sasagawa888/eisl/"
+SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # Tests run cppcheck (and fail)
+
+DOCS=( README{,-ja}.md documents )
+
+RDEPEND="sys-libs/ncurses:="
+DEPEND="${RDEPEND}"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.85-Makefile.patch )
+
+src_compile() {
+ emake CC="$(tc-getCC)" clean edlis eisl
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe edlis eisl
+
+ # Compilation of ISLisp files on installation fails.
+ # Do not compile them and mimic "make install".
+ insinto /usr/share/${PN}
+ doins -r library
+ doins fast.h ffi.h
+
+ einstalldocs
+}
next reply other threads:[~2023-05-28 8:40 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-28 8:40 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-05 14:10 [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/ Jakov Smolić
2025-01-27 14:51 Maciej Barć
2025-01-22 17:34 Arthur Zamarin
2025-01-12 14:26 Maciej Barć
2025-01-05 16:21 Maciej Barć
2025-01-05 16:21 Maciej Barć
2024-12-28 17:38 Sam James
2024-12-27 18:52 Maciej Barć
2024-12-20 11:31 Maciej Barć
2024-11-27 22:10 Maciej Barć
2024-11-26 1:45 Maciej Barć
2024-11-26 1:45 Maciej Barć
2024-11-26 1:45 Maciej Barć
2024-11-24 15:47 Jakov Smolić
2024-11-13 18:16 Maciej Barć
2024-11-04 0:19 Maciej Barć
2024-10-30 15:14 Sam James
2024-10-27 8:51 Maciej Barć
2024-10-10 0:05 Maciej Barć
2024-10-06 19:53 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-27 5:30 Arthur Zamarin
2024-09-16 23:44 Maciej Barć
2024-09-06 23:11 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-08-24 15:44 Maciej Barć
2024-08-24 15:44 Maciej Barć
2024-08-17 15:33 Jakov Smolić
2024-08-16 16:21 Maciej Barć
2024-07-29 15:17 Maciej Barć
2024-07-29 15:17 Maciej Barć
2024-07-21 19:48 Arthur Zamarin
2024-07-15 7:10 Maciej Barć
2024-07-04 2:39 Maciej Barć
2024-06-25 22:03 Sam James
2024-06-14 7:27 Maciej Barć
2024-06-14 7:27 Maciej Barć
2024-06-04 18:23 Arthur Zamarin
2024-05-23 22:08 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-05-07 1:16 Sam James
2024-05-01 15:42 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-03-25 2:27 Maciej Barć
2024-03-04 2:50 Sam James
2024-02-01 13:22 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 17:17 Arthur Zamarin
2023-11-04 20:49 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-10-26 13:13 Maciej Barć
2023-10-17 13:03 Sam James
2023-09-25 12:13 Arthur Zamarin
2023-09-16 14:48 Maciej Barć
2023-09-15 8:53 Sam James
2023-09-10 15:35 Maciej Barć
2023-09-05 14:11 Maciej Barć
2023-09-02 15:35 Sam James
2023-08-23 22:14 Maciej Barć
2023-08-23 22:14 Maciej Barć
2023-08-20 17:37 Arthur Zamarin
2023-08-01 18:53 Maciej Barć
2023-08-01 18:53 Maciej Barć
2023-07-29 16:20 Sam James
2023-07-29 16:09 Maciej Barć
2023-07-17 12:33 Maciej Barć
2023-07-17 12:33 Maciej Barć
2023-06-30 21:14 Sam James
2023-06-25 12:13 Maciej Barć
2023-06-25 12:13 Maciej Barć
2023-06-25 12:13 Maciej Barć
2023-06-17 17:52 Maciej Barć
2023-06-17 17:52 Maciej Barć
2023-06-17 15:13 Sam James
2023-05-30 12:05 Maciej Barć
2023-05-30 12:05 Maciej Barć
2023-05-30 12:05 Maciej Barć
2023-05-30 12:05 Maciej Barć
2023-05-28 15:13 Maciej Barć
2023-05-28 15:13 Maciej Barć
2023-05-19 17:45 Sam James
2023-05-17 20:45 Maciej Barć
2023-04-16 23:16 Maciej Barć
2023-04-16 23:16 Maciej Barć
2023-04-08 22:23 Sam James
2023-04-03 1:56 Maciej Barć
2023-03-13 22:48 Sam James
2023-03-05 22:39 Maciej Barć
2023-02-27 20:33 Sam James
2023-02-07 23:06 Sam James
2023-02-07 21:49 Maciej Barć
2023-01-24 23:55 Sam James
2023-01-23 7:57 Maciej Barć
2023-01-21 9:21 Arthur Zamarin
2023-01-03 20:30 Maciej Barć
2023-01-03 20:30 Maciej Barć
2022-11-22 13:25 Maciej Barć
2022-11-22 13:25 Maciej Barć
2022-08-06 10:58 Maciej Barć
2022-07-06 12:52 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=1685263234.fca032e0709e680a4723774b151418be1935b6a6.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