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 9C71F1581EE for ; Wed, 09 Apr 2025 03:42:11 +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 850A334325B for ; Wed, 09 Apr 2025 03:42:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6288E1104B7; Wed, 09 Apr 2025 03:42:07 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 56FCE1104B7 for ; Wed, 09 Apr 2025 03:42:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF6C83431EA for ; Wed, 09 Apr 2025 03:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA5D1EEA for ; Wed, 09 Apr 2025 03:42:05 +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: <1744170053.16fec4040487d90d615904be7ed89fc39d9bf1d9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/muParserX/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/muParserX/Manifest dev-cpp/muParserX/muParserX-4.0.12.ebuild X-VCS-Directories: dev-cpp/muParserX/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 16fec4040487d90d615904be7ed89fc39d9bf1d9 X-VCS-Branch: master Date: Wed, 09 Apr 2025 03:42:05 +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: fc420460-082b-45ff-90b3-d3d0caccd007 X-Archives-Hash: 9e2340ca21a209b81057bb4946cdf141 commit: 16fec4040487d90d615904be7ed89fc39d9bf1d9 Author: Sam James gentoo org> AuthorDate: Wed Apr 9 03:40:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 9 03:40:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fec404 dev-cpp/muParserX: add 4.0.12 Note that this does fix 919114 but I've also disabled examples while at it anyway. Closes: https://bugs.gentoo.org/919114 Signed-off-by: Sam James gentoo.org> dev-cpp/muParserX/Manifest | 1 + dev-cpp/muParserX/muParserX-4.0.12.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-cpp/muParserX/Manifest b/dev-cpp/muParserX/Manifest index 815473a36ead..601fb009cea9 100644 --- a/dev-cpp/muParserX/Manifest +++ b/dev-cpp/muParserX/Manifest @@ -1 +1,2 @@ DIST muParserX-4.0.11.tar.gz 215824 BLAKE2B f077fee44d4b67b02a0c559ce492b27107b0f5294eca7266e968c852e1e2503a4f5fc4d32b07e5c6ebca8ab95d7f30cdacd257439f70a7943c5ad22d111139c9 SHA512 67846a91b57e41731a656cfee68effdd9166e738108764be5d3080854d8a01bedbeacaaade7bee11c6b5f83019abddeca3b2c9acdfbb48629da6d9b92c79c7af +DIST muParserX-4.0.12.tar.gz 223342 BLAKE2B 63a5545a53ec1903b9315376edf6d01a455477994e36943fe1eb059f252f440db2e489aa1f32d34d3cff570817f48319fc914585504fbbf71f943d50ef5f9475 SHA512 5be7d846105c2eae7f9a7929147ff6890496ca80348c1b08c62fdf199a6b33d48225c4aeec00e03283e233c91574943b60ee4282169715f5ded8aa18fd9a732d diff --git a/dev-cpp/muParserX/muParserX-4.0.12.ebuild b/dev-cpp/muParserX/muParserX-4.0.12.ebuild new file mode 100644 index 000000000000..78bc6694c425 --- /dev/null +++ b/dev-cpp/muParserX/muParserX-4.0.12.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more" +HOMEPAGE="https://beltoforion.de/en/muparser/" +SRC_URI="https://github.com/beltoforion/muparserx/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/muparserx-${PV} + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +src_configure() { + # TODO: -DUSE_WIDE_STRING? + local mycmakeargs=( + -DBUILD_EXAMPLES=OFF + ) + + cmake_src_configure +}