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 624C915838C for ; Sat, 27 Jan 2024 00:48:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98333E29A5; Sat, 27 Jan 2024 00:48:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6EC5AE29A5 for ; Sat, 27 Jan 2024 00:48:06 +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 7E01134341F for ; Sat, 27 Jan 2024 00:48:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB566FA7 for ; Sat, 27 Jan 2024 00:48:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1706316159.e25f4e45e66de0d39eb2057f5872be92a0c6d34d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mdds/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/mdds/Manifest dev-util/mdds/mdds-2.1.1.ebuild dev-util/mdds/mdds-9999.ebuild X-VCS-Directories: dev-util/mdds/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e25f4e45e66de0d39eb2057f5872be92a0c6d34d X-VCS-Branch: master Date: Sat, 27 Jan 2024 00:48:03 +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: 37600bc3-1ec1-42d4-8429-7e9fb72cb798 X-Archives-Hash: 5ed37e338206c8bc80e746e28032aa6e commit: e25f4e45e66de0d39eb2057f5872be92a0c6d34d Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jan 26 21:34:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 27 00:42:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25f4e45 dev-util/mdds: 2.1.1 version bump Closes: https://bugs.gentoo.org/919895 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/mdds/Manifest | 1 + dev-util/mdds/{mdds-9999.ebuild => mdds-2.1.1.ebuild} | 1 - dev-util/mdds/mdds-9999.ebuild | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/mdds/Manifest b/dev-util/mdds/Manifest index 4b0f67636bc3..d45b01122432 100644 --- a/dev-util/mdds/Manifest +++ b/dev-util/mdds/Manifest @@ -1 +1,2 @@ DIST mdds-2.0.3.tar.xz 419884 BLAKE2B bfadf334ccf7695ac0234a9355e5c466e4f8b8fced2b37a4446a3ef899ce28cc9f155223ac5c4ba88ed54886ffd9a38996973195a5120abb886d2e791f596609 SHA512 6600cca5cd2272905dfdeea21a8a1615bb8f15e0c0ae5efec99345b34387cc18fa2aa61ae7142edaddb41738f7386a74a91997ac5ed1a8cfc7cf4b72b0bd2935 +DIST mdds-2.1.1.tar.xz 540732 BLAKE2B d549bf5c39db6b8ec738cca2833545fef48ffd0b603c2c97dd425ae89bd5368a6981fb75bd4cbf90c9cf09efc7116a4e485c843bb2200fc198d23a02dbdd6559 SHA512 5fe345e7d84d2e290a519d65b27332f69001c01da961c05a30abfe2a17cb8545822490bcd63b320d49e1b26291a4a898f77495951919aece83208133027848ea diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-2.1.1.ebuild similarity index 97% copy from dev-util/mdds/mdds-9999.ebuild copy to dev-util/mdds/mdds-2.1.1.ebuild index c45dd52af655..8046260ebd00 100644 --- a/dev-util/mdds/mdds-9999.ebuild +++ b/dev-util/mdds/mdds-2.1.1.ebuild @@ -47,7 +47,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-memory_tests $(use_enable doc docs) $(use_enable openmp) ) diff --git a/dev-util/mdds/mdds-9999.ebuild b/dev-util/mdds/mdds-9999.ebuild index c45dd52af655..8046260ebd00 100644 --- a/dev-util/mdds/mdds-9999.ebuild +++ b/dev-util/mdds/mdds-9999.ebuild @@ -47,7 +47,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-memory_tests $(use_enable doc docs) $(use_enable openmp) )