public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Steffen Winter" <stffn.mobil@freenet.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/scnlib/
Date: Tue, 20 Feb 2024 00:14:09 +0000 (UTC)	[thread overview]
Message-ID: <1708388027.f87b8a852c87d6b8e46350f81e7e5af442e85ac2.stffn.mobil@gentoo> (raw)

commit:     f87b8a852c87d6b8e46350f81e7e5af442e85ac2
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Tue Feb 20 00:13:47 2024 +0000
Commit:     Steffen Winter <stffn.mobil <AT> freenet <DOT> de>
CommitDate: Tue Feb 20 00:13:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f87b8a85

dev-cpp/scnlib: drop 2.0.0

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

 dev-cpp/scnlib/Manifest            |  1 -
 dev-cpp/scnlib/scnlib-2.0.0.ebuild | 42 --------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-cpp/scnlib/Manifest b/dev-cpp/scnlib/Manifest
index 396c75fd9a..a19ad2f4ba 100644
--- a/dev-cpp/scnlib/Manifest
+++ b/dev-cpp/scnlib/Manifest
@@ -1,3 +1,2 @@
-DIST scnlib-2.0.0.tar.gz 517424 BLAKE2B 152b2b8510c3ab523349e00b5a139c2ea0e6cc234221eb5a472d746ba2b2d176ec9e6515601578b590c9b2d9cb97a136dcf361f73a56c672b3dfd00350a39f60 SHA512 5bca5a43dce9be019775a0cac64945c4b4cdadbecfa8d8e0889b6ed888c3a37ae757aa5d8d60d40418d0058641a40ab6dce35a1de84e9a9a2a6f5b4d12bceed4
 DIST scnlib-2.0.1.tar.gz 517133 BLAKE2B ab9593bf9891ea20e0f9a34d853cbd29c2e8cc08b6a491e3215a8c05d4932e85cc3991146c84f2b536e62738150be1d483eee56c7d615dea57341f464ff49976 SHA512 d4a4dac7f739566ab7c7f1c28e3c528ae9917c0a853302e6afb74fc9e57a10c56aa1e1fa1f6f1aa1e6ffd6d90123dccb4349eb52ba336981755d05683d6e6a65
 DIST scnlib-2.0.2.tar.gz 518311 BLAKE2B 21084e8830a10df0777dc100e2e448447f3a777535a821dca96423dfdb467c9073fb3e7c499ffb42598f54b8f44d3fdab9c43d005c313850454a8fd27e152273 SHA512 12b9ae26a5ccc600aacad1e2b2287bfc0b6986a260e182c91541876bc5804fe661093ad10d1befda56803afc7a9aa9f0348820dbb5af4fa6fdf048f85b3bcef1

diff --git a/dev-cpp/scnlib/scnlib-2.0.0.ebuild b/dev-cpp/scnlib/scnlib-2.0.0.ebuild
deleted file mode 100644
index 157adc51d4..0000000000
--- a/dev-cpp/scnlib/scnlib-2.0.0.ebuild
+++ /dev/null
@@ -1,42 +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 )"
-
-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	other threads:[~2024-02-20  0:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20  0:14 Steffen Winter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 20:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/scnlib/ Steffen Winter
2024-06-16 20:18 Steffen Winter
2024-06-10 18:43 Steffen Winter
2024-05-21  9:40 Steffen Winter
2024-05-20  0:53 Steffen Winter
2024-04-03 21:35 Steffen Winter
2024-03-26 13:40 Steffen Winter
2024-02-20  0:14 Steffen Winter
2024-02-13 10:57 Steffen Winter

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=1708388027.f87b8a852c87d6b8e46350f81e7e5af442e85ac2.stffn.mobil@gentoo \
    --to=stffn.mobil@freenet.de \
    --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