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: Sun, 10 Sep 2023 15:35:33 +0000 (UTC)	[thread overview]
Message-ID: <1694360129.12889f654fb05ef84285643fbdb650536954e840.xgqt@gentoo> (raw)

commit:     12889f654fb05ef84285643fbdb650536954e840
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 09:42:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 15:35:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12889f65

dev-lang/eisl: bump to 3.50

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

 dev-lang/eisl/Manifest         |  1 +
 dev-lang/eisl/eisl-3.50.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-lang/eisl/Manifest b/dev-lang/eisl/Manifest
index afe913b74f60..00f85a88fde5 100644
--- a/dev-lang/eisl/Manifest
+++ b/dev-lang/eisl/Manifest
@@ -1,3 +1,4 @@
 DIST eisl-3.30.tar.gz 2170799 BLAKE2B 123cdf6074f8f9170dc02e1f935e1d06a83cd3e2228e05b051776e7067369ab75cfa5afba8643424bee980c1ab6ca2c3314a1440074c6ddaba39ced5bc0b8fcd SHA512 4d44534f3120c9e2051c223326e528a051af087d0750ef2bcb15eb1e762b0e25769d3dbc3d04f2064053e0e4b6ec675918ffeef4a8fa4f4c72a3846524200904
 DIST eisl-3.40.tar.gz 2287448 BLAKE2B 10b9f6b74a313f0ecb724c09d5ade3ee81b6aa4b1f2c426a8c399a46ebca15e58e4666d9bbd5f72ab6a24b194e12b11a635a88066299577de956d20376aaa8e7 SHA512 30313b9660b2eb2500b498abeb82f0bcd660c720488dda981d87e2221eec3dd1d306740993bf2f321ca8e66cb47841ca9d8a7fc83dfc6551cd271c7ffab8af25
 DIST eisl-3.45.tar.gz 2427103 BLAKE2B 3a87b3b075dc75e8bc408f2a9ba78fe1cdbe12f40c7901aa546fb4cc0f1e6d06ec9ce65cee229517f518b05c99eaf327d2caf9277b82c2f9ab06ca3d9426bf33 SHA512 fa939d02466c6f3164066deb50b519376cd7464f1330b7633ef8450c0c23a89d0a7626cc3b79d570b3643ac098bc0fee5ecc27b1c62bf89f92335e8a09e2107b
+DIST eisl-3.50.tar.gz 2428194 BLAKE2B bab17dc6ab00f894cd4e9558a1bbc4bca9eb2770de46eb30d015e9e7542c774f2d55427bea05d5c5c6d910eec9a9de3d84568f9ec12043f20bbcdc542f0294ff SHA512 53d23a86a5b15ff04c268db348b5edb61eb0709cb1ef21e5b9ca7eda8954a0ab2b9dad345c3a9d80325cbfe35e879516b0d8d98609cf68dcad8898b5ce10c175

diff --git a/dev-lang/eisl/eisl-3.50.ebuild b/dev-lang/eisl/eisl-3.50.ebuild
new file mode 100644
index 000000000000..987db06ada03
--- /dev/null
+++ b/dev-lang/eisl/eisl-3.50.ebuild
@@ -0,0 +1,46 @@
+# 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/"
+
+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}-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
+}


             reply	other threads:[~2023-09-10 15:35 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-10 15:35 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-lang/eisl/ Maciej Barć
2025-03-07 19:34 Maciej Barć
2025-02-05 14:10 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-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=1694360129.12889f654fb05ef84285643fbdb650536954e840.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