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
Henri Gasc
ac5906af4a
app-editors/imhex: remove Werror and limit capstone version
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-10-19 12:49:24 +02:00
Henri Gasc
cc232c7913
app-editors/imhex: Fix errors seemingly related to cmake 4
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-06-09 17:18:30 +02:00
Henri Gasc
8e5152d813
app-editors/imhex: Add patch to allow newer version of libfmt
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-05-09 21:56:41 +02:00
Henri Gasc
774a9dc2bd
app-editors/imhex: Limit version of libfmt
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-05-09 17:37:04 +02:00
RavFX XMR
1f94c69ab9
app-editors/imhex: Downgraded libfmt dependency from 11.1.3 down to 11.0.2 as that later is stable in Gentoo and was previously used for the same version if imhex without issues.
...
Signed-off-by: RavFX XMR <ravfx@xmr.mx >
2025-04-16 09:57:57 -06:00
Henri Gasc
a81775e3aa
app-editors/imhex: Update dependencies
...
Closes: https://bugs.gentoo.org/951503
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-03-31 21:31:15 +02:00
Henri Gasc
8c1dd77fd2
app-editors/imhex: add 1.37.4, drop 1.37.1
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-03-06 21:37:52 +01:00
Henri Gasc
ef0f69a77a
app-editors/imhex: add 1.37.1, drop 1.36.2
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2025-02-22 20:43:25 +01:00
Henri Gasc
b13d5045da
app-editors/imhex: add 1.36.2, drop 1.35.4-r1
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-12-30 13:48:03 +01:00
Paul Zander
fc2ee10395
move {sys-devel,llvm-core}/llvm
...
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com >
2024-12-11 16:59:52 +01:00
spacok
4455c1b4b4
app-editors/imhex: add desktop-portal USE flag
...
Closes: https://bugs.gentoo.org/937117
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-08-31 13:51:44 +02:00
Henri Gasc
6b1942c682
app-editors/imhex: add 1.35.4, drop 1.35.3
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-07-29 00:45:01 +02:00
Henri Gasc
eab0472a57
app-editors/imhex: add 1.35.3, drop 1.33.2-r1
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-07-09 16:59:15 +02:00
Henri Gasc
06c7e828b2
app-editors/imhex: Remove Werror, scrub patches
...
Closes: https://bugs.gentoo.org/921663
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-04-12 19:17:11 +02:00
Henri Gasc
2d0ca11a13
app-editors/imhex: add 1.33.2, drop 1.33.1-r2
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-04-11 17:05:40 +02:00
Henri Gasc
6fcbb888e8
app-editors/imhex: Add note as to why patch
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-03-17 16:36:04 +01:00
Henri Gasc
928a994d26
app-editors/imhex: corrected small things
...
Add patch to remove dotnet from the build
Corrected name of sources
Usage of "usex" and not "use" for cmake flags
Closes: https://bugs.gentoo.org/926761
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-03-17 12:04:43 +01:00
Henri Gasc
586561aa84
app-editors/imhex: Change default IUSE
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-03-11 12:35:05 +01:00
Henri Gasc
81ffe0e506
app-editors/imhex: add 1.33.1, drop 1.32.2
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-03-09 13:43:55 +01:00
Henri Gasc
878fd82c67
app-editors/imhex: add 1.32.2, drop 1.31.0
...
Closes: https://bugs.gentoo.org/915541
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2024-01-08 21:00:17 +01:00
Henri Gasc
4ff61553ac
app-editors/imhex: add patches
...
Closes: https://bugs.gentoo.org/915572
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-10-11 10:25:20 +02:00
Henri Gasc
c169e2e8f8
app-editors/imhex: add 1.31.0, drop 1.30.1
...
Closes: https://bugs.gentoo.org/915471
Closes: https://bugs.gentoo.org/909290
Closes: https://bugs.gentoo.org/909291
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-10-09 17:38:55 +02:00
Henri Gasc
b9fd77e5ac
app-editors/imhex: add 1.30.1, drop 1.28.0
...
Closes: https://bugs.gentoo.org/905121
Closes: https://bugs.gentoo.org/905122
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-06-26 21:13:41 +02:00
Henri Gasc
c858e783d2
app-editors/imhex: use CFLAGS and CXXFLAGS, disable testing
...
Closes: https://bugs.gentoo.org/904953
Closes: https://bugs.gentoo.org/904954
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-04-24 23:22:49 +02:00
Henri Gasc
4452b42b29
app-editors/imhex: update SRC_URI
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-04-22 18:54:54 +02:00
Henri Gasc
c467ac6746
app-editors/imhex: update Manifest
...
Closes: https://bugs.gentoo.org/904453
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-04-18 14:02:55 +02:00
Henri Gasc
1a9c0b53a5
app-editors/imhex: add 1.28.0, drop 1.26.2-r1
...
Closes: https://bugs.gentoo.org/869221
Closes: https://bugs.gentoo.org/887225
Closes: https://bugs.gentoo.org/890395
Closes: https://bugs.gentoo.org/890397
Closes: https://bugs.gentoo.org/890403
Closes: https://bugs.gentoo.org/890405
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-04-15 21:41:05 +02:00
Huang Rui
dc9d653a43
app-editors/imhex: drop myself as a maintainer
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2023-04-07 15:33:52 +08:00
Anna (cybertailor) Vyalkova
1e95f22062
*/*: update metadata schema uri
...
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in >
2023-03-04 18:56:32 +05:00
Huang Rui
c3ae2c07fd
app-editors/imhex: fix build when enable python
...
Upstream pemoved all usages of Python
85823e8e5d
Signed-off-by: Huang Rui <vowstar@gmail.com >
2023-01-13 14:36:39 +08:00
Henri Gasc
7cc84ad061
app-editors/imhex: add 1.26.2, drop 1.22.0-r1
...
Signed-off-by: Henri Gasc <gasc@eurecom.fr >
2023-01-10 11:35:46 +01:00
Ronny (tastytea) Gutbrod
d1a59f7554
app-editors/imhex: die early if gcc is too old
...
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de >
2022-09-22 12:10:40 +02:00
Huang Rui
93c7f2abcf
app-editors/imhex: drop 1.22.0
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-09-08 12:14:18 +08:00
Huang Rui
cfebd16246
app-editors/imhex/files: tree clean patches
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-09-08 12:13:53 +08:00
Huang Rui
5168f8765c
app-editors/imhex: drop 1.21.2
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-09-08 12:13:13 +08:00
Huang Rui
71e281d115
app-editors/imhex: improved ebuild and fix 866464
...
Improved ebuild, thanks @tastytea
Closes: https://bugs.gentoo.org/866464
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-09-08 11:54:38 +08:00
Huang Rui
e07c00ad76
app-editors/imhex: add 1.22.0
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-09-06 11:35:56 +08:00
Huang Rui
262bcfe0fa
app-editors/imhex: add myself as a maintainer
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-08-20 19:42:10 +08:00
Huang Rui
a4a7b57c5b
app-editors/imhex: drop 1.8.1-r1, 1.10.0, 1.10.1
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-08-20 19:22:12 +08:00
Huang Rui
4ae434e1de
app-editors/imhex: add 1.21.2
...
Signed-off-by: Huang Rui <vowstar@gmail.com >
2022-08-20 19:21:23 +08:00
Alessandro Barbieri
967df4b05a
app-editors/imhex: drop myself as a maintainer
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2022-04-30 05:40:42 +02:00
Alessandro Barbieri
f1e18cfe04
app-editors/imhex: fix patches
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-10-07 00:15:38 +02:00
Alessandro Barbieri
452617a72e
app-editors/imhex: add 1.10.1
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-10-05 22:50:53 +02:00
Alessandro Barbieri
5710f27e70
app-editors/imhex: add 1.10.0
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-09-26 20:37:08 +02:00
Alessandro Barbieri
44741cccd1
app-editors/imhex: revert yara[tcmalloc] dependency
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-07-09 12:37:34 +02:00
Alessandro Barbieri
beb931e8c1
app-editors/imhex: depend on yara[tcmalloc]
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-07-05 23:09:31 +02:00
Alessandro Barbieri
4784edff0f
app-editors/imhex: add github upstream metadata
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-07-05 02:43:18 +02:00
Alessandro Barbieri
c277f9004f
app-editors/imhex: initial import
...
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com >
2021-07-04 12:57:29 +02:00