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 C06F315827B for ; Sun, 10 Aug 2025 22:53:45 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A814F342183 for ; Sun, 10 Aug 2025 22:53:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 98F3A11055F; Sun, 10 Aug 2025 22:53:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8F6E711055F for ; Sun, 10 Aug 2025 22:53:42 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4419534216E for ; Sun, 10 Aug 2025 22:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBE7232B4 for ; Sun, 10 Aug 2025 22:53:40 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1754866408.7c5934cc86b8615a63dded67e8e3ce1bddd64ab3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasystem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luasystem/Manifest dev-lua/luasystem/luasystem-0.6.3.ebuild X-VCS-Directories: dev-lua/luasystem/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7c5934cc86b8615a63dded67e8e3ce1bddd64ab3 X-VCS-Branch: master Date: Sun, 10 Aug 2025 22:53:40 +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: 5ae931b9-fb8b-4b2c-b798-cdde9ad55bb5 X-Archives-Hash: 0b5a487c9b707d02d69d7d1a9f361a8f commit: 7c5934cc86b8615a63dded67e8e3ce1bddd64ab3 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Aug 10 22:52:56 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 10 22:53:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5934cc dev-lua/luasystem: add 0.6.3 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luasystem/Manifest | 1 + dev-lua/luasystem/luasystem-0.6.3.ebuild | 89 ++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/dev-lua/luasystem/Manifest b/dev-lua/luasystem/Manifest index f42560678ce3..30f0bb728f94 100644 --- a/dev-lua/luasystem/Manifest +++ b/dev-lua/luasystem/Manifest @@ -1,2 +1,3 @@ DIST luasystem-0.5.1.tar.gz 77785 BLAKE2B 30cb0333f2c5c8671122e45af16998e01fddd916c12c7139be64fb3747640125a5984fe799cdbe126bdac0fc10786d635b82129def160f830cf6be3be0fa5faf SHA512 2e55cec79429aad45e1609c29b0e1d5b3d954f2daccac23435e718ec50471cfd87d21455eb398f2ffbec91cb639164b236c9025a302c8a49470de3d361983535 DIST luasystem-0.6.2.tar.gz 80513 BLAKE2B 32d64634deb7f36d55e7522bd8389661f1fc306864c62837f978b0f90e12ea64d925e53c160ea535ce60856454642b7f8c8d8c5b1eca56e82bf9d51bfa7d351c SHA512 b5cce8448b382537101a1126e9c11af718b40b475e3c8ec1ff32975759c3e93214708491ac94fce61049e5316cce24efb8ad750912cd6e4e77a0c6fdcefc1d0c +DIST luasystem-0.6.3.tar.gz 81707 BLAKE2B c4a176621144e0ac9c85319327ab5cbe5b64e64152129208b07b0b777ba2e866d3100e1c98f61542c6f298b680757ff2f343d5c9491b7bda0be6834ab95f3c90 SHA512 c0aaf907bd99e471a01f9fe24ef7876eb64c7225edde799e11cc27fd3b269b1a79cd9d583a3b651a9ae4677dcad433a5739ee1a17540340b54c7d36935ac30a0 diff --git a/dev-lua/luasystem/luasystem-0.6.3.ebuild b/dev-lua/luasystem/luasystem-0.6.3.ebuild new file mode 100644 index 000000000000..4adf80f55257 --- /dev/null +++ b/dev-lua/luasystem/luasystem-0.6.3.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LUA_COMPAT=( lua5-{1..4} luajit ) +MY_PV="${PV/_p/-}" + +inherit lua toolchain-funcs + +DESCRIPTION="Platform independent system calls for Lua" +HOMEPAGE="https://github.com/lunarmodules/luasystem" +SRC_URI="https://github.com/lunarmodules/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="test" +REQUIRED_USE="${LUA_REQUIRED_USE}" +RESTRICT="!test? ( test )" + +RDEPEND="${LUA_DEPS}" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + test? ( + dev-lua/busted[${LUA_USEDEP}] + dev-lua/lua_cliargs[${LUA_USEDEP}] + ${RDEPEND} + ) +" + +src_prepare() { + default + + lua_copy_sources +} + +lua_src_test() { + busted --exclude-tags=manual --lua=${ELUA} || die +} + +src_test() { + lua_foreach_impl lua_src_test +} + +lua_src_compile() { + pushd "${BUILD_DIR}" || die + + local myemakeargs=( + "CC=$(tc-getCC)" + "LD=$(tc-getCC)" + "LUAINC_linux=$(lua_get_include_dir)" + "MYCFLAGS=${CFLAGS}" + "MYLDFLAGS=${LDFLAGS}" + ) + + emake "${myemakeargs[@]}" linux + + popd +} + +src_compile() { + lua_foreach_impl lua_src_compile +} + +lua_src_install () { + pushd "${BUILD_DIR}" || die + + local emakeargs=( + "INSTALL_TOP_CDIR=${ED}/$(lua_get_cmod_dir)" + "INSTALL_TOP_LDIR=${ED}/$(lua_get_lmod_dir)" + "LUA_INC=${ED}/$(lua_get_include_dir)" + ) + + emake "${emakeargs[@]}" install + + insinto $(lua_get_lmod_dir)/system + doins system/init.lua + + popd +} + +src_install() { + lua_foreach_impl lua_src_install + + einstalldocs +}