commit:     9b6e9a0c3298da406554b5ad68a1fa5f04a8cc88
Author:     Alexander Golubev <fatzer2 <AT> gmail <DOT> com>
AuthorDate: Thu Mar  5 18:45:10 2026 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar  6 15:30:00 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b6e9a0c

dev-libs/asmjit: add 2026.02.15

The newer version is required for media-libs/blend2d in guru.
Note: it breaks both API&ABI once again.

Signed-off-by: Alexander Golubev <fatzer2 <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/45895
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/asmjit/Manifest                 |  1 +
 dev-libs/asmjit/asmjit-2026.02.15.ebuild | 34 ++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/asmjit/Manifest b/dev-libs/asmjit/Manifest
index d9fea3b67d4e..c97c4708ece7 100644
--- a/dev-libs/asmjit/Manifest
+++ b/dev-libs/asmjit/Manifest
@@ -1,2 +1,3 @@
 DIST asmjit-2024.10.25.tar.gz 1184167 BLAKE2B 
2b07a470f1b7a3886aa67bd3d8efeb35f7218622df0f21da398b724226fa7253c37c3548f9a3f29ce0d2306794af02642969e9623829750e7ed6a0e6abfd88de
 SHA512 
aef778b28bfb7187c93f5a7c8edacbb4d57b79d32b09ce30eab52e1708f641b123d19d5501c14625a155b4add8499782f4207145addbdf670266bc121d11138b
 DIST asmjit-2025.06.28.tar.gz 1213995 BLAKE2B 
45dc438bafe1ec9fa606ed52e402fabd62f12ddafd8c3af60d18e1f14c42d9837ad2db86f09a51305c51313c28b5499dd50d674c7bb9cef482f457b6b3551d80
 SHA512 
09c5285eac5e613f8289985bbf9134c25e138b1609aee4127fac978cba3af55dd73596fb12727e2a43f041feee8cacc01efc1995a719bfc5e78662fe3b0b0b97
+DIST asmjit-2026.02.15.tar.gz 1366252 BLAKE2B 
cfe0b52dbb370f025078403dec98a60bfcf75602bf1d9831add963b2ecdcc66fab1fdce0a0d8d5af9ec3ef2e8acebceb23fad14463587ad5b03445172aee09e3
 SHA512 
e6dce5a059060630cb682fd2b2aaed1360105f56a73960c9ead326d1218670a638e97b8e07bc47d456d796c3442b0dbdc6e0c8e2f5e4c579d48d24631fd3db16

diff --git a/dev-libs/asmjit/asmjit-2026.02.15.ebuild 
b/dev-libs/asmjit/asmjit-2026.02.15.ebuild
new file mode 100644
index 000000000000..a52c5f95657d
--- /dev/null
+++ b/dev-libs/asmjit/asmjit-2026.02.15.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit cmake
+
+DESCRIPTION="Machine code generation for C++"
+HOMEPAGE="https://asmjit.com/";
+if [[ ${PV} == 9999 ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/asmjit/asmjit";
+else
+       CommitId=64a88ed1d8abb2e2b17a938a5ce7c1b66dabb695
+       SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~arm64 ~x86"
+       S="${WORKDIR}"/${PN}-${CommitId}
+fi
+
+LICENSE="ZLIB"
+# NOTE: subslot is last commit marked with [abi] in git
+SLOT="0/2025.06.12"
+IUSE="test"
+
+BDEPEND="test? ( dev-cpp/gtest )"
+RESTRICT="!test? ( test )"
+
+DOCS=( README.md CONTRIBUTING.md )
+
+src_configure() {
+       local mycmakeargs=(
+               -DASMJIT_TEST=$(usex test)
+       )
+       cmake_src_configure
+}

Reply via email to