app-arch/unalz
Extract ALZ archives
-
unalz-0.65~amd64 ~arm ~arm64 ~ppc64 ~x86
View
Download
Browse License: ZLIB Overlay: tatsh-overlay
ChangeLog
commit e07d695d5da84f2398b78750a21dbf624edef39a
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Tue Nov 18 17:53:08 2025 +0100
*/*: Add := to virtual/zlib deps
Add := to virtual/zlib deps, part 1
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Add := to virtual/zlib deps
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
Unify virtual/zlib:0= to virtual/zlib:=
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Add := to virtual/zlib deps, part 3
Done via:
```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```
Add := to virtual/zlib deps, part 4
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Use := on virtual/zlib deps, part 5
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
```
Use := on virtual/zlib deps, part 6
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
commit c23791504e3bd1ef571d794b8e6c624a71c8b6f3
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Sun Nov 16 23:26:20 2025 +0100
*/*: update for virtual/zlib
Update done using:
```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
commit 52a063e4a00023a13a2abb35c1529ffcb88039bf
Author: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Date: Wed Jul 17 13:33:47 2024 +0400
app-arch/unalz: ExcessiveLineLength fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
commit 4911a96e391a797ec1df384df1a0fdac06f7606b
Author: Joe Kappus <joe@wt.gd>
Date: Wed Jun 12 18:05:06 2024 -0400
app-arch/unalz: revbump, clang build fix
Removed the register keyword, makes clang happy.
Signed-off-by: Joe Kappus <joe@wt.gd>
commit 681e65013fae37e64f5b37d85179f98ad44bb2fe
Author: Joe Kappus <joe@wt.gd>
Date: Wed Apr 17 06:17:17 2024 -0400
app-arch/unalz: update EAPI 7 -> 8, fixups
Major fixups, didn't revbump as nobody
could build this for years.
It needs a little more to work with clang,
but with gcc it's fine.
Closes: https://bugs.gentoo.org/784506
Closes: https://bugs.gentoo.org/900995
Signed-off-by: Joe Kappus <joe@wt.gd>
commit c3ff2c5f629da268f8a472c9e41eca9462e353c0
Author: Joe Kappus <joe@wt.gd>
Date: Wed Apr 17 05:44:48 2024 -0400
app-arch/unalz: add myself as a maintainer
Package was broken a long time, old maintainer not been active.
Signed-off-by: Joe Kappus <joe@wt.gd>
commit 3d25d4048dd9d96734c6d21f3a6acffd693822a0
Author: Julien Roy <julien@jroy.ca>
Date: Thu Mar 21 18:34:41 2024 -0400
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 9b18dc3759829ce133604c7d097e750b37ce5720
Author: Florian Schmaus <flo@geekplace.eu>
Date: Wed Apr 7 13:38:10 2021 +0200
app-arch/unalz: respect LDFLAGS
Closes: https://bugs.gentoo.org/780600
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
commit 7ea500ee12c779fbd724b333f7326b0ef12b6a57
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Wed May 6 10:39:59 2020 +0200
app-arch/unalz: remove .swp file
violates file naming convention, and is not needed (I think)
(why was it here in the first place??)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
commit 7a261dece9add90edd4c08f699d3f7a5b28e8605
Author: Michele Santullo <m.santullo@posteo.net>
Date: Wed May 6 01:36:16 2020 +0200
app-arch/unalz: adding package
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo@posteo.net>
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Tue Nov 18 17:53:08 2025 +0100
*/*: Add := to virtual/zlib deps
Add := to virtual/zlib deps, part 1
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Add := to virtual/zlib deps
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
Unify virtual/zlib:0= to virtual/zlib:=
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Add := to virtual/zlib deps, part 3
Done via:
```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```
Add := to virtual/zlib deps, part 4
Done via:
```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```
Use := on virtual/zlib deps, part 5
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
```
Use := on virtual/zlib deps, part 6
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
commit c23791504e3bd1ef571d794b8e6c624a71c8b6f3
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Sun Nov 16 23:26:20 2025 +0100
*/*: update for virtual/zlib
Update done using:
```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
commit 52a063e4a00023a13a2abb35c1529ffcb88039bf
Author: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Date: Wed Jul 17 13:33:47 2024 +0400
app-arch/unalz: ExcessiveLineLength fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
commit 4911a96e391a797ec1df384df1a0fdac06f7606b
Author: Joe Kappus <joe@wt.gd>
Date: Wed Jun 12 18:05:06 2024 -0400
app-arch/unalz: revbump, clang build fix
Removed the register keyword, makes clang happy.
Signed-off-by: Joe Kappus <joe@wt.gd>
commit 681e65013fae37e64f5b37d85179f98ad44bb2fe
Author: Joe Kappus <joe@wt.gd>
Date: Wed Apr 17 06:17:17 2024 -0400
app-arch/unalz: update EAPI 7 -> 8, fixups
Major fixups, didn't revbump as nobody
could build this for years.
It needs a little more to work with clang,
but with gcc it's fine.
Closes: https://bugs.gentoo.org/784506
Closes: https://bugs.gentoo.org/900995
Signed-off-by: Joe Kappus <joe@wt.gd>
commit c3ff2c5f629da268f8a472c9e41eca9462e353c0
Author: Joe Kappus <joe@wt.gd>
Date: Wed Apr 17 05:44:48 2024 -0400
app-arch/unalz: add myself as a maintainer
Package was broken a long time, old maintainer not been active.
Signed-off-by: Joe Kappus <joe@wt.gd>
commit 3d25d4048dd9d96734c6d21f3a6acffd693822a0
Author: Julien Roy <julien@jroy.ca>
Date: Thu Mar 21 18:34:41 2024 -0400
*/*: remove empty global variable assigment
Signed-off-by: Julien Roy <julien@jroy.ca>
commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500
*/*: update metadata schema uri
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
commit 9b18dc3759829ce133604c7d097e750b37ce5720
Author: Florian Schmaus <flo@geekplace.eu>
Date: Wed Apr 7 13:38:10 2021 +0200
app-arch/unalz: respect LDFLAGS
Closes: https://bugs.gentoo.org/780600
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
commit 7ea500ee12c779fbd724b333f7326b0ef12b6a57
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Wed May 6 10:39:59 2020 +0200
app-arch/unalz: remove .swp file
violates file naming convention, and is not needed (I think)
(why was it here in the first place??)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
commit 7a261dece9add90edd4c08f699d3f7a5b28e8605
Author: Michele Santullo <m.santullo@posteo.net>
Date: Wed May 6 01:36:16 2020 +0200
app-arch/unalz: adding package
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo@posteo.net>

