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 1E1471582EF for ; Sat, 08 Mar 2025 23:21:58 +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 089B13430F0 for ; Sat, 08 Mar 2025 23:21:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D5F3E110476; Sat, 08 Mar 2025 23:21:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C7FD1110474 for ; Sat, 08 Mar 2025 23:21:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F5FC343057 for ; Sat, 08 Mar 2025 23:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8B528B3 for ; Sat, 08 Mar 2025 23:21:28 +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: <1741476063.870a55da46b55eee4661d548e5cf2e2c60bd342a.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.5.0.ebuild X-VCS-Directories: dev-lua/luasystem/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 870a55da46b55eee4661d548e5cf2e2c60bd342a X-VCS-Branch: master Date: Sat, 08 Mar 2025 23:21:28 +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: 7b91aa78-f4ff-4ea1-9247-3ed66bc3966b X-Archives-Hash: 801fe999c174a1ea38aa5980be1b4f5a commit: 870a55da46b55eee4661d548e5cf2e2c60bd342a Author: Conrad Kostecki gentoo org> AuthorDate: Sat Mar 8 23:11:37 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 8 23:21:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870a55da dev-lua/luasystem: add 0.5.0 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luasystem/Manifest | 1 + dev-lua/luasystem/luasystem-0.5.0.ebuild | 89 ++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/dev-lua/luasystem/Manifest b/dev-lua/luasystem/Manifest index 9256b1a5a1cc..09150d548d0d 100644 --- a/dev-lua/luasystem/Manifest +++ b/dev-lua/luasystem/Manifest @@ -1 +1,2 @@ DIST luasystem-0.4.5.tar.gz 75630 BLAKE2B 3f269e4d45026e53f40dabee78e655e400a72312e5cdb3680027f1725e694e45d4cd313b2eb11224fe3901c240f50d94187bc8acb83de78bbf26b878e6915c2a SHA512 e7e8fe6aa09f625c0b97f48799f7b00d80e8ac0d00efedf258ae72f7d0f4283d43c285e09b32ab8707c228403eadda98727ce260d7fc9ed9dbd67877a55a6203 +DIST luasystem-0.5.0.tar.gz 77366 BLAKE2B a6825c193e54c0e879f988b33a50732fbc79579948463d96b7b2c552e12b2efd31bd4f8e6c9f918bed9911131509131208d1c1ca93e4d1e50f767d69889040d6 SHA512 c701e2dd3588c06fe66ca2fe55ecf61244cc82bd41d976873f3dbf9b5938cea0bfcd9b0196455c8db6a9cb0c4911785d1de5e30f51c8ef398d2fe1e93443c069 diff --git a/dev-lua/luasystem/luasystem-0.5.0.ebuild b/dev-lua/luasystem/luasystem-0.5.0.ebuild new file mode 100644 index 000000000000..4adf80f55257 --- /dev/null +++ b/dev-lua/luasystem/luasystem-0.5.0.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 +}