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: Wed, 19 Apr 2023 00:23:59 +0000 (UTC) [thread overview]
Message-ID: <1681863295.048fb1eff189d00bb2159dc295f96421586d946e.SergeyTorokhov@gentoo> (raw)
commit: 048fb1eff189d00bb2159dc295f96421586d946e
Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Apr 19 00:14:55 2023 +0000
Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
CommitDate: Wed Apr 19 00:14:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=048fb1ef
dev-libs/toml-f: 0.4.0 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.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-libs/toml-f/Manifest b/dev-libs/toml-f/Manifest
index 1f214a5d2..fae6a1106 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.3.1.tar.gz 408898 BLAKE2B b59841eb4f7e3d7caab6a5f0ac7ee84b84946f60830d72c988f10e7b81148f5833d61cd6c21b0dbfdbb0750809142a79ac6d294501bec38dfb0ec3376911427d SHA512 51cdfdb6aa948c7797126d1655a0fd720b58d9e4a8968ca00ab17ba5ca2a3c65ae56774c4ef9b9afdf80c59af4cbdbc05d147e2f3aecde7beaec5f9f96bb29ae
+DIST toml-f-0.4.0.tar.gz 436988 BLAKE2B 96e99b2680b428565436945330286f8745a55794c800ccb32c66e75d99c53e2e51397c1452e4871ae24ff9413571c70ca90aa0b472535a07b25b299f617a581c SHA512 770b3e54c0d405624670ab08a4f2fbf5237300fa082c5d530258dd91a76739175da914c003f13deb412bff07fc9ef632f2b6d1dcdfeabc1d65c2602d919dde44
diff --git a/dev-libs/toml-f/toml-f-0.4.0.ebuild b/dev-libs/toml-f/toml-f-0.4.0.ebuild
new file mode 100644
index 000000000..160dfc221
--- /dev/null
+++ b/dev-libs/toml-f/toml-f-0.4.0.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
+}
next reply other threads:[~2023-04-19 0:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-19 0:23 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-20 18:57 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=1681863295.048fb1eff189d00bb2159dc295f96421586d946e.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