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 574CD1581C1 for ; Tue, 16 Jul 2024 07:04:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2957E2A7B; Tue, 16 Jul 2024 07:04:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8BE9FE2A7B for ; Tue, 16 Jul 2024 07:04:31 +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 D891C340C15 for ; Tue, 16 Jul 2024 07:04:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFD5B82 for ; Tue, 16 Jul 2024 07:04:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1721113441.cea470d6267050d1e21af5070c7c67e5a7e17f5f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/zug/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/zug/zug-0.1.1-r1.ebuild X-VCS-Directories: dev-libs/zug/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cea470d6267050d1e21af5070c7c67e5a7e17f5f X-VCS-Branch: master Date: Tue, 16 Jul 2024 07:04:29 +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: 85c2e745-e0d6-4fa8-b92b-20a1e3d700c1 X-Archives-Hash: 708fb41f690ec39eaf14b815aa2e0acb commit: cea470d6267050d1e21af5070c7c67e5a7e17f5f Author: Sebastian Parborg blender org> AuthorDate: Mon Jul 15 10:01:25 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 16 07:04:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea470d6 dev-libs/zug: Add missing boost dependency, fix Werror added per default Closes: https://bugs.gentoo.org/936026 Closes: https://bugs.gentoo.org/936027 Signed-off-by: Sebastian Parborg gmail.com> Signed-off-by: Sam James gentoo.org> dev-libs/zug/zug-0.1.1-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/dev-libs/zug/zug-0.1.1-r1.ebuild b/dev-libs/zug/zug-0.1.1-r1.ebuild new file mode 100644 index 000000000000..6cccaf41364f --- /dev/null +++ b/dev-libs/zug/zug-0.1.1-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Transducers for C++" +HOMEPAGE="https://sinusoid.es/zug/" +SRC_URI="https://github.com/arximboldi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Boost-1.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND="dev-libs/boost:=" + +BDEPEND=" + test? (