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 |
|
Daichi Yamamoto
|
94258d95b6
|
dev-util/rye: add 0.44.0, drop 0.43.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2025-02-27 09:10:12 +09:00 |
|
Daichi Yamamoto
|
9884ed3422
|
dev-util/rye: add 0.43.0, drop 0.42.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-12-10 10:21:01 +09:00 |
|
Daichi Yamamoto
|
3a5cf790f9
|
dev-util/rye: add 0.42.0, drop 0.41.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-10-22 09:29:23 +09:00 |
|
Daichi Yamamoto
|
0b409bb5af
|
dev-util/rye: add 0.41.0, drop 0.40.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-09-30 04:36:47 +09:00 |
|
Daichi Yamamoto
|
758329bd64
|
dev-util/rye: add 0.40.0, drop 0.39.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-09-26 07:28:53 +09:00 |
|
Daichi Yamamoto
|
413fdc2bdb
|
dev-util/rye: add 0.39.0, drop 0.38.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-08-21 11:11:59 +09:00 |
|
Daichi Yamamoto
|
67439b7858
|
dev-util/rye: add 0.38.0, drop 0.37.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-08-03 07:41:02 +09:00 |
|
Daichi Yamamoto
|
1f84350ad1
|
dev-util/rye: add 0.37.0, drop 0.36.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-07-21 08:54:47 +09:00 |
|
Daichi Yamamoto
|
0d7cb6f959
|
dev-util/rye: add 0.36.0, drop 0.35.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-07-08 06:50:31 +09:00 |
|
Daichi Yamamoto
|
12ad206c22
|
dev-util/rye: add 0.35.0, drop 0.34.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-06-25 02:20:49 +09:00 |
|
Daichi Yamamoto
|
4996241f3c
|
dev-util/rye: add missing dep
Closes: https://bugs.gentoo.org/932448
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-05-22 18:43:37 +09:00 |
|
Daichi Yamamoto
|
5e95a40f9d
|
dev-util/rye: add 0.34.0, drop 0.33.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-05-22 06:52:58 +09:00 |
|
Daichi Yamamoto
|
0d8aafce8a
|
dev-util/rye: add 0.33.0, drop 0.32.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-04-27 12:31:08 +09:00 |
|
odrling
|
d4fc8a683b
|
dev-util/rye: drop 0.31.0
reading back I think that was the intent/reason behind the missing
digests.
Signed-off-by: odrling <florianbadie@odrling.xyz>
|
2024-03-30 04:46:08 +01:00 |
|
odrling
|
f8fbf26163
|
dev-util/rye: update Manifest
Signed-off-by: odrling <florianbadie@odrling.xyz>
|
2024-03-30 04:12:31 +01:00 |
|
Daichi Yamamoto
|
6c595f5fd7
|
dev-util/rye: new package, add 0.32.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-03-30 07:57:32 +09:00 |
|
Daichi Yamamoto
|
5b89c090db
|
dev-util/rye: add 0.31.0, drop 0.30.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-03-22 23:35:45 +09:00 |
|
Daichi Yamamoto
|
5748fa470f
|
dev-util/rye: add 0.30.0, drop 0.29.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-03-20 12:17:32 +09:00 |
|
Daichi Yamamoto
|
1bdc6d0031
|
dev-util/rye: add 0.29.0, drop 0.28.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-03-11 23:02:28 +09:00 |
|
Daichi Yamamoto
|
2078238e19
|
dev-util/rye: add 0.28.0, drop 0.27.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-03-07 22:37:47 +09:00 |
|
Daichi Yamamoto
|
960abdf6fa
|
dev-util/rye: add 0.27.0, drop 0.26.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-27 10:13:57 +09:00 |
|
Daichi Yamamoto
|
de50598f07
|
dev-util/rye: state the reason for skipping tests
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-24 10:38:44 +09:00 |
|
Daichi Yamamoto
|
33cf0e3607
|
dev-util/rye: add 0.26.0, drop 0.25.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-24 09:08:53 +09:00 |
|
Daichi Yamamoto
|
ee5caaa588
|
dev-util/rye: fix tests
Closes: https://bugs.gentoo.org/925134
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-21 17:48:40 +09:00 |
|
Daichi Yamamoto
|
2dce5f9047
|
dev-util/rye: add 0.25.0, drop 0.24.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-20 15:00:50 +09:00 |
|
Daichi Yamamoto
|
4f83cfe127
|
dev-util/rye: add 0.24.0, drop 0.23.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-16 13:57:11 +09:00 |
|
Daichi Yamamoto
|
f8ec35612c
|
dev-util/rye: add 0.23.0, drop 0.22.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-15 21:36:23 +09:00 |
|
Daichi Yamamoto
|
76efa3045c
|
dev-util/rye: add 0.22.0, drop 0.21.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-11 16:30:14 +09:00 |
|
Daichi Yamamoto
|
8a2c09c8b3
|
dev-util/rye: add 0.21.0, drop 0.16.0
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2024-02-04 21:26:42 +09:00 |
|
Daichi Yamamoto
|
32ac075367
|
dev-util/rye: add 0.16.0, drop 0.15.2-r1
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2023-12-29 12:23:31 +09:00 |
|
Daichi Yamamoto
|
7a420d1db6
|
dev-util/rye: fix QA_FLAGS_IGNORED & cargo test
Closes: https://bugs.gentoo.org/917415
Closes: https://bugs.gentoo.org/917417
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2023-11-16 21:58:35 +09:00 |
|
Daichi Yamamoto
|
c6b3d8bfcf
|
dev-util/rye: new package, add 0.15.2
Signed-off-by: Daichi Yamamoto <dev@dyama.net>
|
2023-11-13 05:26:39 +09:00 |
|