Commit Graph

283 Commits

Author SHA1 Message Date
Jonas Frei
8c70d85929 app-shells/carapace: drop 1.6.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-02-26 05:49:02 +01:00
Jonas Frei
bc94f9c68f app-shells/carapace: add 1.6.3
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-02-26 05:49:02 +01:00
Jonas Frei
390a607404 app-shells/carapace: add 1.6.2
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-02-11 06:39:53 +01:00
Ceres
183e47a1c2 app-shells/mommy: add 1.8.0, drop 1.6.0
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-02-06 19:48:41 +00:00
Jonas Frei
e06a60f260 app-shells/carapace: drop 1.5.7
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-01-31 19:39:46 +01:00
Jonas Frei
0d32529803 app-shells/carapace: add 1.6.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-01-31 19:39:46 +01:00
Jonas Frei
31bcff5c85 app-shells/carapace: add 1.6.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2026-01-26 06:38:13 +01:00
Ceres
dfcc4aee1a app-shells/mommy: Fix man installation
Signed-off-by: Ceres <ceres@ceressees.dev>
2026-01-24 23:01:32 +00:00
Jonas Frei
a943aaee8e app-shells/carapace: drop 1.5.4
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-12-10 20:14:13 +01:00
Jonas Frei
427cf5e632 app-shells/carapace: add 1.5.7
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-12-10 20:14:13 +01:00
Ceres
806886c0d3 app-shells/mommy: Added manpages
Signed-off-by: Ceres <ceres@ceressees.dev>
2025-11-29 21:01:03 +00:00
Ceres
39ff5951ed app-shells/mommy: new package, add 1.6.0
Signed-off-by: Ceres <ceres@ceressees.dev>
2025-11-29 19:29:13 +00:00
Jonas Frei
cef8b910eb app-shells/carapace: drop 1.5.3
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-11-05 06:14:46 +01:00
Jonas Frei
c99a5f0625 app-shells/carapace: add 1.5.4
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-11-05 06:14:46 +01:00
Jonas Frei
751ddc64a4 app-shells/carapace: drop 1.5.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-10-16 17:51:22 +02:00
Jonas Frei
63d38b814c app-shells/carapace: add 1.5.3
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-10-16 17:51:22 +02:00
Jonas Frei
5865ad4b17 app-shells/carapace: drop 1.4.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-09-15 10:00:22 +02:00
Jonas Frei
4cedbad8a0 app-shells/carapace: add 1.5.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-09-15 10:00:08 +02:00
Keita Urashima
6255b47593 app-shells/sheldon: new package, add 0.8.5
Signed-off-by: Keita Urashima <ursm@ursm.jp>
2025-08-20 09:03:23 +09:00
Jonas Frei
98f3893ae3 app-shells/carapace: drop 1.4.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-07-28 06:44:23 +02:00
Jonas Frei
ebee310840 app-shells/carapace: add 1.4.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-07-28 06:44:23 +02:00
ingenarel
0f98cc9395 app-shells/vivid: use crates instead of depfiles
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/354
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2025-07-26 23:30:19 +02:00
Jonas Frei
0d453a0595 app-shells/carapace: drop 1.3.3
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-07-23 20:16:47 +02:00
Jonas Frei
be938861a2 app-shells/carapace: add 1.4.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-07-23 20:16:47 +02:00
ingenarel
f67ede4d19 app-shells/zsh-history-substring-search: deprecated insinto -> newzshcomp
fixes the following pkgcheck warnings:

app-shells/zsh-history-substring-search
  DeprecatedInsinto: version 1.0.2: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 24: insinto /usr/share/zsh/site-functions
  DeprecatedInsinto: version 1.1.0: deprecated insinto usage (use dozshcomp or newzshcomp from shell-completion.eclass instead), line 24: insinto /usr/share/zsh/site-functions

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 13:02:48 +06:00
ingenarel
a7a98b6707 app-shells/vivid: use a vendor file instead of suboptimal crates naming
fixes the following pgkcheck warnings:

app-shells/vivid
  SuboptimalCratesSeparator: version 0.9.0: line: 8: using - as name-version separator in CRATES is suboptimal, use name@version instead
  SuboptimalCratesURICall: version 0.9.0: line: 79: calling '$(cargo_crate_uris)' is suboptimal, use '${CARGO_CRATE_URIS}' for global CRATES instead

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-22 12:54:11 +06:00
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
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
Vivian Heisz (vhz)
fde8b3cf13 app-shells/direnv: add 2.37.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-07-02 09:28:36 -04:00
Jonas Frei
69fba7aff7 app-shells/carapace: drop 1.3.2
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-06-21 07:07:28 +02:00
Jonas Frei
2399af6286 app-shells/carapace: add 1.3.3
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-06-21 07:07:27 +02:00
Vivian Heisz (vhz)
f74e9d010f app-shells/direnv: update myself in maintainers
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-06-01 10:11:28 -04:00
Hendrik Klug
96bb6f0807 app-shells/direnv: Add EPREFIX to emake command
Signed-off-by: Hendrik Klug <hendrik.klug@gmail.com>
Part-of: https://github.com/gentoo/guru/pull/328
Closes: https://github.com/gentoo/guru/pull/328
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-06-01 10:09:14 -04:00
Jonas Frei
038af96ba2 app-shells/carapace: drop 1.3.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-05-25 17:49:41 +02:00
Jonas Frei
59b63b8f15 app-shells/carapace: add 1.3.2
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-05-25 17:49:41 +02:00
Matt Jolly
e7a898e06a app-shells/shox: update SRC_URI
- SRC_URI now renames appropriately
- Whitespace fixes

Signed-off-by: Matt Jolly <kangie@gentoo.org>
2025-05-21 15:30:55 +10:00
Jonas Frei
d7378688c8 app-shells/carapace: drop 1.3.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-05-06 20:00:05 +02:00
Jonas Frei
3f70a055ce app-shells/carapace: add 1.3.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-05-06 20:00:05 +02:00
Anna (cybertailor) Vyalkova
b5dd78a48c */*: drop inactive maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-05-01 20:36:31 +05:00
Jonas Frei
97d0cca36d app-shells/carapace: drop 1.2.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-04-17 14:25:36 +02:00
Jonas Frei
28cebf8924 app-shells/carapace: add 1.3.0
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-04-17 14:25:36 +02:00
demize
dd35344974 app-shells/direnv: BDEPEND on >=dev-lang/go-1.24
As of this release, upstream has increased their
minimum Go version to 1.24. Bump the BDEPEND in
both the latest version and the live ebuild.

Signed-off-by: demize <demize@unstable.systems>
2025-04-11 10:32:42 -04:00
demize
3748f43f31 app-shells/direnv: drop 2.32.3, 2.35.0
Signed-off-by: demize <demize@unstable.systems>
2025-04-11 10:15:22 -04:00
demize
6902fc23a2 app-shells/direnv: add 2.36.0
Signed-off-by: demize <demize@unstable.systems>
2025-04-11 10:15:22 -04:00
demize
2f3e53425e app-shells/direnv: add myself as a maintainer
Signed-off-by: demize <demize@unstable.systems>
2025-04-07 10:30:20 -04:00
demize
7cad5a1e77 app-shells/direnv: fix pkgcheck issue in 9999
Signed-off-by: demize <demize@unstable.systems>
2025-04-07 10:30:20 -04:00
demize
33969f26ba app-shells/direnv: add 2.35.0
Signed-off-by: demize <demize@unstable.systems>
2025-04-07 10:30:20 -04:00
David Roman
07ae2b75ca */*: remove maintainer zdanevich.vitaly@ya.ru
Closes: https://github.com/gentoo/guru/pull/311
Signed-off-by: David Roman <davidroman96@gmail.com>
2025-04-05 02:34:02 +02: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
Jonas Frei
d87ce08246 app-shells/carapace: drop 1.1.1
Signed-off-by: Jonas Frei <freijon@pm.me>
2025-01-28 19:09:27 +01:00