Commit Graph

29637 Commits

Author SHA1 Message Date
ingenarel
63ec6c8ef8 app-shells/zsh-async: use newzshcomp instead of deprecated insinto
fixes the follwoing pkgcheck warnings:

app-shells/zsh-async
  DeprecatedInsinto: version 1.8.5_p20211005: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 40: insinto /usr/share/zsh/site-functions
  DeprecatedInsinto: version 1.8.6: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 38: insinto /usr/share/zsh/site-functions

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 07:53:53 +06:00
ingenarel
2007048923 app-mobilephone/flashlight: remove redundant eclass inherit
fixes the following pkgcheck warnings:

app-mobilephone/flashlight
  ProvidedEclassInherit: version 0.1.1-r2: line 6: redundant eclass inherit 'xdg-utils', provided by 'gnome2-utils'

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 07:48:28 +06:00
Ronaldo V. Lobato
303583a1b7 gnome-extra/iio-sensor-proxy: add 3.7
Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
2025-07-21 19:33:35 -03:00
Ronaldo V. Lobato
03fa27c134 gnome-extra/wike: drop 3.0.0, 3.0.1, 3.1.0
Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
2025-07-21 19:20:14 -03:00
Ronaldo V. Lobato
0d565b9fcb gnome-extra/wike: update Manifest
Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
2025-07-21 19:19:35 -03:00
Ronaldo V. Lobato
2ff9bae49e Fix Python dependencies
gnome-extra/wike:

Signed-off-by: Ronaldo V. Lobato <vieira.lobato@gmail.com>
2025-07-21 19:16:34 -03:00
ingenarel
9d5a6ed0b3 app-misc/tealdeer: use depfiles instead of crates with suboptimal values
fixes the following pkgcheck warnings:

app-misc/tealdeer
  SuboptimalCratesSeparator: version 1.6.1-r1: line: 7: using - as name-version separator in CRATES is suboptimal, use name@version instead
  SuboptimalCratesURICall: version 1.6.1-r1: line: 192: calling '$(cargo_crate_uris ${CRATES})' is suboptimal, use '${CARGO_CRATE_URIS}' for global CRATES instead

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 04:14:38 +06:00
ingenarel
73a5743b9c app-misc/walld: use $PV instead of static version
fixes the following pkgchek warnings:

app-misc/walld
  StaticSrcUri: version 1.4.4: '1.4.4' in SRC_URI, replace with ${PV}
  StaticSrcUri: version 1.4.4: 'walld-1.4.4' in SRC_URI, replace with ${P}

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 04:03:14 +06:00
Saveliy Boyarchuk
f39a0bfc77 gui-wm/maomaowm: add 0.7.3, drop 0.7.1
Signed-off-by: Saveliy Boyarchuk <sav.boyar@gmail.com>
2025-07-21 20:50:22 +03:00
Florian Albrechtskirchinger
f6700f7900 sys-devel/clang-bloomberg-p2996: new package, add 9999
Adds a monolithic ebuild for the experimental clang fork by Bloomberg
implementing P2996 (Reflection for C++26).

It is cobbled together — somewhat arbitrarily — from the various split
ebuilds in the main portage tree and builds clang, libc++, and
libc++abi, which are installed into
/usr/lib/{clang,llvm}/bloomberg-p2996.

Two patches address compiler warnings that trigger QA notices. The
remaining QA notices are likely false positives.

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
2025-07-21 18:25:26 +02:00
David Roman
9c57b6d52a dev-embedded/esp-idf: fix wrong version of xtensa gcc
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-07-21 17:16:33 +02:00
David Roman
1fc9efa12d dev-embedded/esp-idf-monitor: add 1.7.0
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-07-21 16:57:13 +02:00
David Roman
c6e56c2196 dev-embedded/esp-idf-monitor: drop 1.5.0, 1.6.0
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-07-21 16:56:15 +02:00
David Roman
8d18896f01 dev-embedded/esp-idf: add 5.5
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-07-21 16:30:22 +02:00
David Roman
11e4fcae39 media-sound/lms: drop 3.66.0
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-07-21 12:49:31 +02:00
David Roman
f4db97bdb6 media-sound/lms: add 3.68.0
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-07-21 12:49:10 +02:00
Huang Rui
e885370eb5 dev-util/gemini-cli: add 0.1.13, drop 0.1.9_pre20250709
Signed-off-by: Huang Rui <vowstar@gmail.com>
2025-07-21 18:08:43 +08:00
Charlie Quinet
2bd42c8326 app-emulation/lsfg-vk: fix gcc support sed
Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
2025-07-21 11:56:38 +02:00
Charlie Quinet
dd9de91771 app-emulation/lsfg-vk: force usage of system spirv headers
They switched to using a submodule

Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
2025-07-21 11:21:04 +02:00
Charlie Quinet
e6bdcca1e1 app-emulation/lsfg-vk: bring back compiler vars unsetting
They are set again: 60e2335f86

Signed-off-by: Charlie Quinet <w.iron.zombie@gmail.com>
2025-07-21 11:21:03 +02:00
Anna (cybertailor) Vyalkova
24effd2131 app-alternatives/phosh-keyboard: fix install
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-07-21 06:50:45 +05:00
ingenarel
b0cbc921d5 app-containers/kind: update non-existent source link
fixes the following pkgcheck errors:

app-containers/kind
  DeadUrl: version 0.27.0: SRC_URI: 404 Client Error: Not Found for url: https://github.com/dmdutra/gentoo-distfiles/raw/refs/heads/main/kind-v0.27.0-vendor.tar.xz

the old repository was probably deleted, so i created a new depfile

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 06:58:18 +06:00
ingenarel
37bc977af4 app-misc/tinyfetch: fix metadata.xml indentation
fixes the following pkgcheck warnings:

app-misc/tinyfetch
  PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on line: 18

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 06:48:42 +06:00
ingenarel
eb93bd5b82 app-misc/kloak: replace static version with ${PV}
fixes the following pkgcheck warnings:

app-misc/kloak
  StaticSrcUri: version 0.2.30: '0.2.30' in SRC_URI, replace with ${PV}

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 06:44:33 +06:00
ingenarel
58ea543318 app-misc/proctl: fix indentation in metadata.xml
fixes the following pkgcheck warnings:

app-misc/proctl
  PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on lines: 10, 11, 12

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 06:39:26 +06:00
ingenarel
491cdfbc10 app-misc/cheat: use shell-completion.eclass instead of doing insinto
fixes the following pkgcheck warnigns:

app-misc/cheat
  DeprecatedInsinto: version 4.2.3: deprecated insinto usage (use
    dofishcomp or newfishcomp from shell-completion.eclass instead), line
    40: insinto /usr/share/fish/vendor_completions.d
  DeprecatedInsinto: version 4.2.3: deprecated insinto usage (use
    dozshcomp or newzshcomp from shell-completion.eclass instead), line 44:
    insinto /usr/share/zsh/site-functions

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 06:35:32 +06:00
Alexey Zapparov
9d74c47b44 app-admin/pulumi-bin: add 3.184.0, drop 3.167.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
2025-07-21 02:31:56 +02:00
ingenarel
d980757803 app-misc/mxw: add remote in metadata, improve SRC_URI
fixes the following pkgcheck warnings:

app-misc/mxw
  MissingRemoteId: missing <remote-id type="github">dkbednarczyk/mxw</remote-id> (inferred from URI 'https://github.com/dkbednarczyk/mxw')
  BadFilename: version 0.1.2: bad filename: [ v0.1.2.tar.gz ]
  StaticSrcUri: version 0.1.2: '0.1.2' in SRC_URI, replace with ${PV}

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 06:15:19 +06:00
ingenarel
db7d70e68d app-misc/ghq: add 1.8.0, 9999
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 05:56:40 +06:00
ingenarel
a47f896d1e app-misc/ghq: EGO_SUM -> dependency files; go build -> ego ebuild
fixes the following pkgcheck warnings:

app-misc/ghq
  DeprecatedEclassVariable: version 1.1.0: uses deprecated variable on line 9: EGO_SUM (no replacement)
  DeprecatedEclassFunction: version 1.1.0: uses deprecated function on line 63: go-module_set_globals (no replacement)
  DeprecatedEclassVariable: version 1.1.5: uses deprecated variable on line 8: EGO_SUM (no replacement)
  DeprecatedEclassFunction: version 1.1.5: uses deprecated function on line 96: go-module_set_globals (no replacement)

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 04:54:16 +06:00
ingenarel
c76ce018ca app-misc/grit: use a distfile instead of EGO_SUM
fixes the following pkgcheck warnings:

app-misc/grit
  DeprecatedEclassVariable: version 0.3.0: uses deprecated variable on line 8: EGO_SUM (no replacement)
  DeprecatedEclassFunction: version 0.3.0: uses deprecated function on line 43: go-module_set_globals (no replacement)

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 04:42:34 +06:00
ingenarel
38d8580d71 app-emulation/wslu: Fix metadata.xml indentation
fixes the following pkgcheck warnings:

app-emulation/wslu
  PkgMetadataXmlIndentation: metadata.xml: metadata.xml has inconsistent indentation on lines: 9, 10, 11

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-21 04:28:14 +06:00
Joe Kappus
398cba1d02 media-sound/plexamp: add 4.12.4, drop 4.11.5
Changed license from Plex to all-rights-reserved
and added a comment referring to review the terms page for license.

This matches plex-media-server in ::gentoo and how other packages like
discord are handled in Gentoo.

Signed-off-by: Joe Kappus <joe@wt.gd>
2025-07-20 17:36:40 -04:00
Paul Zander
a8818eb595 gui-wm/swayfx: drop 0.4-r2
needs removed and obsolete gui-libs/scenefx-0.1

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-07-20 23:32:27 +02:00
Paul Zander
03174cde1c gui-libs/scenefx: drop 0.1
Fails `pkgcheck ci` with:

```
gui-libs/scenefx
UnknownUseFlags: version 0.1: unknown USE flags: 'drm', 'libinput', 'liftoff',
'x11-backend', 'xcb-errors'
```

Has newer versions available.

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
2025-07-20 23:27:04 +02:00
Filip Kobierski
e73722213b app-misc/nwg-look: minor improvements
- add missing at-spi2-core dependency
- use doicon for creating a scalable icon

Closes: https://bugs.gentoo.org/950632
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-07-20 22:58:56 +02:00
Filip Kobierski
d4f4c3fa4e app-misc/nwg-look: drop old
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-07-20 22:53:50 +02:00
Filip Kobierski
a0c1f1279c app-misc/dragon: improve ebuild
- bump EAPI
- fix LICENSE
- add missing DEPENDs
- remove `-e` and generic die message from sed

Closes: https://bugs.gentoo.org/932189
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-07-20 22:51:56 +02:00
Filip Kobierski
d4bd8fb430 app-misc/dragon: metadata: add bugs-to & changelog
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-07-20 22:51:56 +02:00
Filip Kobierski
1e4f4915e4 app-misc/dragon: drop old
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-07-20 22:51:56 +02:00
Adam Pimentel
58f59cc8ad net-p2p/p2pool: version bump
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
2025-07-20 16:49:12 -04:00
Filip Kobierski
4d47350c1a net-wireless/easyroam-desktop: fix issues
- removed trailing [./] from DESCRIPTION & HOMEPAGE
- introduced MY_PN to enhance readability
- removed patch in favour of a simple sed
  - it had the wrong name either way
- RDEPEND:
  - sort
  - add missing zlib, gdk-pixbuf & at-spi2-core
  - specify GTK+'s SLOT
- rework QA variables to be more specific

Closes: https://bugs.gentoo.org/946620
Closes: https://bugs.gentoo.org/950639
Signed-off-by: Filip Kobierski <fkobi@pm.me>
2025-07-20 22:38:49 +02:00
Arnau Camprubí
89d64c5db6 dev-util/hevi: new package, add 1.1.0
Signed-off-by: Arnau Camprubí <arnauxabia@gmail.com>
2025-07-20 21:21:56 +02:00
Vincent Ahluwalia
44302e3df4 gui-wm/labwc: add 0.9.0, drop 0.8.3-r1
Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>

Closes: https://bugs.gentoo.org/960224
2025-07-20 17:01:58 +02:00
Vivian Heisz (vhz)
12063768db app-shells/direnv: add 2.37.1, drop 2.37.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-07-20 10:50:32 -04:00
Takuya Wakazono
8b374d3375 gui-wm/miracle-wm: drop 0.5.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-07-20 23:30:56 +09:00
Takuya Wakazono
b3f4427882 gui-wm/miracle-wm: add 0.6.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-07-20 23:30:56 +09:00
Takuya Wakazono
d279435654 net-misc/megasync: drop 5.12.0.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-07-20 23:30:56 +09:00
Takuya Wakazono
799e3f2d64 net-misc/megasync: add 5.14.0.2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-07-20 23:30:56 +09:00
Mathijs Saey
1af34e6364 dev-embedded/fwup: add 1.13.1
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
2025-07-20 14:53:26 +02:00