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: Mon, 20 May 2024 00:53:03 +0000 (UTC)	[thread overview]
Message-ID: <1716166378.3be1771020207c34732c82ec5d84bd240b9338ea.stffn.mobil@gentoo> (raw)

commit:     3be1771020207c34732c82ec5d84bd240b9338ea
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Mon May 20 00:49:18 2024 +0000
Commit:     Steffen Winter <stffn.mobil <AT> freenet <DOT> de>
CommitDate: Mon May 20 00:52:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3be17710

dev-cpp/scnlib: add 2.0.3

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

 dev-cpp/scnlib/Manifest            |  1 +
 dev-cpp/scnlib/scnlib-2.0.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-cpp/scnlib/Manifest b/dev-cpp/scnlib/Manifest
index 2304b2a4e8..510b226ecb 100644
--- a/dev-cpp/scnlib/Manifest
+++ b/dev-cpp/scnlib/Manifest
@@ -1 +1,2 @@
 DIST scnlib-2.0.2.tar.gz 518311 BLAKE2B 21084e8830a10df0777dc100e2e448447f3a777535a821dca96423dfdb467c9073fb3e7c499ffb42598f54b8f44d3fdab9c43d005c313850454a8fd27e152273 SHA512 12b9ae26a5ccc600aacad1e2b2287bfc0b6986a260e182c91541876bc5804fe661093ad10d1befda56803afc7a9aa9f0348820dbb5af4fa6fdf048f85b3bcef1
+DIST scnlib-2.0.3.tar.gz 520197 BLAKE2B 6e0a88985e8113d85d5c511fe9ec857af12a5d34224fee7a41d8347e1e1e9fe7bb78b15bbdafd9c06006112de747c9c3cd6b101d1076b619e33ac7e745668cc4 SHA512 888f60d5a60b2e348001a56a59e123f496f89b09668f0b05791e878528c1c46930963f22e3b64130c875896ace56dffc0d9310edabb4804abf79cc125dfd5ff4

diff --git a/dev-cpp/scnlib/scnlib-2.0.3.ebuild b/dev-cpp/scnlib/scnlib-2.0.3.ebuild
new file mode 100644
index 0000000000..b46b37da1f
--- /dev/null
+++ b/dev-cpp/scnlib/scnlib-2.0.3.ebuild
@@ -0,0 +1,38 @@
+# 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://www.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-5.2.0:=
+	test? ( dev-cpp/gtest )
+"
+
+RESTRICT="!test? ( test )"
+
+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_GTEST=ON
+		-DSCN_USE_EXTERNAL_SIMDUTF=ON
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-05-20  0:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20  0:53 Steffen Winter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 12:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/scnlib/ Steffen Winter
2024-11-09 12:06 Steffen Winter
2024-06-16 20:18 Steffen Winter
2024-06-16 20:18 Steffen Winter
2024-06-10 18:43 Steffen Winter
2024-05-21  9:40 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-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=1716166378.3be1771020207c34732c82ec5d84bd240b9338ea.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