From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/
Date: Wed, 1 Nov 2023 19:17:15 +0000 (UTC) [thread overview]
Message-ID: <1698866231.43d8a51202b2159f52394fdef92ab522060bcd72.xgqt@gentoo> (raw)
commit: 43d8a51202b2159f52394fdef92ab522060bcd72
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 1 18:23:15 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Nov 1 19:17:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d8a512
dev-lang/luau: bump to 0.601
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-lang/luau/Manifest | 1 +
dev-lang/luau/luau-0.601.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-lang/luau/Manifest b/dev-lang/luau/Manifest
index 82be6baee224..c3829c333e0a 100644
--- a/dev-lang/luau/Manifest
+++ b/dev-lang/luau/Manifest
@@ -2,3 +2,4 @@ DIST luau-0.596.tar.gz 6068791 BLAKE2B b6f8c7e0c51486910a8e4f22f22e2da407c90eb7b
DIST luau-0.598.tar.gz 6081452 BLAKE2B 19b725ea63df144288ef7d7ce12e1ae04a9908acd9af0820be80ff559b0635427c617bf586a58af044d03608e4f9c494bc0fa8adf3d19a1d7fc600fa33d8d099 SHA512 62cabc2f0ba5ac204221431153e84a7b3ad53ee33ce04836c3bbbb37eb54848e2cbc997da9bfa5acd942f1eb326bca0b967108265e57b3e7de6034189dbc00e5
DIST luau-0.599.tar.gz 6501273 BLAKE2B f065f0ca11664841d182384c3ae3f3e8e283a0c504df43bd67139039afd1b75343ffc24c2fb26e13914bdc22efe66dd68cd3f1eb922bad2eda2540b04120a1ae SHA512 de9997f240f52551097bdd8af9c4fc40d0c90289e4e0d3677c2fedca2e69d57a7ac3fa8dc2df60eecfb466d9205eed517cb6cedbebde80ad318a370f37ee0ec9
DIST luau-0.600.tar.gz 6521332 BLAKE2B e2dee23ce448659ef9ebba4067c61a2666028de63cc4bdccc55cc970740c419f5865659601ef2c63e0cb381fef43b0ceb5f944eb29677f8f3ee10bf511b7aed1 SHA512 51d8cc1bf6547c5866e5f98748dac31f6da645552ba57ce7b100586cf51c1d7e0bc54359f1f74ff7043d2801256695c074b3a604f0404fc331472c664edf9cea
+DIST luau-0.601.tar.gz 1612674 BLAKE2B f3f760dc6e74ccaba616e5320e78c5994e6c9cc89eaeac18b62533a22e2fc3756e6be6c17cd5b14a212cca384164f7ec90ca720dfd53801dcfa4cf5df17a6ddd SHA512 be8c5fc29269a8c94a8aa0f15f4d88f11ee0d75be4c51c61225b6a0ebebba3c9cfb6c0dee0045a775ccfaf95ea9b4d52e84acf7a9fe970fa92b9bc0d161233d8
diff --git a/dev-lang/luau/luau-0.601.ebuild b/dev-lang/luau/luau-0.601.ebuild
new file mode 100644
index 000000000000..c7bee4916d90
--- /dev/null
+++ b/dev-lang/luau/luau-0.601.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Gradually typed embeddable scripting language derived from Lua"
+HOMEPAGE="https://luau-lang.org/
+ https://github.com/Roblox/luau/"
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/Roblox/${PN}.git"
+else
+ SRC_URI="https://github.com/Roblox/${PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( CONTRIBUTING.md README.md SECURITY.md )
+
+src_test() {
+ "${BUILD_DIR}"/Luau.UnitTest || die
+ "${BUILD_DIR}"/Luau.Conformance || die
+}
+
+src_install() {
+ exeinto /usr/bin
+ doexe "${BUILD_DIR}"/luau{,-analyze,-ast,-compile,-reduce}
+
+ einstalldocs
+}
next reply other threads:[~2023-11-01 19:17 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-01 19:17 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-04 0:19 [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/ Maciej Barć
2024-10-30 2:55 Sam James
2024-10-27 8:51 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-28 15:00 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:44 Maciej Barć
2024-09-03 18:32 Jakov Smolić
2024-08-24 13:12 Michał Górny
2024-08-17 15:33 Jakov Smolić
2024-08-03 23:21 Maciej Barć
2024-08-03 23:21 Maciej Barć
2024-08-01 16:47 Arthur Zamarin
2024-08-01 13:07 Maciej Barć
2024-07-23 23:12 Maciej Barć
2024-07-23 23:12 Maciej Barć
2024-07-22 1:09 Sam James
2024-07-17 15:46 Maciej Barć
2024-07-02 3:43 Maciej Barć
2024-06-15 22:23 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-05-01 23:38 Sam James
2024-03-30 23:09 Maciej Barć
2024-03-30 23:09 Maciej Barć
2024-03-30 23:09 Maciej Barć
2024-03-13 12:05 Arthur Zamarin
2024-03-05 23:07 Maciej Barć
2024-02-27 23:57 Sam James
2024-02-19 15:30 Maciej Barć
2024-02-19 15:30 Maciej Barć
2024-02-07 22:21 Maciej Barć
2024-02-07 22:21 Maciej Barć
2024-01-28 6:50 Sam James
2024-01-20 20:45 Maciej Barć
2024-01-20 20:45 Maciej Barć
2024-01-20 20:45 Maciej Barć
2024-01-18 17:25 Sam James
2024-01-08 21:10 Arthur Zamarin
2023-12-27 1:20 Maciej Barć
2023-12-27 1:20 Maciej Barć
2023-12-17 6:20 Arthur Zamarin
2023-12-11 23:29 Maciej Barć
2023-12-08 0:29 Maciej Barć
2023-12-06 22:47 Maciej Barć
2023-12-06 17:13 Arthur Zamarin
2023-11-26 0:11 Sam James
2023-11-18 1:31 Maciej Barć
2023-11-16 23:38 Maciej Barć
2023-11-16 23:38 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-11-13 12:38 Maciej Barć
2023-11-07 18:50 Maciej Barć
2023-11-07 18:50 Maciej Barć
2023-11-01 19:17 Maciej Barć
2023-10-31 0:47 Sam James
2023-10-23 20:39 Maciej Barć
2023-10-17 17:02 Sam James
2023-10-17 13:39 Maciej Barć
2023-10-17 13:39 Maciej Barć
2023-10-07 14:57 Maciej Barć
2023-10-04 23:32 Maciej Barć
2023-10-04 23:32 Maciej Barć
2023-10-04 23:32 Maciej Barć
2023-10-03 22:06 Sam James
2023-10-01 18:07 Arthur Zamarin
2023-09-25 20:36 Maciej Barć
2023-09-25 20:36 Maciej Barć
2023-09-21 5:09 Sam James
2023-09-16 14:48 Maciej Barć
2023-09-16 14:48 Maciej Barć
2023-09-07 19:51 Sam James
2023-09-02 13:08 Maciej Barć
2023-08-26 15:46 Maciej Barć
2023-08-20 11:29 Maciej Barć
2023-08-13 0:38 Sam James
2023-08-12 23:23 Maciej Barć
2023-08-05 16:53 Maciej Barć
2023-08-05 16:53 Maciej Barć
2023-07-29 16:09 Maciej Barć
2023-07-15 22:17 Maciej Barć
2023-07-10 18:55 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=1698866231.43d8a51202b2159f52394fdef92ab522060bcd72.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