summaryrefslogtreecommitdiff
path: root/dev-scheme/guile-zlib
AgeCommit message (Collapse)Author
2025-11-04*/*: Use := on virtual/zlib deps, part 5Michał Górny
Done via: ``` git grep -l 'virtual/zlib-' | xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g' git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g' pkgcheck scan --commits \ -c SourcingCheck,VisibilityCheck,DependencyCheck --exit error ``` 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>
2024-11-30dev-scheme/guile-zlib: drop 0.1.0-r3Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2024-09-18dev-scheme/guile-zlib: switch to new guile mechanismAlfred Wingate
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
2024-02-28dev-scheme/guile-zlib: add missing pkgconfig dependenciesMaciej Barć
as also declared inside this pkg guix.scm Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2024-02-28dev-scheme/guile-zlib: let pkg-config find zlib dirMaciej Barć
See-also: https://github.com/trofi/nix-guix-gentoo/commit/30bafb179db756c568ee498856a1f137cfa50530 Bug: https://github.com/trofi/nix-guix-gentoo/issues/23 Closes: https://bugs.gentoo.org/877383 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2023-05-16dev-scheme/guile-zlib: do not strip guile bytecodeMaciej Barć
Bug: https://bugs.gentoo.org/905898 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2022-10-17dev-scheme/guile-zlib: new package; add 0.1.0Maciej Barć
Bug: https://github.com/trofi/nix-guix-gentoo/issues/24 Signed-off-by: Maciej Barć <xgqt@gentoo.org>