Commit Graph

403 Commits

Author SHA1 Message Date
ingenarel
261c5e2a09 dev-vcs/lazygit: modify src_unpack() internally instead of redefining
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-03 13:51:31 +06:00
ingenarel
469968e82f dev-vcs/lazygit: update 9999
- update licenses
- modify src_unpack() internally instead of redefining

Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-12-03 13:45:51 +06: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
Vivian Heisz (vhz)
ffe29b6076 dev-vcs/jj: drop 0.33.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-11-06 09:29:14 -05:00
Vivian Heisz (vhz)
58b437fb8c dev-vcs/jj: add 0.35.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-11-06 09:29:14 -05:00
Sergey Torokhov
4e0532e9e6 dev-vcs/lazygit: 0.56.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-11-01 21:57:50 +03:00
Vivian Heisz (vhz)
7dc89e445b dev-vcs/jj: sync live
0.34.0 updated the MSRV to 1.88, so live should be updated as well.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-10-01 20:23:22 -04:00
Vivian Heisz (vhz)
42dad58103 dev-vcs/jj: drop 0.29.0, 0.31.0, 0.32.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-10-01 20:23:22 -04:00
Vivian Heisz (vhz)
ff03153685 dev-vcs/jj: add 0.34.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-10-01 20:22:09 -04:00
Sergey Torokhov
9b2b23903f dev-vcs/lazygit: drop old 0.53.0, 0.54.0
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-09-19 00:57:15 +03:00
Sergey Torokhov
0cd5371511 dev-vcs/lazygit: 0.55.1 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-09-18 21:42:52 +03:00
Vivian Heisz (vhz)
5ff3a5abd8 dev-vcs/lazyjj: add 0.6.1
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-09-10 19:45:47 -04:00
Vivian Heisz (vhz)
c5e7d900b8 dev-vcs/jj: add 0.33.0
Rust edition was updated, so RUST_MIN_VER is now 1.85.0.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-09-09 15:08:14 -04:00
Sergey Torokhov
a5a342b693 dev-vcs/lazygit: drop old 0.50.0, 0.51.1, 0.52.0
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-09-07 19:41:38 +03:00
Sergey Torokhov
397121f4ba dev-vcs/lazygit : 0.55.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-09-07 19:37:53 +03:00
Joe Kappus
07d552b2cb dev-vcs/ghorg: remove unnecessary DEPEND/RDEPEND
Thanks for feedback from stkw0!

Signed-off-by: Joe Kappus <joe@wt.gd>
2025-08-28 13:46:50 -04:00
Joe Kappus
a92b673b15 dev-vcs/ghorg: new package, add 1.11.0
Signed-off-by: Joe Kappus <joe@wt.gd>
2025-08-27 17:48:04 -04:00
Sergey Torokhov
afe3074c9e dev-vcs/lazygit: 0.54.2 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-08-19 21:56:56 +03:00
Vivian Heisz (vhz)
d13b854a20 dev-vcs/jj: add 0.32.0, drop 0.30.0
0.32.0 returns to using `CRATES` instead of a vendor tarball, and adds
`RESTRICT="mirror"` to prevent portage from trying the mirrors. This
follows a recent discussion on the matter on IRC, and should aid in both
auditability and maintainability.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-08-07 08:57:50 -04:00
ingenarel
29e29ada7e dev-vcs/lazygit: use ebuild template for 9999
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-08-06 10:29:20 +06:00
ingenarel
6754bf6cb9 dev-vcs/lazygit: add 0.54.0
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-08-06 10:28:51 +06:00
Anna (cybertailor) Vyalkova
95617af15f dev-vcs/gitqlient-jenkins-plugin: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-07-13 16:53:49 +05:00
Anna (cybertailor) Vyalkova
7fdf978db8 dev-vcs/gitqlient-gitserver-plugin: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2025-07-13 16:53:24 +05:00
Sergey Torokhov
8047aaf1ba dev-vcs/lazygit: 0.53.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-07-11 20:18:02 +03:00
Vivian Heisz (vhz)
ed6694fefc dev-vcs/jj: sync live
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-07-02 19:32:56 -04:00
Vivian Heisz (vhz)
381c1c9968 dev-vcs/jj: add 0.31.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-07-02 19:32:56 -04:00
Sergey Torokhov
a0dd3dcb04 dev-vcs/lazygit: drop old 0.47.2, 0.48.0, 0.49.0
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-06-14 20:30:16 +03:00
Sergey Torokhov
167a711847 dev-vcs/lazygit: 0.52.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-06-14 20:29:04 +03:00
Vivian Heisz (vhz)
889b031487 dev-vcs/jj: sync live with 0.30.0
Much cleaner, now that git2 has been removed entirely :)

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-06-04 22:39:58 -04:00
Vivian Heisz (vhz)
6b0e9326ca dev-vcs/jj: drop 0.28.2
0.29.0 will stick around for a while, as it's the last
version with support for `git.subprocess = false`.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-06-04 22:19:47 -04:00
Vivian Heisz (vhz)
29ffd1c7fb dev-vcs/jj: add 0.30.0
Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-06-04 22:19:47 -04:00
Sergey Torokhov
2c8611a679 dev-vcs/lazygit: 0.51.1 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-06-02 18:51:50 +03:00
Matt Jolly
48da25ddee */*: whitespace fixes
This fixes the current whitespace issues reported by
`pkgcruft scan -r WhitespaceUnneeded`.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
2025-05-21 16:46:04 +10:00
Vivian Heisz (vhz)
6e5c5e60c0 dev-vcs/jj: add RUST_MIN_VER
Required by jj's MSRV. No revbump, since builds without the
MSRV should have failed, so there's no need to rebuild.

Signed-off-by: Vivian Heisz (vhz) <demize@unstable.systems>
2025-05-20 23:14:45 -04:00
ingenarel
750b18e0c7 dev-vcs/lazygit: add 9999
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-05-21 04:30:23 +06:00
Sergey Torokhov
8e823fd81e dev-vcs/lazygit: 0.50.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-05-11 17:59:21 +03:00
Vivian Heisz (demize)
7cf447300f dev-vcs/jj: drop 0.27.0-r1, 0.28.1
Dropping old versions. I'll keep 0.28.2 for a
while, and then the last 0.29.x release for a
while longer as the last release with support
for `git.subprocess = false`.

Signed-off-by: Vivian Heisz (demize) <demize@unstable.systems>
2025-05-08 11:12:27 -04:00
Vivian Heisz (demize)
bc20345ffa dev-vcs/jj: add 0.29.0
I didn't realize the `git.subprocess=false`
deprecation was coming -this- soon, or I'd have
started warning in 0.28.0 and dropped the USE
default in 0.29.0.

Instead, I'm leaving it default and warning, and
it'll be removed entirely next update.

Signed-off-by: Vivian Heisz (demize) <demize@unstable.systems>
2025-05-08 11:12:27 -04:00
Vivian Heisz (demize)
5a7fb80f60 dev-vcs/jj: sync live with upstream
Also updates metadata.xml to tweak my name a little.

Signed-off-by: Vivian Heisz (demize) <demize@unstable.systems>
2025-04-21 14:02:13 -04:00
Sergey Torokhov
48c19a56f0 dev-vcs/lazygit: drop old 0.45.2, 0.46.0, 0.47.1
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-04-15 19:46:22 +03:00
Sergey Torokhov
2719b25ed6 dev-vcs/lazygit: 0.49.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-04-15 19:45:28 +03:00
demize
19b3a2db46 dev-vcs/jj: add 0.28.2
Signed-off-by: demize <demize@unstable.systems>
2025-04-07 14:07:17 -04:00
demize
1e7492c804 dev-vcs/jj: add 0.28.1
Signed-off-by: demize <demize@unstable.systems>
2025-04-05 09:17:08 -04:00
demize
53fecf70e7 dev-vcs/jj: add USE flags to live ebuild
This adds a git2 USE flag (enabled by default) to
match the git2 feature flag added by upstream.

This also adds a gix-max-performance USE flag to
match an existing featre flag. Upstream recommends
this be enabled by packagers, but I've left it
disabled by default here, as it comes with both a
dependency on cmake (for an unfortunately-vendored
zlib-ng) and potential incompatibilties (since it
uses assembly versions of SHA1 code in gitoxide).

Signed-off-by: demize <demize@unstable.systems>
2025-03-16 14:32:55 -04:00
demize
f09099b579 dev-vcs/jj: update libgit2 in live ebuild
git2-rs only supports one version of libgit2 at
a time, and upstream now requires 1.9.

Signed-off-by: demize <demize@unstable.systems>
2025-03-08 12:25:32 -05:00
Viorel Munteanu
3a18759754 */*: remove maintainer
Bug: https://bugs.gentoo.org/941877
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
2025-03-07 16:58:00 +02:00
demize
e45762e615 dev-vcs/jj: update live ebuild
Sync the license and depends with 0.27-r1.

Remove the non-live paths, as they would never be
called here; the non-live ebuild doesn't have the
live paths.

Add `RUST_MIN_VER` to match upstream's MSRV.

Signed-off-by: demize <demize@unstable.systems>
2025-03-06 22:23:25 -05:00
demize
a701829ed9 dev-vcs/jj: drop zstd dependency
Dropped upstream a couple releases ago.

Signed-off-by: demize <demize@unstable.systems>
2025-03-06 21:45:19 -05:00
demize
b3114e48e5 dev-vcs/jj: Add git to RDEPEND
As of 0.27, jj shells out by default for git
operations, and thus requires git at runtime.

Signed-off-by: demize <demize@unstable.systems>
2025-03-06 20:41:58 -05:00