Commit Graph

4 Commits

Author SHA1 Message Date
David Roman
68fbddeaec */*: drop py3.11 & remove dead py impls
Part-of: https://github.com/gentoo/guru/pull/447
Closes: https://github.com/gentoo/guru/pull/447
Signed-off-by: David Roman <stkw0@disroot.org>
2026-03-10 10:54:23 +01:00
John Wason
3a57e19ceb dev-cpp/robotraconteur: drop 1.2.6, add 1.2.7
Signed-off-by: John Wason <wason@wasontech.com>
2025-12-19 03:20:56 +00:00
ingenarel
2585c9f1ad */*: leading whitespaces -> tab
command used:
```
find -type f -name '*.ebuild' -exec sed -i -E 's/^    /\t/g' {} +
```

I was running this command anyway after when I was working on a few
packages because my formatter broke, decided to run it on the root of
the repo then because I was already gonna run it on the packages that I
was working on

I checked each package manually and ran pkgdev to actually see if it was
emitting any warnings, and all of them did for the leading whitepsaces

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-16 05:56:41 +06:00
John Wason
5af02aee70 dev-cpp/robotraconteur: new package, add 1.2.6
Signed-off-by: John Wason <wason@wasontech.com>
2025-09-01 18:21:33 +00:00