commit:     88b17a57afcad6078f73043d21c5733c67d7dec6
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Wed Apr  3 21:34:24 2024 +0000
Commit:     Steffen Winter <stffn.mobil <AT> freenet <DOT> de>
CommitDate: Wed Apr  3 21:34:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88b17a57

dev-cpp/scnlib: drop 2.0.2

Signed-off-by: Steffen Winter <steffen.winter <AT> proton.me>

 dev-cpp/scnlib/scnlib-2.0.2.ebuild | 46 --------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/dev-cpp/scnlib/scnlib-2.0.2.ebuild 
b/dev-cpp/scnlib/scnlib-2.0.2.ebuild
deleted file mode 100644
index dd3f493e65..0000000000
--- a/dev-cpp/scnlib/scnlib-2.0.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="scanf for modern C++ "
-HOMEPAGE="https://scnlib.dev/";
-SRC_URI="https://github.com/eliaskosunen/scnlib/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-BDEPEND="
-       dev-cpp/fast_float
-       >=dev-cpp/simdutf-4.0.0:=
-       test? ( dev-cpp/gtest )
-"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-       "${FILESDIR}/${P}-accept-newer-simdutf.patch"
-)
-
-src_prepare() {
-       use test && eapply "${FILESDIR}/${P}-no-external-test-deps.patch"
-       cmake_src_prepare
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DSCN_BENCHMARKS=OFF
-               -DSCN_BENCHMARKS_BINARYSIZE=OFF
-               -DSCN_BENCHMARKS_BUILDTIME=OFF
-               -DSCN_DOCS=OFF
-               -DSCN_EXAMPLES=$(usex test ON OFF)
-               -DSCN_TESTS=$(usex test ON OFF)
-               -DSCN_USE_EXTERNAL_FAST_FLOAT=ON
-               -DSCN_USE_EXTERNAL_SIMDUTF=ON
-       )
-       cmake_src_configure
-}

Reply via email to