Commit Graph

525 Commits

Author SHA1 Message Date
Anna (cybertailor) Vyalkova
b3cad5ea0f www-apps/anubis: add 1.24.0, drop 1.22.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2026-01-03 19:28:31 +05:00
Haelwenn (lanodan) Monnier
cd1e60c3bb www-apps/pleroma: add 2.10.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2025-12-31 19:33:54 +01:00
Thomas Bracht Laumann Jespersen
66afa5b5e5 www-apps/soupault-bin: add missing || die
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-29 12:39:35 +01:00
Thomas Bracht Laumann Jespersen
c0f7aec8fa www-apps/soupault-bin: update HOMEPAGE
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-10 06:34:18 +01:00
Thomas Bracht Laumann Jespersen
a33fdd4a17 www-apps/soupault: drop 5.1.0
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-10 06:31:41 +01:00
Thomas Bracht Laumann Jespersen
6c036ee338 www-apps/soupault: add 5.2.1
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-05 21:21:17 +01:00
Thomas Bracht Laumann Jespersen
9083e2bdb9 www-apps/soupault: update Manifest
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-02 12:49:01 +01:00
Thomas Bracht Laumann Jespersen
e811eab99d www-apps/soupault{,-bin}: add missing blockers
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-12-02 12:26:03 +01:00
Anna (cybertailor) Vyalkova
4caf5383b4 www-apps/goatcounter: new package, add 2.6.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-11-29 17:39:25 +05:00
Itai Ferber
5529c241b1 www-apps/soupault-bin: add 5.2.0, drop 5.1.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-11-19 09:22:18 -05: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
Anna (cybertailor) Vyalkova
f95b446168 www-apps/invidious: add upper version bound on dev-crystal/kemal
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-11-07 20:39:14 +05:00
Anna (cybertailor) Vyalkova
cab2b71357 www-apps/invidious: update for virtual/zlib
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-11-06 17:47:11 +05:00
Anna (cybertailor) Vyalkova
3c346fc312 www-apps/invidious: drop 2025.05.17.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-11-06 17:25:29 +05:00
Anna (cybertailor) Vyalkova
e8cd845f8b www-apps/anubis: add 1.23.0, drop 1.21.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-10-31 18:16:43 +05:00
Anna (cybertailor) Vyalkova
7b81f6cf8a www-apps/invidious: add 2025.09.13.0, drop 2025.05.04.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-10-30 17:17:46 +05:00
freetolga
a383790f34 www-apps/forgejo: reintroduce 13.0.2 properly
* add migration advice from 12.0.4 and 11.0.7 using
* eapi9-ver.eclass

* enforce minimum required dependencies for 13.0.2

Signed-off-by: freetolga <freetolga@protonmail.com>
2025-10-27 16:43:09 +00:00
freetolga
b6d26dfe0f www-apps/forgejo bump copyright year from 2023 to 2025
Signed-off-by: freetolga <freetolga@protonmail.com>
2025-10-27 16:43:05 +00:00
Itai Ferber
dd1915f154 www-apps/forgejo: add 12.0.4, drop 13.0.2
Reverts 74983872c as migration from Forgejo 12.x -> 13.x may require
non-trivial migration steps for users, and the ebuild may require a bit
more care to update satisfactorily. Forgejo 12.0.4 does not actually
have any security issues at the moment, so it's safe to leave available
(even if it's unsupported upstream).

Discussed via email with commit author; 13.0.2 can be reintroduced with
more care.

Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-10-26 14:19:32 -04:00
freetolga
0f122988fb www-apps/forgejo: bump LTS to 11.0.7 due to security issues
Signed-off-by: freetolga <freetolga@protonmail.com>
2025-10-26 11:53:33 +00:00
freetolga
74983872c4 www-apps/forgejo: bump to 13.0.2 and remove 12.0.4 due to critical security issue
Signed-off-by: freetolga <freetolga@protonmail.com>
2025-10-26 11:23:40 +00:00
Itai Ferber
6cdb8f993b www-apps/soupault-bin: new package, add 5.1.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-10-22 10:35:32 -04:00
Thomas Bracht Laumann Jespersen
12a3524e57 www-apps/soupault: update SRC_URI, fix S variable
There's no such thing as codeberg.com. The ebuild was initially written
using github.com in the SRC_URI, but I prefer codeberg.org if
possible. The top-level folder in codeberg tarballs is the PN and not P,
so we need to fix the S variable to make the build work.

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-10-21 15:39:46 +00:00
Itai Ferber
80933b051f www-apps/zola: add 0.21.0
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-10-19 13:02:17 -04:00
Thomas Bracht Laumann Jespersen
a959c37fc3 www-apps/soupault: new package, add 5.1.0
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
2025-10-17 06:50:32 +00:00
Itai Ferber
d67e69f3cf www-apps/forgejo: add 12.0.4, drop 12.0.1
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-10-10 10:57:38 -04:00
Itai Ferber
3218373e5e www-apps/forgejo: add 11.0.6, drop 11.0.3-r1
Signed-off-by: Itai Ferber <itai@itaiferber.net>
2025-10-10 10:57:38 -04:00
Anna (cybertailor) Vyalkova
4e7570d8b1 www-apps/anubis: add 1.22.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-10-05 17:34:12 +05:00
David Roman
069dfcf3f2 www-apps/anubis: drop 1.20.0
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-09-17 14:05:16 +02:00
Artemis Everfree
b451f3a660 www-apps/forgejo: drop 10.0.1, 10.0.3
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-08-16 23:10:10 -07:00
Artemis Everfree
1170ad2757 www-apps/forgejo: add 12.0.1
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-08-16 23:09:47 -07:00
tokoyami
fc8b421c3e www-apps/redlib: drop 0.34.0, 0.35.1
Signed-off-by: tokoyami <tokoyami@tuta.io>
Part-of: https://github.com/gentoo/guru/pull/340
Closes: https://github.com/gentoo/guru/pull/340
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-08-07 23:53:22 +02:00
tokoyami
049406d722 www-apps/redlib: add 0.36.0
Signed-off-by: tokoyami <tokoyami@tuta.io>
Part-of: https://github.com/gentoo/guru/pull/340
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-08-07 23:53:22 +02:00
tokoyami
ca691ddc46 www-apps/redlib: adjust variables in OpenRC init and conf files
- Fixed variable names.
- Added instance defaults.
- Added missing configuration variables.

Signed-off-by: tokoyami <tokoyami@tuta.io>
Part-of: https://github.com/gentoo/guru/pull/340
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-08-07 23:53:21 +02:00
Anna (cybertailor) Vyalkova
462b77d5c2 www-apps/anubis: add 1.21.3, drop 1.19.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-07-27 14:00:43 +05:00
Artemis Everfree
aa5efe0710 www-apps/forgejo: match build flags to changes upstream
forgejo v11 adjusts the names of various internal modules to drop the
old gitea branding and use the forgejo name. Because build variables in
Go use these module names, this changes the build variables as well. We
were using the old gitea setting still.

This would not affect forgejo running through the bundled service
management scripts, because those set runtime variables that override
the build-time variables. But, since we did not update our build script
to match, it would break the behavior of any other means of invoking
forgejo (manual, runit, etc.), leaving it to point at file paths that
don't exist.

This change fixes the build variables to be what they ought to be.

Thanks to Enne Eziarc for explaining this issue and providing a patch

Bug: https://bugs.gentoo.org/960471
Reference: e286457990

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-07-22 16:05:28 -07:00
Artemis Everfree
361decd96f www-apps/forgejo: add 11.0.3, drop 11.0.2
The 11.0.2 ebuild was pointless because upstream's 11.x branch
is already on 11.0.3. My rss feed reader was just not refreshed.
sorry for the erroneous commit before this one!

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-07-22 03:19:14 -07:00
Artemis Everfree
715fe12180 www-apps/forgejo: add 11.0.2, drop 9.0.3
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-07-22 03:14:55 -07:00
Artemis Everfree
7b61d3e0a2 www-apps/forgejo: add 10.0.3, drop 10.0.0
Signed-off-by: Artemis Everfree <artemis@artemis.sh>
2025-07-22 03:14:50 -07:00
Joe Kappus
c3667ed885 www-apps/freshrss: drop vulnerable 1.24.3, 1.25.0
https://github.com/FreshRSS/FreshRSS/security/advisories/GHSA-w3m8-wcf4-h8vm

Signed-off-by: Joe Kappus <joe@wt.gd>
2025-07-16 03:46:23 -04:00
Joe Kappus
666b58bdd4 www-apps/freshrss: add 1.26.3
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-07-16 03:45:18 -04:00
Lucio Sauer
94660eb3fa */*: update dtd link in metadata.xml to https
gentoo.org 301's to https for a long time now.

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-07-13 13:13:35 +02:00
Rahil Bhimjiani
8fc40d9629 www-apps/vaultwarden-web-bin: package moved to ::gentoo
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
2025-07-07 12:50:04 +05:30
Anna (cybertailor) Vyalkova
72409c3180 www-apps/anubis: add 1.20.0, drop 1.18.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-07-06 19:02:48 +05:00
Anna (cybertailor) Vyalkova
67cb5bec4e www-apps/anubis: add 1.19.1, drop 1.17.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-06-11 12:29:09 +05:00
Viorel Munteanu
187569c21a Revert "www-apps/jackett: treeclean"
This reverts commit 6343425876.

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-06-11 07:39:39 +03:00
Pavel Sobolev
a657ff1776 www-apps/zola: add 0.20.0, drop 0.19.2-r2
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2025-06-10 23:09:40 +03:00
Pavel Sobolev
d2b5430357 www-apps/zola: add a runtime dependency on dev-libs/oniguruma
Use system `dev-libs/oniguruma` since the one vendored in `onig_sys` is
not compatible with GCC 15.

Closes: https://bugs.gentoo.org/945714
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
2025-06-10 23:09:40 +03:00
Viorel Munteanu
6343425876 www-apps/jackett: treeclean
This package is already in ::gentoo under the name www-apps/jackett-bin

Closes: https://bugs.gentoo.org/815745 (pkgremoved)
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-06-09 08:51:51 +03:00