summaryrefslogtreecommitdiff
path: root/dev-lua/lua-zlib/lua-zlib-1.3.ebuild
AgeCommit message (Collapse)Author
2025-11-04*/*: Add := to virtual/zlib deps, part 1Michał Górny
Done via: ``` git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@' ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-07-04dev-lua/lua-zlib: Stabilize 1.3 arm64, #959292Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-04dev-lua/lua-zlib: Stabilize 1.3 arm, #959292Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-06-29dev-lua/lua-zlib: Stabilize 1.3 x86, #959292Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-29dev-lua/lua-zlib: Stabilize 1.3 amd64, #959292Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-04-16dev-lua/lua-zlib: add 1.3Conrad Kostecki
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>