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/luau/
Date: Fri,  6 Dec 2024 08:31:30 +0000 (UTC)	[thread overview]
Message-ID: <1733473655.4d814f5b474af81cade35b0d60fa53ca19d3259b.xgqt@gentoo> (raw)

commit:     4d814f5b474af81cade35b0d60fa53ca19d3259b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 08:27:35 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 08:27:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d814f5b

dev-lang/luau: drop old 0.640

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

 dev-lang/luau/Manifest          |  1 -
 dev-lang/luau/luau-0.640.ebuild | 38 --------------------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-lang/luau/Manifest b/dev-lang/luau/Manifest
index deab11164d7e..89edb3a36642 100644
--- a/dev-lang/luau/Manifest
+++ b/dev-lang/luau/Manifest
@@ -1,3 +1,2 @@
-DIST luau-0.640.tar.gz 1769411 BLAKE2B 5ddf7891fff6006a7fcfe796c753b4ad1cd4a926820cb6a1e34a6f9384b0449ec6b8853c7c0951610bb6cc9f4c0f35f58a42a0faa6a15fb44257acd93fa91d96 SHA512 d7298c4e5a0c0fd7481d83aa179e364f5b6491773677a43b3554e171d47d55f43c8c89049e5ec3a4737f255c4b4902c808a4bfb7559d9e311798dca3043afff1
 DIST luau-0.645.tar.gz 1796897 BLAKE2B d6e9bd89386d360ba1627165d178c143bbb4dee52ab12bf3ca74ed8b475bfe7f05f2609a13403228e606b3b81048730c200db69671ef34329387e541e7aaf19e SHA512 11153008ad893a68bf2578a077a7acb9bd148a8ef6146ba50ea34d186744f49bb28dafcf417fbcdd3b8c2d58a9509d5361621f0302b7727c91926cc3bba24da4
 DIST luau-0.653.tar.gz 1858007 BLAKE2B 5e919c2d558f3d9fb44b50c43c063779ef9400bcec7f1881884eccad1f972424ec8c662de3a19c958a00dad0b38dbb295c9ff89b286b39e8d842d102c17346fc SHA512 470cf58a923f0ab3baa36805500100fca16972bea2f87b45fa17ed4d058f3fbc162d4a7802a75a46ad7a46b25630379ac063462751a4d31f65c6df6d0a527c15

diff --git a/dev-lang/luau/luau-0.640.ebuild b/dev-lang/luau/luau-0.640.ebuild
deleted file mode 100644
index 2dc9fa78e0a2..000000000000
--- a/dev-lang/luau/luau-0.640.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 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.org/
-	https://github.com/luau-lang/luau/"
-
-if [[ "${PV}" == *9999* ]] ; then
-	inherit git-r3
-
-	EGIT_REPO_URI="https://github.com/luau-lang/${PN}.git"
-else
-	SRC_URI="https://github.com/luau-lang/${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
-}


             reply	other threads:[~2024-12-06  8:31 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-06  8:31 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31  5:32 [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/ Arthur Zamarin
2025-05-30 22:13 Maciej Barć
2025-04-28  5:44 Sam James
2025-04-18 15:24 Maciej Barć
2025-04-14 17:07 Arthur Zamarin
2025-03-24 22:45 Maciej Barć
2025-02-28 13:42 Maciej Barć
2025-02-28 13:42 Maciej Barć
2025-01-05 23:22 Sam James
2024-12-06  7:49 Sam James
2024-12-01 17:29 Maciej Barć
2024-11-04  0:19 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-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=1733473655.4d814f5b474af81cade35b0d60fa53ca19d3259b.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