From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B9641582EF for ; Fri, 28 Feb 2025 13:42:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 68F5434322D for ; Fri, 28 Feb 2025 13:42:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E3F021102D2; Fri, 28 Feb 2025 13:42:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DD7821102D0 for ; Fri, 28 Feb 2025 13:42:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8906F3431F3 for ; Fri, 28 Feb 2025 13:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD22A16DF for ; Fri, 28 Feb 2025 13:42:22 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1740750138.893da4d4bbb4f54de85783a193ad5dde512cf925.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/luau/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/luau/Manifest dev-lang/luau/luau-0.645-r1.ebuild X-VCS-Directories: dev-lang/luau/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 893da4d4bbb4f54de85783a193ad5dde512cf925 X-VCS-Branch: master Date: Fri, 28 Feb 2025 13:42:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3d4b631e-66b5-4fbc-a44a-1307213c26ca X-Archives-Hash: 7382121d1689a4d9b1d39070de212446 commit: 893da4d4bbb4f54de85783a193ad5dde512cf925 Author: Maciej Barć gentoo org> AuthorDate: Fri Feb 28 11:48:59 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Feb 28 13:42:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893da4d4 dev-lang/luau: drop old 0.645-r1 Signed-off-by: Maciej Barć gentoo.org> dev-lang/luau/Manifest | 1 - dev-lang/luau/luau-0.645-r1.ebuild | 57 -------------------------------------- 2 files changed, 58 deletions(-) diff --git a/dev-lang/luau/Manifest b/dev-lang/luau/Manifest index 89edb3a36642..30011bf08032 100644 --- a/dev-lang/luau/Manifest +++ b/dev-lang/luau/Manifest @@ -1,2 +1 @@ -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.645-r1.ebuild b/dev-lang/luau/luau-0.645-r1.ebuild deleted file mode 100644 index b8ddacc5ed29..000000000000 --- a/dev-lang/luau/luau-0.645-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake edo - -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" -IUSE="static-libs test" -RESTRICT="!test? ( test )" - -DOCS=( CONTRIBUTING.md README.md SECURITY.md ) - -src_configure() { - local -a mycmakeargs=( - -DLUAU_BUILD_TESTS="$(usex test)" - ) - cmake_src_configure -} - -src_test() { - edo "${BUILD_DIR}/Luau.UnitTest" --verbose - edo "${BUILD_DIR}/Luau.Conformance" --verbose -} - -src_install() { - exeinto /usr/bin - doexe "${BUILD_DIR}"/luau{,-analyze,-ast,-compile,-reduce} - - insinto /usr/include/Luau - doins ./CodeGen/include/luacodegen.h - doins ./Compiler/include/luacode.h - doins ./VM/include/*.h - doins ./{Config,Common,Compiler,CodeGen,Ast,Analysis,EqSat}/include/Luau/*.h - - if use static-libs ; then - dolib.a "${BUILD_DIR}"/libLuau.*.a - fi - - einstalldocs -}