commit:     97a32552623a5096dc295a09de05a3c0e25c422a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 15:21:20 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 16:20:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a32552

dev-cpp/toml11: bump to 4.3.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-cpp/toml11/Manifest            |  1 +
 dev-cpp/toml11/toml11-4.3.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-cpp/toml11/Manifest b/dev-cpp/toml11/Manifest
index 855ca4eeb29f..97aa5b0009b7 100644
--- a/dev-cpp/toml11/Manifest
+++ b/dev-cpp/toml11/Manifest
@@ -1 +1,2 @@
 DIST toml11-4.2.0.tar.gz 345359 BLAKE2B 
771de7b1af5b3a8f93c114ff4a4ea84b2884c9a0a9a3c304aa3489e4a4aed90d31bca41287a183ee58519455839d7fb4a3075c48d689232991dca67a850f785a
 SHA512 
acb29d37150e5752526cf0a38ae7f207fcfd142d3c78d280e706ad404b2d32f5bae6d44d6ce13cc0bdfd3b0fa4a0a94cf732d70b1fd2a01c3c517fee8a4ef05b
+DIST toml11-4.3.0.tar.gz 350737 BLAKE2B 
65f5adbf118bc2c4245e3db4620391e0fc9bf46563b0854583f38f51a73296059384ad6540882ed27cabb18acda770a22e642bc2facd4a07b6d1b5a09d5b067f
 SHA512 
2ceed4f5783a88f9bfb6d044cbf3d1d5dd2b061d4cbe89e9c4e8773b85d37005562365e5e61e68a345867d1c2b3ab9c5ecdc98356b3cdb944b94201ed5edd00b

diff --git a/dev-cpp/toml11/toml11-4.3.0.ebuild 
b/dev-cpp/toml11/toml11-4.3.0.ebuild
new file mode 100644
index 000000000000..5ced70d0124a
--- /dev/null
+++ b/dev-cpp/toml11/toml11-4.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="TOML for Modern C++"
+HOMEPAGE="https://toruniina.github.io/toml11/
+       https://github.com/ToruNiina/toml11/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/ToruNiina/${PN}.git";
+else
+       SRC_URI="https://github.com/ToruNiina/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
+
+       KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README.md README_ja.md )

Reply via email to