diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-12-20 21:30:16 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-12-20 21:30:16 +0100 |
commit | af4928c6ebb127980a78c71c47e2174d7123a76e (patch) | |
tree | be943f86339ef4ab841a23998d36887d31b2f961 /dev-libs | |
parent | dev-libs/FBGEMM: drop 2023.11.02, 2023.12.01 (diff) | |
download | gentoo-af4928c6ebb127980a78c71c47e2174d7123a76e.tar.gz gentoo-af4928c6ebb127980a78c71c47e2174d7123a76e.tar.bz2 gentoo-af4928c6ebb127980a78c71c47e2174d7123a76e.zip |
dev-libs/asmjit: drop 2021.11.13, 2022.07.02
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/asmjit/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/asmjit/asmjit-2021.11.13.ebuild | 32 | ||||
-rw-r--r-- | dev-libs/asmjit/asmjit-2022.07.02.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/asmjit/files/asmjit-2021.11.13-gentoo.patch | 45 |
4 files changed, 0 insertions, 107 deletions
diff --git a/dev-libs/asmjit/Manifest b/dev-libs/asmjit/Manifest index cf4ac5c9d1c3..df923fb6f0b3 100644 --- a/dev-libs/asmjit/Manifest +++ b/dev-libs/asmjit/Manifest @@ -1,3 +1 @@ -DIST asmjit-2021.11.13.tar.gz 717251 BLAKE2B 2bcad7234b0cab2d60c9fcd09149c93397595ca4859cb415378dabf52f8660de3aa5de40ee192fca814ee62bfc690ae8260c2f54faf10eb52c3ed3d63d1f4258 SHA512 2774168ff0847b3c29aee87325f12e431693c70661f8c10e0dc0d6530a3683d51ca472ef993e88c9d4e179494b045b2e75c22d6eda19b0c75e19843b69162da1 -DIST asmjit-2022.07.02.tar.gz 974040 BLAKE2B 28f2d23bcded48f1526b8820a5c9c919e014bdd6e8095762ba37414d2a47dc5665d89c4ca43fee9b216d5dfc71ef19835ce04f6dccc500451f204033b42be20c SHA512 c1196edb656833caa6d4d6817e34e4d2320ecda06bc6b531a0ff73f9e3786a98dad3f2348884de4e272d0e6853bb7b1eaab3feaa5d4430f28c3c9339ded1a58c DIST asmjit-2024.10.25.tar.gz 1184167 BLAKE2B 2b07a470f1b7a3886aa67bd3d8efeb35f7218622df0f21da398b724226fa7253c37c3548f9a3f29ce0d2306794af02642969e9623829750e7ed6a0e6abfd88de SHA512 aef778b28bfb7187c93f5a7c8edacbb4d57b79d32b09ce30eab52e1708f641b123d19d5501c14625a155b4add8499782f4207145addbdf670266bc121d11138b diff --git a/dev-libs/asmjit/asmjit-2021.11.13.ebuild b/dev-libs/asmjit/asmjit-2021.11.13.ebuild deleted file mode 100644 index d50af50c139e..000000000000 --- a/dev-libs/asmjit/asmjit-2021.11.13.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -CommitId=4ec760a3d1f69e32ba460ecd2513f29b8428700b -DESCRIPTION="Machine code generation for C++" -HOMEPAGE="https://asmjit.com/" -SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz - -> ${P}.tar.gz" - -S="${WORKDIR}"/${PN}-${CommitId} - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -BDEPEND="test? ( dev-cpp/gtest )" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch -) - -src_configure() { - local mycmakeargs=( - -DASMJIT_TEST=$(usex test TRUE FALSE) - ) - cmake_src_configure -} diff --git a/dev-libs/asmjit/asmjit-2022.07.02.ebuild b/dev-libs/asmjit/asmjit-2022.07.02.ebuild deleted file mode 100644 index 15ada2bf93a2..000000000000 --- a/dev-libs/asmjit/asmjit-2022.07.02.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake - -CommitId=c59847629d3a19da4d10f0be4ac33b43fc4a100f -DESCRIPTION="Machine code generation for C++" -HOMEPAGE="https://asmjit.com/" -SRC_URI="https://github.com/asmjit/${PN}/archive/${CommitId}.tar.gz - -> ${P}.tar.gz" - -S="${WORKDIR}"/${PN}-${CommitId} - -LICENSE="ZLIB" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -BDEPEND="test? ( dev-cpp/gtest )" -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DASMJIT_TEST=$(usex test) - ) - cmake_src_configure -} diff --git a/dev-libs/asmjit/files/asmjit-2021.11.13-gentoo.patch b/dev-libs/asmjit/files/asmjit-2021.11.13-gentoo.patch deleted file mode 100644 index 035ffbbbdcea..000000000000 --- a/dev-libs/asmjit/files/asmjit-2021.11.13-gentoo.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff --git a/src/asmjit/core/support.h b/src/asmjit/core/support.h -index f98ffaa..2329cb2 100644 ---- a/src/asmjit/core/support.h -+++ b/src/asmjit/core/support.h -@@ -33,33 +33,40 @@ - ASMJIT_BEGIN_NAMESPACE - - //! \addtogroup asmjit_utilities - //! \{ - - //! Contains support classes and functions that may be used by AsmJit source - //! and header files. Anything defined here is considered internal and should - //! not be used outside of AsmJit and related projects like AsmTK. - namespace Support { - - // ============================================================================ - // [asmjit::Support - Architecture Features & Constraints] - // ============================================================================ - - //! \cond INTERNAL -+#if defined(__GNUC__) && !defined(__clang__) && __GNUC__ >= 11 -+// There is a bug in GCC11+ that makes it unusable to use annotated unaligned loads/stores. -+static constexpr bool kUnalignedAccess16 = false; -+static constexpr bool kUnalignedAccess32 = false; -+static constexpr bool kUnalignedAccess64 = false; -+#else - static constexpr bool kUnalignedAccess16 = ASMJIT_ARCH_X86 != 0; - static constexpr bool kUnalignedAccess32 = ASMJIT_ARCH_X86 != 0; - static constexpr bool kUnalignedAccess64 = ASMJIT_ARCH_X86 != 0; -+#endif - //! \endcond - - // ============================================================================ - // [asmjit::Support - Internal] - // ============================================================================ - - //! \cond INTERNAL - namespace Internal { - template<typename T, size_t Alignment> - struct AlignedInt {}; - - template<> struct AlignedInt<uint16_t, 1> { typedef uint16_t ASMJIT_ALIGN_TYPE(T, 1); }; - template<> struct AlignedInt<uint16_t, 2> { typedef uint16_t T; }; - template<> struct AlignedInt<uint32_t, 1> { typedef uint32_t ASMJIT_ALIGN_TYPE(T, 1); }; - template<> struct AlignedInt<uint32_t, 2> { typedef uint32_t ASMJIT_ALIGN_TYPE(T, 2); }; |