diff options
| author | James Le Cuirot <chewi@gentoo.org> | 2024-08-02 23:02:03 +0100 |
|---|---|---|
| committer | James Le Cuirot <chewi@gentoo.org> | 2024-08-02 23:02:03 +0100 |
| commit | 68804c59c4322183493f96a98cdcad07f66170dc (patch) | |
| tree | 28e740c09e6a2b7ac446e4647c98bd80506bf970 /dev-cpp/magic_enum/magic_enum-0.8.2.ebuild | |
| parent | f38838bb97d6bc421ad0fdf5dd52bde3147a0bc7 (diff) | |
| download | gentoo-68804c59c4322183493f96a98cdcad07f66170dc.tar.gz gentoo-68804c59c4322183493f96a98cdcad07f66170dc.tar.bz2 gentoo-68804c59c4322183493f96a98cdcad07f66170dc.zip | |
dev-cpp/magic_enum: Drop old 0.8.2
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-cpp/magic_enum/magic_enum-0.8.2.ebuild')
| -rw-r--r-- | dev-cpp/magic_enum/magic_enum-0.8.2.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild b/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild deleted file mode 100644 index 4b3b1362dd0a..000000000000 --- a/dev-cpp/magic_enum/magic_enum-0.8.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2023 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 ~arm64 ~ppc64 ~x86" -IUSE="test" -# Tests fail to compile -RESTRICT="!test? ( test ) test" - -src_configure() { - local mycmakeargs=( - -DMAGIC_ENUM_OPT_BUILD_TESTS=$(usex test) - -DMAGIC_ENUM_OPT_INSTALL=ON - ) - - cmake_src_configure -} |
