diff options
| author | Sam James <sam@gentoo.org> | 2025-06-21 13:40:07 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-06-21 13:49:27 +0100 |
| commit | fc0d5177261673bf4c12a75e83dcc21c689c4a26 (patch) | |
| tree | 6a57f93bdcbdd7a5578d5d54b7118be7ed1ff6e3 /dev-cpp/magic_enum/magic_enum-0.9.5.ebuild | |
| parent | f93f43d107eefa60e90e2d5d0b90ad521cd444c9 (diff) | |
| download | gentoo-fc0d5177261673bf4c12a75e83dcc21c689c4a26.tar.gz gentoo-fc0d5177261673bf4c12a75e83dcc21c689c4a26.tar.bz2 gentoo-fc0d5177261673bf4c12a75e83dcc21c689c4a26.zip | |
dev-cpp/magic_enum: drop 0.9.5
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/magic_enum/magic_enum-0.9.5.ebuild')
| -rw-r--r-- | dev-cpp/magic_enum/magic_enum-0.9.5.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild b/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild deleted file mode 100644 index 1077c351e165..000000000000 --- a/dev-cpp/magic_enum/magic_enum-0.9.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# As of 0.8.2, it has meson, but only for subproject use(?) -# Doesn't install anything. -inherit cmake - -DESCRIPTION="Static reflection for enums in header-only C++" -HOMEPAGE="https://github.com/Neargye/magic_enum" -SRC_URI="https://github.com/Neargye/magic_enum/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" -IUSE="test" -RESTRICT="!test? ( test )" - -PATCHES=( - "${FILESDIR}"/${PN}-0.9.5-werror.patch -) - -src_configure() { - local mycmakeargs=( - -DMAGIC_ENUM_OPT_BUILD_TESTS=$(usex test) - -DMAGIC_ENUM_OPT_INSTALL=ON - ) - - cmake_src_configure -} |
