From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 352AF15807A for ; Thu, 05 Jun 2025 02:51:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 20FE434316D for ; Thu, 05 Jun 2025 02:51:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AC40C11047D; Thu, 05 Jun 2025 02:51:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A4A1F11047D for ; Thu, 05 Jun 2025 02:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C00E3430FF for ; Thu, 05 Jun 2025 02:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DC46290D for ; Thu, 05 Jun 2025 02:51:32 +0000 (UTC) From: "demize" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "demize" Message-ID: <1749091198.889b031487b9afb451a6c20cef5a43d0b5d779bc.demize@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/jj/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/jj/jj-9999.ebuild X-VCS-Directories: dev-vcs/jj/ X-VCS-Committer: demize X-VCS-Committer-Name: demize X-VCS-Revision: 889b031487b9afb451a6c20cef5a43d0b5d779bc X-VCS-Branch: dev Date: Thu, 05 Jun 2025 02:51:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf055494-8b1b-4723-877d-635de0999d8b X-Archives-Hash: 98b7b7e011dd14651d407fb084074c0f commit: 889b031487b9afb451a6c20cef5a43d0b5d779bc Author: Vivian Heisz (vhz) unstable systems> AuthorDate: Thu Jun 5 02:39:58 2025 +0000 Commit: demize unstable systems> CommitDate: Thu Jun 5 02:39:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=889b0314 dev-vcs/jj: sync live with 0.30.0 Much cleaner, now that git2 has been removed entirely :) Signed-off-by: Vivian Heisz (vhz) unstable.systems> dev-vcs/jj/jj-9999.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-vcs/jj/jj-9999.ebuild b/dev-vcs/jj/jj-9999.ebuild index 1c7769c455..c51ef5f6c2 100644 --- a/dev-vcs/jj/jj-9999.ebuild +++ b/dev-vcs/jj/jj-9999.ebuild @@ -21,31 +21,12 @@ IUSE=" +git2 " -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - git2? ( - >=dev-libs/libgit2-1.9.0:0/1.9 - dev-libs/openssl:= - net-libs/libssh2:= - ) -" RDEPEND=" - ${DEPEND} dev-vcs/git " QA_FLAGS_IGNORED="usr/bin/${PN}" -pkg_setup() { - export LIBGIT2_NO_VENDOR=1 - export LIBSSH2_SYS_USE_PKG_CONFIG=1 - export OPENSSL_NO_VENDOR=1 - export PKG_CONFIG_ALLOW_CROSS=1 - rust_pkg_setup -} - src_unpack() { git-r3_src_unpack cargo_live_src_unpack @@ -53,7 +34,6 @@ src_unpack() { src_configure() { local myfeatures=( - $(usev git2) watchman git )