amielke
8c20dfc6eb
app-arch/unalz: fix dead patch source
...
Bundle the system-zlib patch in the repository instead of fetching
it from a no longer available external URL.
Closes: https://bugs.gentoo.org/972587
Signed-off-by: Andreas Mielke <gentoo@amielke.de >
2026-04-18 17:03:48 +02:00
Paul Zander
e07d695d5d
*/*: 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 >
2025-11-18 17:53:08 +01:00
Paul Zander
c23791504e
*/*: 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 >
2025-11-16 23:26:20 +01:00
Vitaly Zdanevich
52a063e4a0
app-arch/unalz: ExcessiveLineLength fix
...
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru >
2024-07-17 13:33:47 +04:00
Joe Kappus
4911a96e39
app-arch/unalz: revbump, clang build fix
...
Removed the register keyword, makes clang happy.
Signed-off-by: Joe Kappus <joe@wt.gd >
2024-06-12 18:05:06 -04:00
Joe Kappus
681e65013f
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 >
2024-04-17 06:25:37 -04:00
Joe Kappus
c3ff2c5f62
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 >
2024-04-17 06:18:01 -04:00
Julien Roy
3d25d4048d
*/*: remove empty global variable assigment
...
Signed-off-by: Julien Roy <julien@jroy.ca >
2024-03-21 18:34:41 -04:00
Anna (cybertailor) Vyalkova
1e95f22062
*/*: update metadata schema uri
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2023-03-04 18:56:32 +05:00
Florian Schmaus
9b18dc3759
app-arch/unalz: respect LDFLAGS
...
Closes: https://bugs.gentoo.org/780600
Signed-off-by: Florian Schmaus <flo@geekplace.eu >
2021-04-07 13:39:41 +02:00
Andrew Ammerlaan
7ea500ee12
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 >
2020-05-06 10:39:59 +02:00
Michele Santullo
7a261dece9
app-arch/unalz: adding package
...
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michele Santullo <m.santullo@posteo.net >
2020-05-06 01:36:16 +02:00