public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/magic_enum/
Date: Fri,  2 Aug 2024 22:20:46 +0000 (UTC)	[thread overview]
Message-ID: <1722636123.68804c59c4322183493f96a98cdcad07f66170dc.chewi@gentoo> (raw)

commit:     68804c59c4322183493f96a98cdcad07f66170dc
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 22:02:03 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 22:02:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68804c59

dev-cpp/magic_enum: Drop old 0.8.2

Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 dev-cpp/magic_enum/Manifest                |  1 -
 dev-cpp/magic_enum/magic_enum-0.8.2.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-cpp/magic_enum/Manifest b/dev-cpp/magic_enum/Manifest
index 2825d06f5eed..44ea6643f9fa 100644
--- a/dev-cpp/magic_enum/Manifest
+++ b/dev-cpp/magic_enum/Manifest
@@ -1,3 +1,2 @@
-DIST magic_enum-0.8.2.tar.gz 171915 BLAKE2B e8915aa7cafa9407d5d4ab3b6837fafde6b1cb75877c8b56f82568e6291ca317720950947b2dfc7e12ca459279ba4e809a8c5782fc04adc2d7636eddcb80122d SHA512 849c426484156faf91dde3f32f6c755c7698879b16dd83e13fb86b299b53ec9bbe4d55267581386302c8acb93d80ec044cc248371fdc8608cdd8f4ab12099f0a
 DIST magic_enum-0.9.5.tar.gz 198269 BLAKE2B c3c6bbf6c5d366813dac7df5fbfc48f414cf4235d842ef3a5a2fd8f2c2857e55243b7fbf7000d598e778fc8d2d54c7d6e34f8a97fa2eaf510572bf53f17500a6 SHA512 f1b412d15e0ef624b4588adba00a18ed12eeb1f0dabc021d53a7c047b8976ecb07701b76040f47c77c75e00151619dbce1f9a75f471db04340156a39044768f3
 DIST magic_enum-0.9.6.tar.gz 199883 BLAKE2B 32909c5ea0cff32b14fb4fd5507f1f99cd45f572d56fd14f76aea3ca3c1fa16d08573568a7c7f9a3efbc9396450b2e897aa64de414b34a4c19b6c49f63aed506 SHA512 6154c816446e115f3b164df79ab8d8088eb76b632ee3fdc82ea17cc7ae8d04652c83e5cc587c2c4b334889904b101ba08a04c5837103af260768e93df17cc263

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
-}


             reply	other threads:[~2024-08-02 22:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-02 22:20 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-02 14:38 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/magic_enum/ Arthur Zamarin
2024-02-17 21:17 Sam James
2024-02-16  1:26 Sam James
2024-02-16  0:19 Sam James
2024-02-15 23:51 Sam James
2024-02-15 19:26 Jakov Smolić
2023-12-21  0:07 Ionen Wolkens
2023-12-20  2:34 Ionen Wolkens
2023-12-19 18:54 Arthur Zamarin
2023-12-19 17:01 Arthur Zamarin
2023-12-19  5:26 Sam James
2023-07-28 17:56 Arthur Zamarin
2023-06-11  4:11 Arthur Zamarin
2023-06-10 22:34 Sam James
2023-01-08  4:55 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722636123.68804c59c4322183493f96a98cdcad07f66170dc.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox