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: Wed,  4 Oct 2023 23:32:17 +0000 (UTC)	[thread overview]
Message-ID: <1696462334.758b778893ffb112216dfbb8327d8fd79120532c.xgqt@gentoo> (raw)

commit:     758b778893ffb112216dfbb8327d8fd79120532c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 21:08:47 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 23:32:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758b7788

dev-lang/luau: drop old 0.592

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

 dev-lang/luau/Manifest          |  1 -
 dev-lang/luau/luau-0.592.ebuild | 36 ------------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-lang/luau/Manifest b/dev-lang/luau/Manifest
index 5db997ec66d1..f33c1723b473 100644
--- a/dev-lang/luau/Manifest
+++ b/dev-lang/luau/Manifest
@@ -1,4 +1,3 @@
-DIST luau-0.592.tar.gz 6047275 BLAKE2B 94299eabd16c7163877b4e1b4514998d3a9db06b60f8aafb368d199eb407709987d22d02ff182e66fa38983f5eb8b09d557739d98e8d8cbc406dbfe336e99cba SHA512 69f4c3c82e26e42c6f2d5ce052b00f90cba10c4ebe2cea979e1e0c53463b2b22389e1a3308984c3c537c1efc1c488407a51f15fdd30301b8364645f362447b2f
 DIST luau-0.593.tar.gz 6053499 BLAKE2B 5cc023f32419cfc09a7dd4f4e94e99905e8e8bab42b675cb0d4712bacd930250094441f5a7ac9fbc68b9fa6e84bb5e9585100f44ee28ef9acf0b21b42f43eed6 SHA512 04c2808685db42fce09defca7a4e4e30a71e6fd6c4dc9362f030648203552e7ec79bbadda76f8e89ef3b627c18b05c277d3658286fbbf2c17db574733c0f7593
 DIST luau-0.595.tar.gz 6064604 BLAKE2B 3586b7aa90e7a365322099f4861a51b6bc089fa17aff1b81dab4456038b6d4e1ad7b61708bf23d085c1fad5ebcaa9010dff343d8e278475740c9c6d9250f6c3e SHA512 47498e69ea05b79739a406ad3455b914319aefdb2595ab13e9b1a508f5b92d084f8e5eac795f1a87c49e67008d01683f817847d8b84fc2a01c23c42103840e06
 DIST luau-0.596.tar.gz 6068791 BLAKE2B b6f8c7e0c51486910a8e4f22f22e2da407c90eb7bf56dcbd29932ad95a82cd5c0dc66933d9132394213a9e170f0e24512879c8ca914d44fab1069e9eb398d440 SHA512 2ae5727206020e74f70fef8acdf2b77ff4dd7872cf2122f9a09214ced606e9df2a494d02bd7fddceb9d056bb768764d0de5b6ed0ac15ccf65cf639e644245dca

diff --git a/dev-lang/luau/luau-0.592.ebuild b/dev-lang/luau/luau-0.592.ebuild
deleted file mode 100644
index b15291852bc5..000000000000
--- a/dev-lang/luau/luau-0.592.ebuild
+++ /dev/null
@@ -1,36 +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"
-
-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:[~2023-10-04 23:32 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-04 23:32 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03 18:44 [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/ 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-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=1696462334.758b778893ffb112216dfbb8327d8fd79120532c.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