1
0

Compare commits

..

1 Commits

Author SHA256 Message Date
390837ef11 Add lua-penlight and lua-editorconfig-core-lua. 2026-01-29 20:25:11 +01:00
7 changed files with 29 additions and 41 deletions

12
.gitmodules vendored
View File

@@ -450,10 +450,6 @@
path = VecCore
url = ../../pool/VecCore
branch = leap-16.0
[submodule "virtualbox"]
path = virtualbox
url = ../../pool/virtualbox
branch = leap-16.0
[submodule "VirtualGL"]
path = VirtualGL
url = ../../pool/VirtualGL
@@ -9498,6 +9494,10 @@
path = lua-cosmo
url = ../../pool/lua-cosmo
branch = leap-16.0
[submodule "lua-editorconfig-core-lua"]
path = lua-editorconfig-core-lua
url = ../../pool/lua-editorconfig-core-lua
branch = leap-16.0
[submodule "lua-fennel"]
path = lua-fennel
url = ../../pool/lua-fennel
@@ -9562,6 +9562,10 @@
path = lua-mpack
url = ../../pool/lua-mpack
branch = leap-16.0
[submodule "lua-penlight"]
path = lua-penlight
url = ../../pool/lua-penlight
branch = leap-16.0
[submodule "lua-readline"]
path = lua-readline
url = ../../pool/lua-readline

2
kbuild

Submodule kbuild updated: 26142e2c7d...245dba4a3f

1
lua-penlight Submodule

Submodule lua-penlight added at 638d9b4478

View File

@@ -0,0 +1,18 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for lua-penlight, lua-editorconfig-core-lua</summary>
<description>This update for lua-penlight, lua-editorconfig-core-lua fixes the following issues:
Introduce lua-penlight and lua-editorconfig-core-lua.
</description>
<package>lua-penlight</package>
<package>lua-penlight:luajit</package>
<package>lua-penlight:lua53</package>
<package>lua-penlight:lua54</package>
<package>lua-editorconfig-core-lua</package>
<package>lua-editorconfig-core-lua:luajit</package>
<package>lua-editorconfig-core-lua:lua53</package>
<package>lua-editorconfig-core-lua:lua54</package>
</patchinfo>

View File

@@ -1,35 +0,0 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for virtualbox, kbuild</summary>
<description>This update for virtualbox, kbuild fixes the following issues:
Changes in virtualbox:
- Introduce virtualbox.
Changes in kbuild:
- Update to snapshot 0.1.9998+svn3686
* header.kmk,footer-pass2-compiling-targets.kmk: Added EARLY_LIBS
and LATE_LIBS properties to better control the library order
when using templates. The libraries are collected from
EARLY_LIBS first, then LIBS, and LATE_LIBS last.
* header.kmk: Added KB_FN_LOAD_TOOL and KB_FN_LOAD_SDK for
explictly loading a tool or an sdk implementation.
* kmk: Automatically ascend if no makefile found and a goal was
given on the command line. This is to eliminating the need for
Makefile.kup-files as far as compiling individual source files
from an editor is concerned.
* header.kmk: Always zap the IFS variable so it won't confuse
kmk_ash.
* kmk/job.c: Deal with escape sequences inside double quotes when
we're using kmk_ash.
* kBuild/header.kmk: drop the .noarch suffix for
KBUILD_DEVTOOLS_TRG_NOARCH and KBUILD_DEVTOOLS_HST_NOARCH.
</description>
<package>virtualbox</package>
<package>virtualbox:kmp</package>
<package>kbuild</package>
</patchinfo>

Submodule virtualbox deleted from 43998450ad