sci-mathematics/rink
Unit conversion tool, similar to frink
ChangeLog
commit 6b3a21752c9dc6b66d41fb51511e44de3d0a2d78
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Fri May 29 11:33:21 2026 -0400
sci-mathematics/rink: update MANIFEST and S in 0.9.0
Codeberg appears to have changed the way they created the tarball here,
breaking the existing ebuild and causing verification errors.
The code hasn't changed, but the folder structure has, so this addresses
that.
Closes: https://bugs.gentoo.org/975825
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
commit 50f27a7aee9fc4c7a76f8c923cabfe8baefa4bfb
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Sat May 2 15:59:29 2026 -0400
sci-mathematics/rink: sync live
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
commit 0ea867f42fb00e4fabd9d19a0f391de1fa04ba1f
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Sat May 2 15:44:48 2026 -0400
sci-mathematics/rink: update SRC_URI
Move to the new canonical repository on codeberg for consistency.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
commit 5cceb26e46b21de39755ae718c592bf06e17582e
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Sat May 2 15:38:52 2026 -0400
sci-mathematics/rink: add 0.9.0
Also updates the metadata with the new upstream.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
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 9570668220542af9b43bf9335f1422f06d4676a6
Author: demize <demize@unstable.systems>
Date: Sun Dec 1 23:33:01 2024 -0500
sci-mathematics/rink: add curl to RDEPEND
This adds `net-misc/curl` to RDEPEND in both 0.8.0
and the live ebuild. curl is also a build-time
dependency, thus not removed from DEPEND.
Closes: https://bugs.gentoo.org/945531
Signed-off-by: demize <demize@unstable.systems>
commit 7595bec3ac065efd0e01681fbdaf780d2c94fc01
Author: demize <demize@unstable.systems>
Date: Tue Oct 1 22:32:49 2024 -0400
sci-mathematics/rink: new package, add 0.8.0, 9999
Signed-off-by: demize <demize@unstable.systems>
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Fri May 29 11:33:21 2026 -0400
sci-mathematics/rink: update MANIFEST and S in 0.9.0
Codeberg appears to have changed the way they created the tarball here,
breaking the existing ebuild and causing verification errors.
The code hasn't changed, but the folder structure has, so this addresses
that.
Closes: https://bugs.gentoo.org/975825
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
commit 50f27a7aee9fc4c7a76f8c923cabfe8baefa4bfb
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Sat May 2 15:59:29 2026 -0400
sci-mathematics/rink: sync live
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
commit 0ea867f42fb00e4fabd9d19a0f391de1fa04ba1f
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Sat May 2 15:44:48 2026 -0400
sci-mathematics/rink: update SRC_URI
Move to the new canonical repository on codeberg for consistency.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
commit 5cceb26e46b21de39755ae718c592bf06e17582e
Author: Vivian Heisz (vhz) <demize@unstable.systems>
Date: Sat May 2 15:38:52 2026 -0400
sci-mathematics/rink: add 0.9.0
Also updates the metadata with the new upstream.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
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 9570668220542af9b43bf9335f1422f06d4676a6
Author: demize <demize@unstable.systems>
Date: Sun Dec 1 23:33:01 2024 -0500
sci-mathematics/rink: add curl to RDEPEND
This adds `net-misc/curl` to RDEPEND in both 0.8.0
and the live ebuild. curl is also a build-time
dependency, thus not removed from DEPEND.
Closes: https://bugs.gentoo.org/945531
Signed-off-by: demize <demize@unstable.systems>
commit 7595bec3ac065efd0e01681fbdaf780d2c94fc01
Author: demize <demize@unstable.systems>
Date: Tue Oct 1 22:32:49 2024 -0400
sci-mathematics/rink: new package, add 0.8.0, 9999
Signed-off-by: demize <demize@unstable.systems>


View
Download
Browse