public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/scnlib/
Date: Sat,  9 Nov 2024 16:30:06 +0000 (UTC)	[thread overview]
Message-ID: <1731153861.14a83204c937de80a4df1710bc2d57555eef39f6.ceamac@gentoo> (raw)

commit:     14a83204c937de80a4df1710bc2d57555eef39f6
Author:     Steffen Winter <steffen.winter <AT> proton <DOT> me>
AuthorDate: Sat Nov  9 12:04:02 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 12:04:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14a83204

dev-cpp/scnlib: add 4.0.1

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

 dev-cpp/scnlib/Manifest            |  1 +
 dev-cpp/scnlib/scnlib-4.0.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-cpp/scnlib/Manifest b/dev-cpp/scnlib/Manifest
index 16ed6b2b3..594cb260f 100644
--- a/dev-cpp/scnlib/Manifest
+++ b/dev-cpp/scnlib/Manifest
@@ -1 +1,2 @@
 DIST scnlib-3.0.1.tar.gz 410264 BLAKE2B 15b71f514f9ee7ee1c2a029592ec541e52c36e27cc28b4eac58d51a49bfa04869d9b02c291356a3f7a1d3e9af82ac78c5fdadcfe87575da2ca08a9395fc49935 SHA512 76f3196d6bd01a349c69bf1863cc0dc521a95b84ef25b841198acbef99e295b53c1c82c745a7498b9a86a6fd4cc0c395abcb02fdf18b1d7c9152321ab195945b
+DIST scnlib-4.0.1.tar.gz 434107 BLAKE2B 6f7347f739bc90723338e2da912701cacc376121c0c62bbfd51d7ed80a07dd00c801bbf82113a24ca342d887942a19f29cc84ca869d2572b2689e963042ef2a6 SHA512 db14d71da3c1ecb849f00ac1e334f39c532592230e950aa1009ff00ba56670cb71e33ca457fd4ac66595ff43f0dca0e42d45f672848b9cde3cba80f19ef8693f

diff --git a/dev-cpp/scnlib/scnlib-4.0.1.ebuild b/dev-cpp/scnlib/scnlib-4.0.1.ebuild
new file mode 100644
index 000000000..ab938178a
--- /dev/null
+++ b/dev-cpp/scnlib/scnlib-4.0.1.ebuild
@@ -0,0 +1,36 @@
+# 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="
+	test? ( dev-cpp/gtest )
+"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DSCN_BENCHMARKS=OFF
+		-DSCN_BENCHMARKS_BINARYSIZE=OFF
+		-DSCN_BENCHMARKS_BUILDTIME=OFF
+		-DSCN_DISABLE_FAST_FLOAT=ON
+		-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
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2024-11-09 16:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-09 16:30 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 16:30 [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/scnlib/ Viorel Munteanu
2024-06-17 21:40 Julien Roy
2024-06-17 21:40 Julien Roy
2024-05-21 21:10 Julien Roy
2024-04-04 10:09 Florian Schmaus
2024-03-27 11:50 Rui Huang
2024-02-20  8:48 Haelwenn Monnier
2024-02-20  8:48 Haelwenn Monnier
2024-02-13 16:32 David Roman

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=1731153861.14a83204c937de80a4df1710bc2d57555eef39f6.ceamac@gentoo \
    --to=ceamac@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