public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "demize" <demize@unstable.systems>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/jj/
Date: Fri, 07 Mar 2025 03:32:58 +0000 (UTC)	[thread overview]
Message-ID: <1741317805.e45762e61579095ca320498f1f13911dcae3dfc3.demize@gentoo> (raw)

commit:     e45762e61579095ca320498f1f13911dcae3dfc3
Author:     demize <demize <AT> unstable <DOT> systems>
AuthorDate: Fri Mar  7 03:23:25 2025 +0000
Commit:     demize <demize <AT> unstable <DOT> systems>
CommitDate: Fri Mar  7 03:23:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e45762e6

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 <AT> unstable.systems>

 dev-vcs/jj/jj-9999.ebuild | 37 +++++++++++++++----------------------
 1 file changed, 15 insertions(+), 22 deletions(-)

diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild
index 07d5691b4..f7322b9b6 100644
--- a/dev-vcs/jj/jj-9999.ebuild
+++ b/dev-vcs/jj/jj-9999.ebuild
@@ -1,37 +1,34 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit cargo
+RUST_MIN_VER="1.84.0"
+
+inherit cargo git-r3
 
 DESCRIPTION="Jujutsu - an experimental version control system"
 HOMEPAGE="https://github.com/jj-vcs/jj"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/jj-vcs/jj.git"
-else
-	SRC_URI="
-		https://github.com/jj-vcs/jj/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-		${CARGO_CRATE_URIS}
-	"
-	KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/jj-vcs/jj.git"
 
 LICENSE="Apache-2.0"
 # Dependent crate licenses
-LICENSE+=" Apache-2.0 BSD MIT MPL-2.0 Unicode-DFS-2016"
+LICENSE+="
+	Apache-2.0 BSD MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 WTFPL-2
+"
 SLOT="0"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND="
 	>=dev-libs/libgit2-1.8.1:0/1.8
-	dev-libs/openssl
+	dev-libs/openssl:=
 	net-libs/libssh2:=
 	sys-libs/zlib
 "
-RDEPEND="${DEPEND}"
+RDEPEND="
+	${DEPEND}
+	dev-vcs/git
+"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 
@@ -44,12 +41,8 @@ pkg_setup() {
 }
 
 src_unpack() {
-	if [[ ${PV} == 9999 ]]; then
-		git-r3_src_unpack
-		cargo_live_src_unpack
-	else
-		cargo_src_unpack
-	fi
+	git-r3_src_unpack
+	cargo_live_src_unpack
 }
 
 src_install() {


             reply	other threads:[~2025-03-07  3:33 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-07  3:32 demize [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 17:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/jj/ demize
2025-03-07  3:32 demize
2025-03-07  3:32 demize
2025-03-07  3:32 demize
2025-03-06  3:17 demize
2025-03-06  3:17 demize
2025-02-10 19:56 demize
2025-02-10 19:56 demize
2025-01-28 15:19 demize
2025-01-28 15:19 demize
2025-01-28 15:19 demize
2024-12-15 23:30 Marco Rebhan
2024-11-09 11:58 Steffen Winter
2024-11-09 11:58 Steffen Winter
2024-09-12  8:49 Steffen Winter
2024-09-12  8:45 Steffen Winter
2024-09-07 11:29 Steffen Winter
2024-09-07 11:29 Steffen Winter
2024-08-23 17:27 Steffen Winter
2024-08-23 17:27 Steffen Winter
2024-08-23 17:27 Steffen Winter
2024-07-06 11:02 Steffen Winter
2024-06-10 18:35 Steffen Winter
2024-06-10 18:35 Steffen Winter
2024-05-22 12:15 Steffen Winter
2024-05-22 12:15 Steffen Winter
2024-05-22 12:00 Steffen Winter
2024-05-07 17:19 Steffen Winter
2024-05-01 17:52 Steffen Winter
2024-04-08 16:49 Steffen Winter
2024-04-08 16:49 Steffen Winter
2024-04-07  9:49 Steffen Winter
2024-03-26 11:21 Steffen Winter
2024-03-26 11:20 Steffen Winter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1741317805.e45762e61579095ca320498f1f13911dcae3dfc3.demize@gentoo \
    --to=demize@unstable.systems \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox