public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergey Torokhov" <torokhov-s-a@yandex.ru>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/toml-f/
Date: Thu, 20 Apr 2023 18:57:05 +0000 (UTC)	[thread overview]
Message-ID: <1682016989.0511d53acba92e95b8c222988064b4bc05f25bb3.SergeyTorokhov@gentoo> (raw)

commit:     0511d53acba92e95b8c222988064b4bc05f25bb3
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Thu Apr 20 18:56:29 2023 +0000
Commit:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Thu Apr 20 18:56:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0511d53a

dev-libs/toml-f: 0.4.1 version bump

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>

 dev-libs/toml-f/Manifest            |  1 +
 dev-libs/toml-f/toml-f-0.4.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/toml-f/Manifest b/dev-libs/toml-f/Manifest
index 55ab38df8..38fb7416d 100644
--- a/dev-libs/toml-f/Manifest
+++ b/dev-libs/toml-f/Manifest
@@ -1,2 +1,3 @@
 DIST toml-f-0.2.4.tar.gz 94087 BLAKE2B 20302f864debd7070d72a13fcd42b52be5596761a535fb969a26cea851e0f305827aba43389d3b229004b85942f0ef7a4ef01d7ca8ec05b97e125fb2e50e6c99 SHA512 19693efac1944ed6b68ccd1762dafdf188656ecdc6e9d7092e1f9008c644db20f1c3be91044e516547bc778e2cc7c0a6060a3d2fafe3b4d225aaf3a9103e62f0
 DIST toml-f-0.4.0.tar.gz 436988 BLAKE2B 96e99b2680b428565436945330286f8745a55794c800ccb32c66e75d99c53e2e51397c1452e4871ae24ff9413571c70ca90aa0b472535a07b25b299f617a581c SHA512 770b3e54c0d405624670ab08a4f2fbf5237300fa082c5d530258dd91a76739175da914c003f13deb412bff07fc9ef632f2b6d1dcdfeabc1d65c2602d919dde44
+DIST toml-f-0.4.1.tar.gz 437709 BLAKE2B bc89ae42262b2a1fc1b96d0b9b8de64ad817defc6f5a4c6868e96b524282f002a525749f394016db700fe1f6bc0d151a170e8371da6b040ee85c6ef23a92c567 SHA512 76113dabc93fa23b910d5cfb32953bac13069d10636c48e8299e957fc259ecb117aceb0bb74e38ffc200a962d97c84a78bba58681f3dd02ac424ee553e6063a6

diff --git a/dev-libs/toml-f/toml-f-0.4.1.ebuild b/dev-libs/toml-f/toml-f-0.4.1.ebuild
new file mode 100644
index 000000000..160dfc221
--- /dev/null
+++ b/dev-libs/toml-f/toml-f-0.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+FORTRAN_STANDARD="2003"
+
+inherit cmake fortran-2
+
+DESCRIPTION="TOML parser implementation for data serialization and deserialization in Fortran"
+HOMEPAGE="https://toml-f.readthedocs.io"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0 MIT"
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	test? ( dev-util/fortran-test-drive )
+"
+
+src_prepare() {
+	default
+
+	if ! use test ; then
+		sed -i -e '/^enable_testing()/d' \
+		-e '/^add_subdirectory("test")/d' CMakeLists.txt || die
+	fi
+
+	cmake_src_prepare
+}


             reply	other threads:[~2023-04-20 18:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-20 18:57 Sergey Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-21 20:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/toml-f/ Sergey Torokhov
2023-06-02 21:06 Sergey Torokhov
2023-04-19  0:23 Sergey Torokhov
2023-04-19  0:23 Sergey Torokhov
2022-11-26 18:19 Sergey Torokhov

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=1682016989.0511d53acba92e95b8c222988064b4bc05f25bb3.SergeyTorokhov@gentoo \
    --to=torokhov-s-a@yandex.ru \
    --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