public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/
Date: Wed, 13 Nov 2024 18:16:00 +0000 (UTC)	[thread overview]
Message-ID: <1731521226.a8175982bb765404bac77842bfcb4b19ee8156cc.xgqt@gentoo> (raw)

commit:     a8175982bb765404bac77842bfcb4b19ee8156cc
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 14:59:48 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 18:07:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8175982

dev-lang/eisl: bump to 5.37

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-lang/eisl/Manifest         |  1 +
 dev-lang/eisl/eisl-5.37.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-lang/eisl/Manifest b/dev-lang/eisl/Manifest
index 4cf0f2a3d27d..455d8108761b 100644
--- a/dev-lang/eisl/Manifest
+++ b/dev-lang/eisl/Manifest
@@ -2,3 +2,4 @@ DIST eisl-5.31.tar.gz 3134740 BLAKE2B 73fe01c7d996c68281300b2e971b096f26649e6226
 DIST eisl-5.33.tar.gz 3136290 BLAKE2B e6ecd62c1fce947ff971d15b70b78119e49f5cd13f7d695d364fb848e4ba29fee46a076a651a542c84278ba0eebd970dec4d88990a68c0add40c6e281a987a85 SHA512 3be0fb5184c609b0cce3681903e132fbaeaa3ef00a4770e56f027299d93e103617ab326e14c279f7e97955be4e0929d271a7bc80dd7c9841320ad060270ac16c
 DIST eisl-5.35.tar.gz 3136245 BLAKE2B 9de21f365ef4e7c7af513e0370bbd79b1412f927e3a2fbf628445cc4e6b324e3b552be1b7d7720dce6dae32a82abe9b13e9b9f4aa4bd892730ed9d63a0cf5ade SHA512 63eca37ee1565520fed967989d4900f22962768c024974434033add8d544a3c6dd4bf6fb677f2ef28472fbfc3d8296d2776c907d572e9383d6c7501f8aa42ee0
 DIST eisl-5.36.tar.gz 3136331 BLAKE2B 84f3b6917d2d4c2319e3322a9c80bfd4ebebcf9731c7625f1be8f619edc60c1c005db407b09c3f1158e5d7c739244e975513f75bb16913b9cc8162b0fafeb8fd SHA512 6f7d8629a74513ed0d6f3eab7aa9f6af1ec706ebe64c48543ead70fb4825d6e090b4cc1399353b07ed107b78c589f1398c7169ba9799be132de4da5552d95846
+DIST eisl-5.37.tar.gz 3136844 BLAKE2B 43a326e4367b9ba01ef57194ffb9c9f9a9cf322de3055d340263075d2fdd5d06bc0abb3ccacf41018227e1a13e71dd91cd77e42001a58ef8121f8910a03bcb13 SHA512 5f3c88d16f8febb88767d31de193e90da27357132cb46e11ae526ec7d048a8f392b688d2eb815bc297bab3c2ead5ba497bc0dba48a1b65754a6ef499259fddab

diff --git a/dev-lang/eisl/eisl-5.37.ebuild b/dev-lang/eisl/eisl-5.37.ebuild
new file mode 100644
index 000000000000..0ef48728bee1
--- /dev/null
+++ b/dev-lang/eisl/eisl-5.37.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2024 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/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/sasagawa888/${PN}.git"
+else
+	SRC_URI="https://github.com/sasagawa888/${PN}/archive/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+RESTRICT="test"  # Tests run cppcheck (and fail)
+
+DOCS=( README{,-ja}.md documents )
+
+RDEPEND="
+	sys-libs/ncurses:=
+"
+DEPEND="
+	${RDEPEND}
+"
+
+PATCHES=( "${FILESDIR}/${PN}-3.60-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
+}


             reply	other threads:[~2024-11-13 18:16 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-13 18:16 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-24 15:47 [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/ Jakov Smolić
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-28  8:40 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=1731521226.a8175982bb765404bac77842bfcb4b19ee8156cc.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