8 Commits

Author SHA1 Message Date
Vivian Heisz (vhz)
6b3a21752c 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>
2026-05-29 11:56:30 -04:00
Vivian Heisz (vhz)
50f27a7aee sci-mathematics/rink: sync live
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2026-05-02 16:00:08 -04:00
Vivian Heisz (vhz)
0ea867f42f 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>
2026-05-02 16:00:08 -04:00
Vivian Heisz (vhz)
5cceb26e46 sci-mathematics/rink: add 0.9.0
Also updates the metadata with the new upstream.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2026-05-02 16:00:08 -04: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
demize
9570668220 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>
2024-12-01 23:33:01 -05:00
demize
7595bec3ac sci-mathematics/rink: new package, add 0.8.0, 9999
Signed-off-by: demize <demize@unstable.systems>
2024-10-01 22:32:49 -04:00