From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6AC4E15817D for ; Wed, 12 Jun 2024 15:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ACFF2BC05F; Wed, 12 Jun 2024 15:49:24 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4520D2BC05F for ; Wed, 12 Jun 2024 15:49:24 +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 327B033BE4D for ; Wed, 12 Jun 2024 15:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C05D4166B for ; Wed, 12 Jun 2024 15:49:21 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1718207214.a7975f59d93ca5169917a51fb9765a86c2f4ba30.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/tokei/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/tokei/tokei-12.1.1.ebuild dev-util/tokei/tokei-12.1.2.ebuild X-VCS-Directories: dev-util/tokei/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: a7975f59d93ca5169917a51fb9765a86c2f4ba30 X-VCS-Branch: dev Date: Wed, 12 Jun 2024 15:49:21 +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: 5e617673-c6e0-469a-8d76-043f0d88f28d X-Archives-Hash: a2f249b46b9de0058350f282ea881bad commit: a7975f59d93ca5169917a51fb9765a86c2f4ba30 Author: Lucio Sauer posteo net> AuthorDate: Wed Jun 12 15:46:54 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Wed Jun 12 15:46:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7975f59 dev-util/tokei: unbundle test dependency libgit2 Signed-off-by: Lucio Sauer posteo.net> dev-util/tokei/tokei-12.1.1.ebuild | 9 +++++++++ dev-util/tokei/tokei-12.1.2.ebuild | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-util/tokei/tokei-12.1.1.ebuild b/dev-util/tokei/tokei-12.1.1.ebuild index 9ed1d21a1..9ab836a4e 100644 --- a/dev-util/tokei/tokei-12.1.1.ebuild +++ b/dev-util/tokei/tokei-12.1.1.ebuild @@ -173,6 +173,15 @@ SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + virtual/pkgconfig + >=dev-libs/libgit2-1.1.0 + ) +" QA_FLAGS_IGNORED="usr/bin/tokei" diff --git a/dev-util/tokei/tokei-12.1.2.ebuild b/dev-util/tokei/tokei-12.1.2.ebuild index c6eecfcec..b5e4040d1 100644 --- a/dev-util/tokei/tokei-12.1.2.ebuild +++ b/dev-util/tokei/tokei-12.1.2.ebuild @@ -169,6 +169,15 @@ SRC_URI="https://github.com/XAMPPRocky/tokei/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD BSD-2 CC0-1.0 MIT ZLIB || ( Apache-2.0 Boost-1.0 )" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND=" + test? ( + virtual/pkgconfig + >=dev-libs/libgit2-1.1.0 + ) +" QA_FLAGS_IGNORED="usr/bin/tokei"