* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/
@ 2024-08-26 19:42 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2024-08-26 19:42 UTC (permalink / raw
To: gentoo-commits
commit: adc8140b66d46fd5e3bec7b8744d9c28a75eee03
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 18:43:33 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 19:42:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc8140b
dev-cpp/toml11: new package; add 4.2.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-cpp/toml11/Manifest | 1 +
dev-cpp/toml11/metadata.xml | 13 +++++++++++++
dev-cpp/toml11/toml11-4.2.0.ebuild | 26 ++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-cpp/toml11/Manifest b/dev-cpp/toml11/Manifest
new file mode 100644
index 000000000000..855ca4eeb29f
--- /dev/null
+++ b/dev-cpp/toml11/Manifest
@@ -0,0 +1 @@
+DIST toml11-4.2.0.tar.gz 345359 BLAKE2B 771de7b1af5b3a8f93c114ff4a4ea84b2884c9a0a9a3c304aa3489e4a4aed90d31bca41287a183ee58519455839d7fb4a3075c48d689232991dca67a850f785a SHA512 acb29d37150e5752526cf0a38ae7f207fcfd142d3c78d280e706ad404b2d32f5bae6d44d6ce13cc0bdfd3b0fa4a0a94cf732d70b1fd2a01c3c517fee8a4ef05b
diff --git a/dev-cpp/toml11/metadata.xml b/dev-cpp/toml11/metadata.xml
new file mode 100644
index 000000000000..b6d01e802127
--- /dev/null
+++ b/dev-cpp/toml11/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">ToruNiina/toml11</remote-id>
+ <bugs-to>https://github.com/ToruNiina/toml11/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-cpp/toml11/toml11-4.2.0.ebuild b/dev-cpp/toml11/toml11-4.2.0.ebuild
new file mode 100644
index 000000000000..da9ac1e07435
--- /dev/null
+++ b/dev-cpp/toml11/toml11-4.2.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 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 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README.md README_ja.md )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/
@ 2024-09-19 18:57 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-09-19 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 36d84b29122b09a228d68b84a89f117cb68d15a9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 18:57:35 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 18:57:35 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d84b29
dev-cpp/toml11: Keyword 4.2.0 arm, #939845
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-cpp/toml11/toml11-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/toml11/toml11-4.2.0.ebuild b/dev-cpp/toml11/toml11-4.2.0.ebuild
index da9ac1e07435..dcd2d7c2bdfa 100644
--- a/dev-cpp/toml11/toml11-4.2.0.ebuild
+++ b/dev-cpp/toml11/toml11-4.2.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/ToruNiina/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/
@ 2024-09-19 18:57 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-09-19 18:57 UTC (permalink / raw
To: gentoo-commits
commit: 4b5b4c4634df8574ecc727433873e3e056559896
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 19 18:57:36 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 19 18:57:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5b4c46
dev-cpp/toml11: Keyword 4.2.0 arm64, #939845
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-cpp/toml11/toml11-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/toml11/toml11-4.2.0.ebuild b/dev-cpp/toml11/toml11-4.2.0.ebuild
index dcd2d7c2bdfa..29e92d2f1353 100644
--- a/dev-cpp/toml11/toml11-4.2.0.ebuild
+++ b/dev-cpp/toml11/toml11-4.2.0.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/ToruNiina/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/
@ 2025-01-22 16:20 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2025-01-22 16:20 UTC (permalink / raw
To: gentoo-commits
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 )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/
@ 2025-02-16 22:35 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2025-02-16 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 21d6db1f71cef66ee24f854a6f078bf0edb186b2
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 22:28:39 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 22:35:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21d6db1f
dev-cpp/toml11: bump to 4.4.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-cpp/toml11/Manifest | 1 +
dev-cpp/toml11/toml11-4.4.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-cpp/toml11/Manifest b/dev-cpp/toml11/Manifest
index 97aa5b0009b7..50a52f1eeb84 100644
--- a/dev-cpp/toml11/Manifest
+++ b/dev-cpp/toml11/Manifest
@@ -1,2 +1,3 @@
DIST toml11-4.2.0.tar.gz 345359 BLAKE2B 771de7b1af5b3a8f93c114ff4a4ea84b2884c9a0a9a3c304aa3489e4a4aed90d31bca41287a183ee58519455839d7fb4a3075c48d689232991dca67a850f785a SHA512 acb29d37150e5752526cf0a38ae7f207fcfd142d3c78d280e706ad404b2d32f5bae6d44d6ce13cc0bdfd3b0fa4a0a94cf732d70b1fd2a01c3c517fee8a4ef05b
DIST toml11-4.3.0.tar.gz 350737 BLAKE2B 65f5adbf118bc2c4245e3db4620391e0fc9bf46563b0854583f38f51a73296059384ad6540882ed27cabb18acda770a22e642bc2facd4a07b6d1b5a09d5b067f SHA512 2ceed4f5783a88f9bfb6d044cbf3d1d5dd2b061d4cbe89e9c4e8773b85d37005562365e5e61e68a345867d1c2b3ab9c5ecdc98356b3cdb944b94201ed5edd00b
+DIST toml11-4.4.0.tar.gz 357442 BLAKE2B cbb5308a6656c3f8f13c8ddc9a607314434371844c0b185d7648c9bae5894299e9c10e9a3084bc75d875b1ebb819acc1673b6bebd304a98c5c0ea81243029e26 SHA512 1779c6b21a0a4000f49e5bf3a8b1288989622eb4a4e365cd6c49d9a8cc859ad18514b94dca63bd8a49f554aa7387882a1a089fadde267cebdf2a8aa49aacd11b
diff --git a/dev-cpp/toml11/toml11-4.4.0.ebuild b/dev-cpp/toml11/toml11-4.4.0.ebuild
new file mode 100644
index 000000000000..5ced70d0124a
--- /dev/null
+++ b/dev-cpp/toml11/toml11-4.4.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 )
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/
@ 2025-02-16 22:35 Maciej Barć
0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2025-02-16 22:35 UTC (permalink / raw
To: gentoo-commits
commit: a20a1da740c27a1e831c93b3c30793afa1c4fcef
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 22:29:54 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 22:35:17 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20a1da7
dev-cpp/toml11: drop old 4.2.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
dev-cpp/toml11/Manifest | 1 -
dev-cpp/toml11/toml11-4.2.0.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-cpp/toml11/Manifest b/dev-cpp/toml11/Manifest
index 50a52f1eeb84..112be8122dfd 100644
--- a/dev-cpp/toml11/Manifest
+++ b/dev-cpp/toml11/Manifest
@@ -1,3 +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
DIST toml11-4.4.0.tar.gz 357442 BLAKE2B cbb5308a6656c3f8f13c8ddc9a607314434371844c0b185d7648c9bae5894299e9c10e9a3084bc75d875b1ebb819acc1673b6bebd304a98c5c0ea81243029e26 SHA512 1779c6b21a0a4000f49e5bf3a8b1288989622eb4a4e365cd6c49d9a8cc859ad18514b94dca63bd8a49f554aa7387882a1a089fadde267cebdf2a8aa49aacd11b
diff --git a/dev-cpp/toml11/toml11-4.2.0.ebuild b/dev-cpp/toml11/toml11-4.2.0.ebuild
deleted file mode 100644
index 29e92d2f1353..000000000000
--- a/dev-cpp/toml11/toml11-4.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 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 )
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-02-16 22:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-16 22:35 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/toml11/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 22:35 Maciej Barć
2025-01-22 16:20 Maciej Barć
2024-09-19 18:57 Arthur Zamarin
2024-09-19 18:57 Arthur Zamarin
2024-08-26 19:42 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox