Commit Graph

328 Commits

Author SHA1 Message Date
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
demize
c4c9190d08 dev-vcs/jj: drop 0.26.0
Signed-off-by: demize <demize@unstable.systems>
2025-03-06 20:34:15 -05:00
demize
33fd91477e dev-vcs/lazyjj: keyword 0.5.0 for ~arm64
Tested (as always) on aarch64 Asahi Gentoo.

Signed-off-by: demize <demize@unstable.systems>
2025-03-05 22:42:25 -05:00
demize
ecbc34f516 dev-vcs/jj: add myself as a maintainer
Signed-off-by: demize <demize@unstable.systems>
2025-03-05 20:02:23 -05:00
demize
a54568616a dev-vcs/jj: add 0.27.0
Signed-off-by: demize <demize@unstable.systems>
2025-03-05 20:02:23 -05:00
demize
3f499ea9a7 dev-vcs/lazyjj: new package, add 0.5.0
Signed-off-by: demize <demize@unstable.systems>
2025-03-05 20:02:23 -05:00
Sergey Torokhov
b11810f953 dev-vcs/lazygit: 0.48.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-03-02 10:23:15 +03:00
Sergey Torokhov
07f7d356da dev-vcs/lazygit: drop old 0.42.0, 0.43.1, 0.44.1
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-02-27 22:15:11 +03:00
Sergey Torokhov
a912a82a02 dev-vcs/lazygit: 0.47.2 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-02-27 22:14:10 +03:00
ingenarel
f17f221df0 dev-vcs/lazygit: add 0.47.1
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-02-25 12:06:38 +06:00
ingenarel
bc93c776ae dev-vcs/lazygit: add 0.46.0
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-02-18 01:44:21 +06:00
demize
f4c7e76350 dev-vcs/jj: drop 0.25.0
Signed-off-by: demize <demize@unstable.systems>
2025-02-10 14:56:01 -05:00
demize
f575174d09 dev-vcs/jj: add 0.26.0
Signed-off-by: demize <demize@unstable.systems>
2025-02-10 14:56:01 -05:00
demize
28aca8da61 dev-vcs/jj: keyword 0.25.0 for ~arm64
Tested on aarch64 (M1 Pro macbook running Asahi Gentoo).

Signed-off-by: demize <demize@unstable.systems>
2025-01-28 10:17:31 -05:00
demize
c063e97a7a dev-vcs/jj: add 0.25.0, drop 0.24.0
Signed-off-by: demize <demize@unstable.systems>
2025-01-28 10:05:13 -05:00
demize
2c44c332ba dev-vcs/jj: update github URL
Signed-off-by: demize <demize@unstable.systems>
2025-01-28 10:05:12 -05:00
Sergey Torokhov
6a19dc0706 dev-vcs/lazygit: 0.45.2 version bump (0.45.0 drop)
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-01-17 22:52:19 +03:00
Sergey Torokhov
e78a28b25b dev-vcs/lazygit: 0.45.0 version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2025-01-16 21:16:10 +03:00
Takuya Wakazono
1bd1d61b99 dev-vcs/gitui: add 0.27.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2025-01-15 22:53:46 +09:00
Marco Rebhan
4259f613cc dev-vcs/jj: add 0.24.0, drop 0.23.0-r1
Signed-off-by: Marco Rebhan <me@dblsaiko.net>
2024-12-16 00:30:47 +01:00
Takuya Wakazono
eb317ddb43 */*: update for slotted Rust
guru version of this commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ba4dc61965ef7658a24728841c04c9a1ce4871

Closes: https://bugs.gentoo.org/943170
Closes: https://bugs.gentoo.org/943223
Closes: #260
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
2024-11-12 22:17:16 +09:00
Steffen Winter
0407044e62 dev-vcs/jj: drop 0.21.0
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
2024-11-09 12:57:46 +01:00
Steffen Winter
4241b5693a dev-vcs/jj: add 0.23.0
Signed-off-by: Steffen Winter <steffen.winter@proton.me>
2024-11-09 12:57:42 +01:00
Sergey Torokhov
669997476e dev-vcs/gitqlient: 1.6.3 drop '-Werror' flag
Closes: https://bugs.gentoo.org/942807
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2024-11-09 00:40:00 +03:00
Sergey Torokhov
7dbef0f939 dev-vcs/gitqlient: 1.6.3 (qt6) version bump
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2024-10-31 22:36:50 +03:00
Sergey Torokhov
323829e29d dev-vcs/lazygit: 0.44.1 version bump (drop 0.44.0)
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
2024-09-18 21:33:15 +03:00