From 0fb69b2a7b025e12cd6da90e7f066d0ace46acf1 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 4 Jul 2023 14:12:28 +0200 Subject: [PATCH] luarocks, remove old, add dependency for devel package lua5.3 (#8961) --- dev-lua/luarocks/luarocks-2.2.0.recipe | 50 -------------------------- dev-lua/luarocks/luarocks-2.4.2.recipe | 3 +- 2 files changed, 2 insertions(+), 51 deletions(-) delete mode 100644 dev-lua/luarocks/luarocks-2.2.0.recipe diff --git a/dev-lua/luarocks/luarocks-2.2.0.recipe b/dev-lua/luarocks/luarocks-2.2.0.recipe deleted file mode 100644 index 954b2b4a7..000000000 --- a/dev-lua/luarocks/luarocks-2.2.0.recipe +++ /dev/null @@ -1,50 +0,0 @@ -SUMMARY="A deployment and management system for Lua modules" -DESCRIPTION="LuaRocks allows you to install modules as self-contained \ -packages called rocks, which also contain version dependency information." -HOMEPAGE="https://luarocks.org" -COPYRIGHT="2007-2014 Kepler Project" -LICENSE="MIT" -REVISION="5" -SOURCE_URI="https://luarocks.org/releases/luarocks-2.2.0.tar.gz" -CHECKSUM_SHA256="9b1a4ec7b103e2fb90a7ba8589d7e0c8523a3d6d54ac469b0bbc144292b9279c" -SOURCE_DIR="$portVersionedName" - -ARCHITECTURES="all" - -PROVIDES=" - luarocks = $portVersion - cmd:luarocks = $portVersion - cmd:luarocks_admin = $portVersion - " -REQUIRES=" - haiku - lua - lib:liblua - " - -BUILD_REQUIRES=" - haiku_devel - lua_devel - devel:liblua - " -BUILD_PREREQUIRES=" - cmd:gcc - cmd:ld - cmd:lua - cmd:luac - cmd:make - cmd:md5sum - cmd:sed - cmd:wget - " - -BUILD() -{ - ./configure --prefix=$prefix --with-lua=$binDir --with-lua-include=$includeDir --with-lua-lib=$libDir - make build -} - -INSTALL() -{ - make install -} diff --git a/dev-lua/luarocks/luarocks-2.4.2.recipe b/dev-lua/luarocks/luarocks-2.4.2.recipe index c69541993..5f4e86edd 100644 --- a/dev-lua/luarocks/luarocks-2.4.2.recipe +++ b/dev-lua/luarocks/luarocks-2.4.2.recipe @@ -4,7 +4,7 @@ packages called rocks, which also contain version dependency information." HOMEPAGE="https://luarocks.org" COPYRIGHT="2007-2014 Kepler Project" LICENSE="MIT" -REVISION="3" +REVISION="4" SOURCE_URI="https://luarocks.org/releases/luarocks-$portVersion.tar.gz" CHECKSUM_SHA256="0e1ec34583e1b265e0fbafb64c8bd348705ad403fe85967fd05d3a659f74d2e5" SOURCE_DIR="luarocks-$portVersion" @@ -26,6 +26,7 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:liblua$secondaryArchSuffix >= 5.3 + devel:liblua$secondaryArchSuffix >= 5.3 " BUILD_REQUIRES="