ingenarel
0883a2c682
app-misc/watchexec: update format
...
- modify src_unpack() internally instead of redefining:
functions should be defined on the order that they are called
for more info, check:
e19c6d5744 (commitcomment-172006236)
- fixed the long line which fixes the following pkgcheck error:
app-misc/watchexec
ExcessiveLineLength: version 2.3.2: excessive line length
(over 120 characters) on line: 8
- used ${var} instead of $var which was recommended by negril
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-12-10 07:13:29 +06:00
dsaf
9b9b42ea25
app-misc/pfetch: add 9999
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2025-12-08 21:18:00 -03:00
dsaf
50090a66b2
app-misc/pfetch-rs: update HOMEPAGE, SRC_URI
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2025-12-08 19:45:16 -03:00
Caio Henrique
9870bfc001
app-misc/keyd: check for uinput support
...
Signed-off-by: Caio Henrique <caioh9920@proton.me >
2025-12-08 19:18:14 -03:00
dsaf
153ba3b907
app-misc/pfetch-rs: new package, add 2.11.1
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2025-12-08 18:57:50 -03:00
dsaf
79a70422d9
app-misc/pfetch: correct metadata, drop *, add 1.9.4
...
Signed-off-by: dsaf <ghostyn678+git@gmail.com >
2025-12-08 18:08:31 -03:00
Vivian Heisz (vhz)
028d9ae6f4
app-misc/mirafetch: sync live
...
Minor license and header updates, plus dropping a useless RESTRICT.
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems >
2025-12-03 20:33:16 -05:00
Vivian Heisz (vhz)
842b6ca011
app-misc/mirafetch: drop 0.1.0
...
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems >
2025-12-03 20:33:16 -05:00
Vivian Heisz (vhz)
6471b55492
app-misc/mirafetch: add 0.2.0
...
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems >
2025-12-03 20:33:16 -05:00
ingenarel
7a5764abf4
*/*: BSD-3-Clause -> BSD
...
Because the spdx identifier for for BSD-3-Clause is `BSD-3-Clause`, and
gentoo uses `BSD` in their /licenses, there was a misunderstanding by
me, this commit should fix this
sources:
- https://opensource.org/license/bsd-3-clause
- aa3e0fb07e/licenses/BSD
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-12-02 23:08:16 +06:00
Pavel Sobolev
f4ed570616
app-misc/scooter: add 0.8.4, drop 0.8.3
...
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2025-11-30 23:14:20 +03:00
ingenarel
d8f39f465a
app-misc/lf: add 9999
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
Part-of: https://github.com/gentoo/guru/pull/399
Closes: https://github.com/gentoo/guru/pull/399
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-11-29 10:30:50 +06:00
ingenarel
b67aef7386
app-misc/lf: add 38
...
logic changes:
- use an ebuild template
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
Part-of: https://github.com/gentoo/guru/pull/399
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-11-29 10:30:30 +06:00
Joey Pabalinas
afbe8cc98b
app-misc/cepl: add 29.0.0, drop 28.0.0
...
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com >
2025-11-26 06:19:17 -10:00
Takuya Wakazono
7d4c85990c
app-misc/television: add 0.13.11
...
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2025-11-25 22:40:43 +09:00
ingenarel
3ca1bf51a7
app-misc/superfile: update 9999
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-11-21 09:34:45 +06: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
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
Eetu Eloranta
ad98ef011c
app-misc/kanata: add 1.10.0, drop 1.9.0
...
Signed-off-by: Eetu Eloranta <eetu@muffinpower.fi >
2025-11-12 15:51:58 +02:00
ingenarel
13e7797ca5
app-misc/tealdeer: add 1.8.1
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-11-12 15:41:55 +06:00
Viorel Munteanu
040b71c7d1
app-misc/doublecmd: drop 1.1.28
...
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org >
2025-11-10 19:54:36 +02:00
Viorel Munteanu
edf4745918
app-misc/doublecmd: add 1.1.30
...
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org >
2025-11-10 19:52:20 +02:00
Pavel Sobolev
aa12d96fcb
app-misc/scooter: add 0.8.3, drop 0.8.2
...
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2025-11-10 19:56:22 +03:00
Sergey Torokhov
817c6bf0d9
app-misc/doublecmd-bin:: 1.1.30 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-11-09 23:23:17 +03:00
Anna (cybertailor) Vyalkova
88904a758a
app-misc/agg: add 1.7.0, drop 1.5.0
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2025-10-31 20:45:25 +05:00
Anna (cybertailor) Vyalkova
9a518c55ce
app-misc/mat2: fix tests
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2025-10-31 18:16:01 +05:00
Anna (cybertailor) Vyalkova
f5a23be943
app-misc/mat2: add 0.14.0, drop 0.13.4
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2025-10-29 22:05:45 +05:00
jordan
81fee0442d
app-misc/github-desktop-bin: update to 3.4.9_rc1
...
- update ebuild
- update Manifest
Closes: https://github.com/gentoo/guru/pull/386
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-10-29 15:50:18 +01:00
ingenarel
8909add9ad
app-misc/tealdeer: add 1.8.0, 9999
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-10-23 02:39:27 +06:00
ingenarel
864d096f90
app-misc/astroterm: add 1.0.9
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-10-22 19:45:11 +06:00
ingenarel
1cd2f51519
app-misc/astroterm: add dev-util/tinyxxd to the list of alternatives for xxd
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-10-22 18:53:56 +06:00
Pavel Sobolev
2cfe55d82e
app-misc/bt: new package, add 1.2.2
...
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2025-10-22 13:32:00 +03:00
Pavel Sobolev
71a86ecf6c
app-misc/scooter: new package, add 0.8.2
...
Signed-off-by: Pavel Sobolev <contact@paveloom.dev >
2025-10-21 23:16:09 +03:00
David Roman
a06d8d4c4d
app-misc/catt: add 0.13.1
...
Signed-off-by: David Roman <davidroman96@gmail.com >
2025-10-21 12:05:40 +02:00
ingenarel
deea88fbaf
app-misc/superfile: bump to 1.4.0
...
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-10-21 11:38:23 +06:00
ingenarel
6c65de4de5
app-misc/pastel: remove leading whitespaces
...
fixes the following pkgcheck warnings:
app-misc/pastel
WhitespaceFound: version 9999: ebuild has leading whitespace on lines: 17, 19
Signed-off-by: ingenarel <ingenarelitems@gmail.com >
2025-10-21 11:06:33 +06:00
Paul Zander
abccdcbee3
Revert "Update my name"
...
This reverts commit ba97633bc0 .
"m <m@sirabella.org >" is not a mail address known to bugzilla and thus
breaks guru CI.
Bug: https://bugs.gentoo.org/834666
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2025-10-20 21:34:20 +02:00
Joey Pabalinas
6eb128f016
app-misc/cepl: add 28.0.0, drop 27.0.1
...
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com >
2025-10-20 09:05:04 -10:00
Henri Gasc
9d88ea2e9f
app-misc/cliphist: add 0.7.0, drop 0.6.1
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-10-20 20:28:07 +02:00
m
ba97633bc0
Update my name
...
Signed-off-by: m <m@sirabella.org >
2025-10-20 10:46:33 -07:00
Pieter
dd9ab0f6e2
app-misc/pastel: update 9999
...
Signed-off-by: Pieter <pieter.kn0101@gmail.com >
2025-10-20 18:24:56 +02:00
Pieter
f6afbc1b05
app-misc/pastel: drop 0.10.0
...
Signed-off-by: Pieter <pieter.kn0101@gmail.com >
2025-10-20 18:08:05 +02:00
Pieter
16a630f08b
app-misc/pastel: add 0.11.0
...
Signed-off-by: Pieter <pieter.kn0101@gmail.com >
2025-10-20 18:05:11 +02:00
Sergey Torokhov
c5b4cd0557
app-misc/doublecmd-bin: 1.1.29 version bump
...
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru >
2025-10-19 00:49:47 +03:00
Tim Lapawa
49bd461298
app-misc/treesheets: Fixed typo in patch naming
...
Signed-off-by: Tim Lapawa <gentoo@lapawa.de >
2025-10-16 15:37:51 +02:00
Tim Lapawa
f8ff2ed8f2
app-misc/treesheets: add 2665
...
Signed-off-by: Tim Lapawa <gentoo@lapawa.de >
2025-10-16 12:15:10 +02:00
Joey Pabalinas
d06f6fc75f
app-misc/cepl: add 27.0.1, drop 27.0.0
...
Signed-off-by: Joey Pabalinas <joeypabalinas@gmail.com >
2025-10-12 07:31:54 -10:00
Viorel Munteanu
ad1eaebcbc
app-misc/doublecmd: drop 1.1.27
...
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org >
2025-10-12 18:10:47 +03:00
Viorel Munteanu
fa44cd1afc
app-misc/doublecmd: add 1.1.29
...
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org >
2025-10-12 18:10:41 +03:00