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 2BF6B15817D for ; Mon, 3 Jun 2024 01:18:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A4582BC017; Mon, 3 Jun 2024 01:18:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4B49D2BC013 for ; Mon, 3 Jun 2024 01:18:30 +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 3534F340906 for ; Mon, 3 Jun 2024 01:18:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC1F81BE8 for ; Mon, 3 Jun 2024 01:18:27 +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: <1717377483.5abf0352fd409cdd1062292850243d6b8e1833f8.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/FORT-validator/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/FORT-validator/FORT-validator-1.5.4-r1.ebuild net-misc/FORT-validator/FORT-validator-1.6.1-r1.ebuild net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild X-VCS-Directories: net-misc/FORT-validator/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 5abf0352fd409cdd1062292850243d6b8e1833f8 X-VCS-Branch: dev Date: Mon, 3 Jun 2024 01:18:27 +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: 72c17e9d-156d-452c-b89b-6ce85f44ad76 X-Archives-Hash: 1c1e99dfa79f9ea87ab358dc8fa8ea44 commit: 5abf0352fd409cdd1062292850243d6b8e1833f8 Author: Lucio Sauer posteo net> AuthorDate: Mon Jun 3 00:51:19 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Mon Jun 3 01:18:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5abf0352 net-misc/FORT-validator: fix build-time deps New test-dep also enables tests. Remove deps that we inherit inherit from the autotools eclass. Remove deps that we inherit from the system set. Signed-off-by: Lucio Sauer posteo.net> net-misc/FORT-validator/FORT-validator-1.5.4-r1.ebuild | 12 +++++------- net-misc/FORT-validator/FORT-validator-1.6.1-r1.ebuild | 10 ++++++---- net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild | 10 ++++++---- 3 files changed, 17 insertions(+), 15 deletions(-) diff --git a/net-misc/FORT-validator/FORT-validator-1.5.4-r1.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.4-r1.ebuild index b6df06436..0b4f4d9cb 100644 --- a/net-misc/FORT-validator/FORT-validator-1.5.4-r1.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.5.4-r1.ebuild @@ -16,7 +16,8 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="caps" +IUSE="caps test" +RESTRICT="!test? ( test )" PATCHES="${FILESDIR}"/${PN}-1.5.4-GCC14.patch @@ -27,13 +28,10 @@ DEPEND=" dev-libs/jansson dev-libs/openssl " -RDEPEND=" - ${DEPEND} - net-misc/rsync -" +RDEPEND="${DEPEND}" BDEPEND=" - dev-build/automake - dev-build/automake + virtual/pkgconfig + test? ( dev-libs/check ) " src_prepare() { diff --git a/net-misc/FORT-validator/FORT-validator-1.6.1-r1.ebuild b/net-misc/FORT-validator/FORT-validator-1.6.1-r1.ebuild index 1eb18db5b..192cce1c9 100644 --- a/net-misc/FORT-validator/FORT-validator-1.6.1-r1.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.6.1-r1.ebuild @@ -16,7 +16,8 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="caps" +IUSE="caps test" +RESTRICT="!test? ( test )" PATCHES="${FILESDIR}"/${PN}-1.5.4-GCC14.patch @@ -29,9 +30,10 @@ DEPEND=" dev-libs/openssl net-misc/curl " -RDEPEND=" - ${DEPEND} - net-misc/rsync +RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig + test? ( dev-libs/check ) " src_prepare() { diff --git a/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild b/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild index 7e33ba238..b5735861e 100644 --- a/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.6.2-r1.ebuild @@ -14,7 +14,8 @@ SRC_URI="https://github.com/NICMx/${PN}/releases/download/${PV}/fort-${PV}.tar.g LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="caps" +IUSE="caps test" +RESTRICT="!test? ( test )" PATCHES="${FILESDIR}"/${PN}-1.5.4-GCC14.patch @@ -27,9 +28,10 @@ DEPEND=" dev-libs/openssl[rfc3779] net-misc/curl " -RDEPEND=" - ${DEPEND} - net-misc/rsync +RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig + test? ( dev-libs/check ) " S="${WORKDIR}/${MY_PN}-${PV}"