Huang Rui
90cf694ff7
sci-electronics/verilator: enable python3_15 on live ebuild
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2026-05-20 20:34:46 +08:00
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
Huang Rui
f013fe6428
sci-electronics/verilator: enable py3.14
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2025-12-11 14:01:51 +08: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
bb0aae8ad3
*/*: disable py3.10
...
Python 3.10 target is scheduled for removal in Gentoo:
https://public-inbox.gentoo.org/gentoo-dev/e6ca9f1f4ababb79ab2a3d005c39b483c3ecef6e.camel@gentoo.org/
Sphinx 8.2.0 already dropped support for CPython 3.10 and PyPy 3.10,
leading to multiple CI failures in ::guru.
We can safely remove this target, because GURU is "experimental" and
does not have stable keywords.
Let's not remove "pypy3" right now because
a) There are not many packages using it.
b) So we can see which packages supported PyPy 3.10, and test them with
PyPy 3.11.
Closes: https://github.com/gentoo/guru/pull/291
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2025-02-21 17:51:14 +05:00
Huang Rui
25bad19b5a
sci-electronics/verilator: fix user CFLAG and missing gdb BDEPEND
...
- fix overwrites user's optimization (-O*)
- fix calls commands that do not exist: gdb
Closes: https://bugs.gentoo.org/927328
Closes: https://bugs.gentoo.org/887919
Signed-off-by: Huang Rui <vowstar@gmail.com >
2024-10-11 16:29:16 +08:00
Huang Rui
41ef8bfcd5
sci-electronics/verilator: enable py3.13
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2024-10-10 13:28:24 +08:00
Takuya Wakazono
5dc8172b79
*/*: drop ia64 keyword
...
ia64 has been removed from Gentoo.
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com >
2024-09-16 20:01:16 +09:00
Huang Rui
49e4ea0de6
sci-electronics/verilator: disable py3.9
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2024-04-30 16:21:01 +08:00
Florian Schmaus
3a02c92520
sci-electronics/verilator: minor style fixes, no need for an explicit pkg_setup
...
Signed-off-by: Florian Schmaus <flow@gentoo.org >
2024-04-04 12:07:58 +02:00
Huang Rui
01e3aec7e7
sci-electronics/verilator: fix compile bugs
...
- fix fails to compile with dev-lang/python-exec[-native-symlinks]
- fix adds debug flags (-g/-ggdb) on its own
Closes: https://bugs.gentoo.org/785151
Closes: https://bugs.gentoo.org/887917
Signed-off-by: Huang Rui <vowstar@gmail.com >
2024-03-18 21:19:09 +08:00
Huang Rui
4523ada229
sci-electronics/verilator: fix UNKNOWN_REV version
...
https://github.com/verilator/verilator/issues/3352
Signed-off-by: Huang Rui <vowstar@gmail.com >
2023-11-15 14:52:21 +08:00
Huang Rui
d62186519d
sci-electronics/verilator: changed year to 2023
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2023-11-03 17:47:38 +08:00
Huang Rui
b1e041cfb8
sci-electronics/verilator: update EAPI 7 -> 8
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-07-08 12:59:55 +08:00
Huang Rui
a0ea7c52f1
sci-electronics/verilator: happy new year
...
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Huang Rui <vowstar@gmail.com >
2021-01-01 17:49:05 +08:00
Huang Rui
7ac1b0d1da
sci-electronics/verilator: upstream applied patch
...
remove patch for live ebuild because upstream applied
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com >
2020-05-14 15:45:50 +08:00
Huang Rui
b29b151acb
sci-electronics/verilator: fix compile problem
...
Add patch file to live ebuild.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com >
2020-05-13 21:56:17 +08:00
Huang Rui
52b39a04b4
sci-electronics/verilator: improve ebuilds
...
Make it fit the standards of gentoo GLEPs.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com >
2020-04-27 15:42:08 +08:00
Huang Rui
d8f6f32c27
sci-electronics/verilator: fix the order of RDEPEND and DEPEND for 9999
...
Follow https://gitweb.gentoo.org/repo/gentoo.git/tree/skel.ebuild
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Huang Rui <vowstar@gmail.com >
2020-04-07 15:05:38 +08:00
Andrew Ammerlaan
ef47018f1e
sci-electronics/verilator: fix invalid keyword
...
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net >
2020-03-27 13:29:37 +01:00
Huang Rui
ff0deccebd
sci-electronics/verilator: add 9999 ebuild
...
Add verilator-9999.ebuild to get the latest software
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Huang Rui <vowstar@gmail.com >
2020-02-23 14:54:45 +08:00