60 Commits

Author SHA1 Message Date
Sebastian Engel
a6c63fed96 app-benchmarks/kdiskmark: add 3.3.0
Signed-off-by: Sebastian Engel <sighunter@gmx.de>
2026-06-13 12:49:50 +02:00
Filip Kobierski
2a7807f2c0 app-benchmarks/phoronix-test-suite: add myself as maintainer
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-27 15:23:26 +02:00
Filip Kobierski
ad436bebbf app-benchmarks/phoronix-test-suite: add stabilize-allarches
The testing framework is PHP & shell which are platform-independent

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-27 14:17:21 +02:00
Filip Kobierski
07617f1086 app-benchmarks/phoronix-test-suite: metadata: complete upstream
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-27 13:38:04 +02:00
Filip Kobierski
46a6de5fc6 app-benchmarks/phoronix-test-suite: add webserver optfeature
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-27 13:38:04 +02:00
Filip Kobierski
4ddb669edb app-benchmarks/phoronix-test-suite: drop 10.8.4-r2
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-27 13:38:04 +02:00
Filip Kobierski
5221004fa7 app-benchmarks/phoronix-test-suite: add USE=server
6be84b0b38/pts-core/commands/start_phoromatic_server.php (L120)

also:
- changed ${P} to ${PF} so there is no FSH violation
- renamed the patched ebuild so it has priority

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-26 16:16:35 +02:00
Filip Kobierski
61f5454802 app-benchmarks/phoronix-test-suite: use optfeature
also simplified loops & logic

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-25 17:34:20 +02:00
Filip Kobierski
d280908ebf app-benchmarks/phoronix-test-suite: fix LICENSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-25 16:06:33 +02:00
Filip Kobierski
a057047099 app-benchmarks/phoronix-test-suite: add 10.8.4_pre20260419
Closes: https://bugs.gentoo.org/939475
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-25 15:26:40 +02:00
Filip Kobierski
4b1b02054b app-benchmarks/phoronix-test-suite: minor improvements
fixes a bug, removes needless `-e` from seds & added a `die` for rm

Closes: https://bugs.gentoo.org/939476
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-25 15:26:40 +02:00
Filip Kobierski
f29ad592df app-benchmarks/phoronix-test-suite: restore live ebuild functinality
copied the ~ARCH ebuild

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-25 13:39:48 +02:00
Filip Kobierski
ced77f25a6 app-benchmarks/phoronix-test-suite: modernise src_prepare
Calling `default` also applies PATCHES if they are declared.
Since they are not declared it can be done in-place.
This is just future-proofing

Signed-off-by: Filip Kobierski <fkobi@pm.me>
2026-05-25 13:14:18 +02:00
undefined.behavior
c681f69528 app-benchmarks/occt-bin: proper QA fix for 974565
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2026-05-11 20:54:16 +10:00
undefined.behavior
feff3c526e app-benchmarks/occt-bin: QA fix for 974565
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2026-05-11 20:52:49 +10:00
undefined.behavior
d2c6639a58 app-benchmarks/occt-bin: add 16.1.9, drop 15.0.13
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2026-05-11 20:42:23 +10:00
Eric Joldasov
7e9c5ce7a3 app-benchmarks/poop: use zig_live_src_unpack
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
2026-05-07 16:33:14 +05:00
David Roman
00d330394a app-benchmarks/kdiskmark: drop 3.2.0
Signed-off-by: David Roman <davidroman96@gmail.com>
2026-02-28 22:24:14 +01:00
David Roman
49cdcce8e6 app-benchmarks/kdiskmark: update sys-auth/polkit-qt to depend on qt6(+)
sys-auth/polkit-qt removed qt6 from IUSE

Signed-off-by: David Roman <davidroman96@gmail.com>
2026-02-28 22:21:26 +01:00
Gabriel M. Dutra
3bb204b43d app-benchmarks/k6: update SRC_URI
Signed-off-by: Gabriel M. Dutra <hi@dutra.sh>
2026-01-04 04:25:22 -03:00
undefined.behavior
72b15a527a app-benchmarks/occt-bin: add 15.0.13, drop 15.0.7
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-12-26 06:57:13 -05:00
Gabriel de Moura Dutra
77cd1bc104 app-benchmarks/k6: new package, add 1.4.2
Signed-off-by: Gabriel de Moura Dutra <hi@dutra.sh>
2025-12-07 00:22:04 -03:00
Paul Zander
d2bbb6ac03 */*: QA fixes for prebuilt packages
Define SRC_URI only for supported archs.
Explicitly dekeyword them on unsupported arches.
Replace := from DEPENDS with the actual slot as it has no effect since we do not
rebuild against the new slot.

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-11-18 17:59:01 +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
undefined.behavior
0467f3f0b8 app-benchmarks/occt-bin: add 15.0.7, drop 14.2.1, 15.0.1
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-11-06 16:09:35 -05:00
undefined.behavior
90501870e4 app-benchmarks/occt-bin: add 15.0.1
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-10-17 07:36:05 -04:00
Takuya Wakazono
b6901e2f30 app-benchmarks/phoronix-test-suite: add app-arch/7zip as an alternative
Also drop unnecessary EGIT3_STORE_DIR.

Closes: https://bugs.gentoo.org/953067
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-08-05 00:57:26 +09:00
ingenarel
3c82ea6efb app-benchmarks/phoronix-test-suite: add github upstream metadata
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-20 08:45:57 +06:00
undefined.behavior
4b944ce936 app-benchmarks/occt-bin: add 14.2.1, drop 14.0.13
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-07-12 15:55:28 -04:00
Lucio Sauer
1ff34ef0b7 app-benchmarks/kdiskmark: drop 3.1.4-r1
Reviewed-by: Mark Harmstone <mark@harmstone.com>
Part-of: https://github.com/gentoo/guru/pull/337
Closes: https://github.com/gentoo/guru/pull/337
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-06-23 10:59:13 +02:00
Lucio Sauer
c5c6ff6012 app-benchmarks/kdiskmark: add 3.2.0
Reviewed-by: Mark Harmstone <mark@harmstone.com>
Part-of: https://github.com/gentoo/guru/pull/337
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-06-23 10:57:11 +02:00
undefined.behavior
4d37f324d0 app-benchmarks/occt-bin: drop 14.0.12, 14.0.12-r1
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-05-29 21:14:21 -04:00
undefined.behavior
7fb096332a app-benchmarks/occt-bin: add 14.0.13
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-05-29 21:14:06 -04:00
undefined.behavior
52036a2086 app-benchmarks/occt-bin: add -r1, fix fcaps usage
fcaps should be called only once, otherwise it resets the previous
setting

Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-05-17 09:29:35 -04:00
undefined.behavior
1070ce0154 app-benchmarks/occt-bin: add 14.0.12, drop 14.0.10
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-05-16 18:45:43 -04:00
undefined.behavior
2f41f42be5 app-benchmarks/occt-bin: add 14.0.10, drop 14.0.9
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-05-06 13:59:25 -04:00
undefined.behavior
db491e64a8 app-benchmarks/occt-bin: drop 14.0.8
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-04-30 19:46:47 -04:00
undefined.behavior
5bfb9d5ee6 app-benchmarks/occt-bin: add 14.0.9
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-04-30 19:38:12 -04:00
undefined.behavior
81209a9d4a app-benchmarks/occt-bin: new package, add 14.0.8
Signed-off-by: undefined.behavior <bugs.gentoo@igrek.fastem.com>
2025-04-28 20:38:53 -04:00
David Roman
07ae2b75ca */*: remove maintainer zdanevich.vitaly@ya.ru
Closes: https://github.com/gentoo/guru/pull/311
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-04-05 02:34:02 +02:00
Florian Schmaus
06ba1f0f70 app-benchmarks/poop: sync live
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-04-01 13:39:53 +02:00
Florian Schmaus
9e41b19e0e app-benchmarks/poop: add 0.5.0
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2025-04-01 13:39:53 +02:00
David Roman
8deb816ab9 */*: remove proxied="yes" from metadata.xml
GURU don't have proxied maintainers.
Also remove two instances where proxy-maint was referenced

Signed-off-by: David Roman <davidroman96@gmail.com>
2025-02-25 16:30:38 +01:00
Eric Joldasov
a98632e914 app-benchmarks/poop: port 9999 to zig.eclass
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
2024-12-15 17:27:37 +05:00
David Roman
45acd96343 app-benchmarks/phoronix-test-suite: add missing php[simplexml]
Closes: https://github.com/gentoo/guru/pull/204
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-09-10 12:30:41 +02:00
David Roman
006d0fa9dc app-benchmarks/phoronix-test-suite: add 10.8.4
Signed-off-by: David Roman <davidroman96@gmail.com>
2024-09-10 12:30:23 +02:00
Eric Joldasov
2665bb8370 app-benchmarks/poop: Zig is not needed at runtime
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
2024-08-02 00:51:06 +05:00
Vitaly Zdanevich
a1fe8431a2 app-benchmarks/phoronix-test-suite: fix my miskate sed: -e expression #2, char 36: unterminated s command
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-07-19 15:25:02 +04:00
Vitaly Zdanevich
861b496937 app-benchmarks/phoronix-test-suite: Please make sure to call xdg_desktop_database_update fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-07-19 15:17:38 +04:00
Vitaly Zdanevich
bbcbd2a84b app-benchmarks/phoronix-test-suite: HttpsUrlAvailable fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
2024-07-19 15:07:04 +04:00