Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mimalloc/
Date: Sun, 20 Feb 2022 05:51:49
Message-Id: 1645335552.b2142279bacbf97048e4af8bd148aa768e7951ff.sam@gentoo
1 commit: b2142279bacbf97048e4af8bd148aa768e7951ff
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 05:39:12 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 05:39:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2142279
7
8 dev-libs/mimalloc: drop 1.7.3, 1.7.5
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/mimalloc/Manifest | 2 --
13 dev-libs/mimalloc/mimalloc-1.7.3.ebuild | 28 ----------------------------
14 dev-libs/mimalloc/mimalloc-1.7.5.ebuild | 28 ----------------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/dev-libs/mimalloc/Manifest b/dev-libs/mimalloc/Manifest
18 index 6daffc6e9645..c938af492d04 100644
19 --- a/dev-libs/mimalloc/Manifest
20 +++ b/dev-libs/mimalloc/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST mimalloc-1.7.3.tar.gz 908042 BLAKE2B 6a96fc33148261e3f69a55196725bb2cf2e45f08a668b3d74fd6e06f808c1ce40fbb4783c5df50abe58dbae8b9c1dd264e6fcc6cce0a259b2cbec397d4667736 SHA512 e5a17b98d77a27d2a544869c2e0302a7e3bf77b5b494b2ee8ddc7af18bf9da152fea41702a8a17eb7e128238259fba6f96fa5bac549f5927453dc9a0bc06d013
23 -DIST mimalloc-1.7.5.tar.gz 1115414 BLAKE2B 2bd29cce80c0308409d14536533255f114f39edbadd7972eefc5ebb2d1e655c30340ffefadc572dad9ae5772a0bc6f105f346098520807a859b10230f3e3ec01 SHA512 76de3ffe8d935df55677cce2c68651516ed033f74bc3d1a1b8963cf5c6eb240b9464a5a00a820a88daf04fc7d8b9d2505f204d6365d5f49b5ababbb85a442b1e
24 DIST mimalloc-2.0.3.tar.gz 917461 BLAKE2B 4b803881ab75afa358cb2dd251268c0934472074bf1983c3851a9d4f8c8ec0ea3907b52c40b0efe1cc09916cf4c5aa93f786a606e0b999536118b91bb5800310 SHA512 275a5249d09a57c9a039714fc6eef24ae778496954972419f3ac8e33f3d12e9837ba0691a3c08a4ab807c26b868aad3a5b2c28ee10ecaa60fe21ffe1d416f08f
25 DIST mimalloc-2.0.5.tar.gz 1125567 BLAKE2B 9148ba4af7620eec36e1dde0f6fd2d1e3e9937bd2286ac790a727052402c3286b55387236de3a77e4405983c080bb7acae8deb3334cf9103fcf3f90250080204 SHA512 d164392ace523a3fa0aa00fc58d8a9e8fbe913f07957e19ca977675b389e6d2a2eaf4772e72cae0d87aabb960f3fd6ea3923a066ece4ba4fdaa0c6860cfa414d
26
27 diff --git a/dev-libs/mimalloc/mimalloc-1.7.3.ebuild b/dev-libs/mimalloc/mimalloc-1.7.3.ebuild
28 deleted file mode 100644
29 index b3ea5f3bc374..000000000000
30 --- a/dev-libs/mimalloc/mimalloc-1.7.3.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 2021-2022 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -inherit cmake
39 -
40 -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance"
41 -HOMEPAGE="https://github.com/microsoft/mimalloc"
42 -SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="MIT"
45 -SLOT="0/1"
46 -KEYWORDS="~amd64"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -src_configure() {
51 - local mycmakeargs=(
52 - # TODO: build hardened variant?
53 - #-DMI_SECURE=$(usex hardened)
54 -
55 - -DMI_INSTALL_TOPLEVEL=ON
56 - -DMI_BUILD_TESTS=$(usex test)
57 - )
58 -
59 - cmake_src_configure
60 -}
61
62 diff --git a/dev-libs/mimalloc/mimalloc-1.7.5.ebuild b/dev-libs/mimalloc/mimalloc-1.7.5.ebuild
63 deleted file mode 100644
64 index b3ea5f3bc374..000000000000
65 --- a/dev-libs/mimalloc/mimalloc-1.7.5.ebuild
66 +++ /dev/null
67 @@ -1,28 +0,0 @@
68 -# Copyright 2021-2022 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=8
72 -
73 -inherit cmake
74 -
75 -DESCRIPTION="mimalloc is a compact general purpose allocator with excellent performance"
76 -HOMEPAGE="https://github.com/microsoft/mimalloc"
77 -SRC_URI="https://github.com/microsoft/mimalloc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
78 -
79 -LICENSE="MIT"
80 -SLOT="0/1"
81 -KEYWORDS="~amd64"
82 -IUSE="test"
83 -RESTRICT="!test? ( test )"
84 -
85 -src_configure() {
86 - local mycmakeargs=(
87 - # TODO: build hardened variant?
88 - #-DMI_SECURE=$(usex hardened)
89 -
90 - -DMI_INSTALL_TOPLEVEL=ON
91 - -DMI_BUILD_TESTS=$(usex test)
92 - )
93 -
94 - cmake_src_configure
95 -}