public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/, dev-lang/luau/files/
@ 2023-08-20 11:29 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2023-08-20 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     5e86b42d669c4181238f8bfdbced780b4c9b90b4
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 11:00:14 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 11:29:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e86b42d

dev-lang/luau: drop old 0.590

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

 dev-lang/luau/Manifest                       |  1 -
 dev-lang/luau/files/luau-0.590-cstdint.patch | 10 --------
 dev-lang/luau/luau-0.590.ebuild              | 38 ----------------------------
 3 files changed, 49 deletions(-)

diff --git a/dev-lang/luau/Manifest b/dev-lang/luau/Manifest
index a015a2395758..731b3ab8239b 100644
--- a/dev-lang/luau/Manifest
+++ b/dev-lang/luau/Manifest
@@ -1,4 +1,3 @@
 DIST luau-0.583.tar.gz 5575214 BLAKE2B 17088d4d5026854a5aac29d80a20ab8901753a3d8b89c21491df44202d07433f801d10a8e9443bc21f3318cda059000e43ed2cc2cb5926d3464f47ac7352a3c4 SHA512 45964e485354839c42b44f1482b372d47bce95302122fbba2288a0880bc964e30e934bdd6a62d0b6b2e6d725bdbe3332f67dc136fa64b28be9b3a0b2bc55d16b
 DIST luau-0.589.tar.gz 6003411 BLAKE2B d478aea8a9c2091d2b17cf48c07faeb50801d39c4295f70c81485f96af5c05b5d9b565b18e96977933e5b8a5ddd3b1570da39ae28e53bf74b32fc595d1ccbd67 SHA512 923519a59e8cf92f92c06b2e18716b1360d504098137e72757a607d8e6801c7aaac6b6285264ca74e3dd90b618433e06599511b9a49198532501c2b8f841b577
-DIST luau-0.590.tar.gz 6009230 BLAKE2B 16dd1d5f04071f993683e099c9e9b1f15b55cfc4023df5c61e3008503eef53de65dcf54efc3b087d32df765ae51836e08d0865e3008cabc3f231fb48145c872a SHA512 bc43c321ee4f9253fe672a043ef29aa10b6911c462ee93d21c5f91a37ce05b51815426242e541eac86b66f1a17fcbd426ad673b6443c9ec478ae9e1e76239726
 DIST luau-0.591.tar.gz 6019607 BLAKE2B b60520141f79ec576ca0ac0eb6f73b6022a7450bf2a713e3c9dfcfece97750909e36c07c7e2dc31a786a0d9201e73b44a1d69213cdf8138173b9d862a67499d4 SHA512 068c5323fb7b7e55cf26dceedbd7a4b5e6356e503076e7cdce1493e6a105a49b5eff65312c98e796ec863cc74172a7010838f27f4b7b8131c8fc93a8a1501c39

diff --git a/dev-lang/luau/files/luau-0.590-cstdint.patch b/dev-lang/luau/files/luau-0.590-cstdint.patch
deleted file mode 100644
index 50dd7254ed58..000000000000
--- a/dev-lang/luau/files/luau-0.590-cstdint.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Analysis/include/Luau/LinterConfig.h
-+++ b/Analysis/include/Luau/LinterConfig.h
-@@ -5,6 +5,7 @@
- 
- #include <string>
- #include <vector>
-+#include <stdint.h>
- 
- namespace Luau
- {

diff --git a/dev-lang/luau/luau-0.590.ebuild b/dev-lang/luau/luau-0.590.ebuild
deleted file mode 100644
index 70561ecec748..000000000000
--- a/dev-lang/luau/luau-0.590.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.590-cstdint.patch )
-
-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
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/, dev-lang/luau/files/
@ 2023-10-23 20:39 Maciej Barć
  0 siblings, 0 replies; 2+ messages in thread
From: Maciej Barć @ 2023-10-23 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ce282c7ad595b02a078e4e53ce8802f60590ac
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 23 20:34:04 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 20:38:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ce282c

dev-lang/luau: bump to 0.600

Bug: https://github.com/Roblox/luau/pull/1078

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

 dev-lang/luau/Manifest                       |  1 +
 dev-lang/luau/files/luau-0.600-cstdint.patch | 11 ++++++++
 dev-lang/luau/luau-0.600.ebuild              | 38 ++++++++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-lang/luau/Manifest b/dev-lang/luau/Manifest
index 7678c0f4b8c1..77c2ce899ec2 100644
--- a/dev-lang/luau/Manifest
+++ b/dev-lang/luau/Manifest
@@ -2,3 +2,4 @@ DIST luau-0.595.tar.gz 6064604 BLAKE2B 3586b7aa90e7a365322099f4861a51b6bc089fa17
 DIST luau-0.596.tar.gz 6068791 BLAKE2B b6f8c7e0c51486910a8e4f22f22e2da407c90eb7bf56dcbd29932ad95a82cd5c0dc66933d9132394213a9e170f0e24512879c8ca914d44fab1069e9eb398d440 SHA512 2ae5727206020e74f70fef8acdf2b77ff4dd7872cf2122f9a09214ced606e9df2a494d02bd7fddceb9d056bb768764d0de5b6ed0ac15ccf65cf639e644245dca
 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

diff --git a/dev-lang/luau/files/luau-0.600-cstdint.patch b/dev-lang/luau/files/luau-0.600-cstdint.patch
new file mode 100644
index 000000000000..567d27ec2e9e
--- /dev/null
+++ b/dev-lang/luau/files/luau-0.600-cstdint.patch
@@ -0,0 +1,11 @@
+--- a/Analysis/include/Luau/TypePairHash.h
++++ b/Analysis/include/Luau/TypePairHash.h
+@@ -2,7 +2,7 @@
+ #pragma once
+ 
+ #include "Luau/TypeFwd.h"
+-
++#include <cstdint>
+ #include <utility>
+ 
+ namespace Luau

diff --git a/dev-lang/luau/luau-0.600.ebuild b/dev-lang/luau/luau-0.600.ebuild
new file mode 100644
index 000000000000..77e0be9d3f59
--- /dev/null
+++ b/dev-lang/luau/luau-0.600.ebuild
@@ -0,0 +1,38 @@
+# 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"
+
+PATCHES=( "${FILESDIR}/${PN}-0.600-cstdint.patch" )
+
+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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-23 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-20 11:29 [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/, dev-lang/luau/files/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-10-23 20:39 Maciej Barć

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox