public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimalloc/
Date: Sun, 09 Feb 2025 07:30:12 +0000 (UTC)	[thread overview]
Message-ID: <1739085527.692fcaf8db81feabd097068d295ed3926b17a438.sam@gentoo> (raw)

commit:     692fcaf8db81feabd097068d295ed3926b17a438
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 07:18:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 07:18:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=692fcaf8

dev-libs/mimalloc: drop 2.1.8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/mimalloc/Manifest              |  1 -
 dev-libs/mimalloc/mimalloc-2.1.8.ebuild | 35 ---------------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-libs/mimalloc/Manifest b/dev-libs/mimalloc/Manifest
index 3caffdba9716..90e6bfebcac6 100644
--- a/dev-libs/mimalloc/Manifest
+++ b/dev-libs/mimalloc/Manifest
@@ -1,3 +1,2 @@
 DIST mimalloc-2.1.7.tar.gz 1181422 BLAKE2B 2c4c2d61837ab315e00a5c12d1c74c8f003aa3e9159403194ba61f5dfef2f4c2497b83487f07b20ba506ecde40a6754df6b7048a3818af58168ca90b8ed44470 SHA512 4e30976758015c76a146acc1bfc8501e2e5c61b81db77d253de0d58a8edef987669243f232210667b32ef8da3a33286642acb56ba526fd24c4ba925b44403730
-DIST mimalloc-2.1.8.tar.gz 1276091 BLAKE2B d592072d87a81fc49cac6bb874b707525d6d816539e02cd52e834648bb1052ddceabcb5b4b9f2606916e44db3ca05ca40af857eec258dd6bb11056721b064b3e SHA512 3b2044f9b58c83016a4dfb0c8ac9c5e26bfedff74c2948f19b369c89c72ee3ba6ce4ce25a020231e49685bb34340e8891d009d65e60af500e299f41f6932ab2d
 DIST mimalloc-2.1.9.tar.gz 1276218 BLAKE2B 183749c1bb98c92986da9d3cb636d465927dd5b4186072edbe6e4fae88b59fdbfe4a0dd711c4705d64287c8085a0059d891c07f6aba50747eb67e56937d2e3ad SHA512 404a7827aea6f39bb4b9d43b5c93d5ca39e84e29bf362d597744703f7a6d0c091f55b45a070e6d61ad7f68bf7c28f541668c75db16bae1423bd318f47bf06974

diff --git a/dev-libs/mimalloc/mimalloc-2.1.8.ebuild b/dev-libs/mimalloc/mimalloc-2.1.8.ebuild
deleted file mode 100644
index 49b88d5cd215..000000000000
--- a/dev-libs/mimalloc/mimalloc-2.1.8.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-DESCRIPTION="A compact general purpose allocator with excellent performance"
-HOMEPAGE="https://github.com/microsoft/mimalloc"
-SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/2"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="debug hardened test valgrind"
-RESTRICT="!test? ( test )"
-
-DEPEND="valgrind? ( dev-debug/valgrind )"
-
-src_configure() {
-	local mycmakeargs=(
-		-DMI_DEBUG_FULL=$(usex debug)
-		-DMI_SECURE=$(usex hardened)
-		-DMI_INSTALL_TOPLEVEL=ON
-		-DMI_BUILD_TESTS=$(usex test)
-		-DMI_BUILD_OBJECT=OFF
-		-DMI_BUILD_STATIC=OFF
-		-DMI_TRACK_VALGRIND=$(usex valgrind)
-		-DMI_LIBC_MUSL=$(usex elibc_musl)
-		# Don't inject -march=XXX
-		-DMI_OPT_ARCH=OFF
-	)
-
-	cmake-multilib_src_configure
-}


             reply	other threads:[~2025-02-09  7:30 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-09  7:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-27 15:09 [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimalloc/ Sam James
2025-01-20  4:32 Sam James
2025-01-20  4:32 Sam James
2025-01-04 12:13 Sam James
2024-12-27 11:43 Sam James
2024-10-05 12:02 Arthur Zamarin
2024-08-29  5:10 Jakov Smolić
2024-08-12 18:53 Sam James
2024-07-14 10:41 James Le Cuirot
2024-06-02  5:46 Sam James
2024-05-20  8:11 Sam James
2024-05-20  8:11 Sam James
2024-04-23 17:36 Matthew Smith
2024-01-29  9:33 Matthew Smith
2023-11-25  5:28 Sam James
2023-11-13  4:35 Sam James
2023-11-13  4:35 Sam James
2023-06-25  7:05 Sam James
2023-05-16  1:52 Sam James
2023-04-25 14:02 Arthur Zamarin
2023-04-25  1:57 Sam James
2023-04-05 19:32 Georgy Yakovlev
2023-04-03 19:47 Georgy Yakovlev
2023-03-31 21:28 Sam James
2023-03-31 21:28 Sam James
2023-03-04  8:55 Arthur Zamarin
2023-01-27  6:27 Sam James
2023-01-23  7:25 Georgy Yakovlev
2022-12-30  7:32 Sam James
2022-11-15 20:19 Matthew Smith
2022-07-28 10:17 Sam James
2022-07-10  8:40 Matthew Smith
2022-05-28 10:03 Jakov Smolić
2022-05-24 16:07 WANG Xuerui
2022-04-17 16:44 Sam James
2022-04-16  3:07 Sam James
2022-04-13  9:44 Jakov Smolić
2022-04-05  5:27 Agostino Sarubbo
2022-03-14 12:26 Sam James
2022-03-12 17:37 Matthew Smith
2022-03-12 17:37 Matthew Smith
2022-03-12 17:37 Matthew Smith
2022-03-07 19:51 Patrick McLean
2022-02-20  5:51 Sam James
2022-02-18  0:40 Sam James
2022-02-18  0:40 Sam James
2022-01-01  9:39 Sam James
2021-12-20  5:08 Sam James
2021-12-20  4:44 Sam James
2021-12-15  5:42 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739085527.692fcaf8db81feabd097068d295ed3926b17a438.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox