* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glaze/
@ 2025-06-22 9:56 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-06-22 9:56 UTC (permalink / raw
To: gentoo-commits
commit: e8caf87dfa04af0d692a2238e61986a3d73cffef
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jun 17 11:59:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 09:52:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8caf87d
dev-cpp/glaze: metadata: complete upstream
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42640
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/glaze/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-cpp/glaze/metadata.xml b/dev-cpp/glaze/metadata.xml
index 73764bca4883..542e2c53d7b9 100644
--- a/dev-cpp/glaze/metadata.xml
+++ b/dev-cpp/glaze/metadata.xml
@@ -18,6 +18,9 @@
<flag name="examples">Build examples (not install)</flag>
</use>
<upstream>
+ <bugs-to>https://github.com/stephenberry/glaze/issues</bugs-to>
+ <changelog>https://github.com/stephenberry/glaze/releases</changelog>
+ <doc>https://stephenberry.github.io/glaze/</doc>
<remote-id type="github">stephenberry/glaze</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glaze/
@ 2025-06-22 9:56 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-06-22 9:56 UTC (permalink / raw
To: gentoo-commits
commit: e32e7c8a1d9e489c30dd13ffc2859752c3b46740
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jun 17 12:00:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 09:52:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32e7c8a
dev-cpp/glaze: drop ineffective USE=doc
also sorted DEPEND and shortened `usex`
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42640
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/glaze/glaze-5.2.1.ebuild | 10 +++++-----
dev-cpp/glaze/metadata.xml | 1 -
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-cpp/glaze/glaze-5.2.1.ebuild b/dev-cpp/glaze/glaze-5.2.1.ebuild
index 16dc90659b14..cbeff4ec69d1 100644
--- a/dev-cpp/glaze/glaze-5.2.1.ebuild
+++ b/dev-cpp/glaze/glaze-5.2.1.ebuild
@@ -14,14 +14,14 @@ S="${WORKDIR}/glaze-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc examples fuzzing test"
+IUSE="examples fuzzing test"
RESTRICT="!test? ( test )"
DEPEND="
test? (
- dev-cpp/ut2-glaze
dev-cpp/asio
>=dev-cpp/eigen-3.4
+ dev-cpp/ut2-glaze
)
"
RDEPEND="${DEPEND}"
@@ -35,9 +35,9 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_INSTALL_RULES=OFF
-Dglaze_DEVELOPER_MODE=ON
- -Dglaze_ENABLE_FUZZING=$(usex fuzzing ON OFF)
- -Dglaze_BUILD_EXAMPLES=$(usex examples ON OFF)
- -DBUILD_TESTING=$(usex test ON OFF)
+ -Dglaze_ENABLE_FUZZING=$(usex fuzzing)
+ -Dglaze_BUILD_EXAMPLES=$(usex examples)
+ -DBUILD_TESTING=$(usex test)
)
cmake_src_configure
diff --git a/dev-cpp/glaze/metadata.xml b/dev-cpp/glaze/metadata.xml
index 542e2c53d7b9..fbc0f79301a8 100644
--- a/dev-cpp/glaze/metadata.xml
+++ b/dev-cpp/glaze/metadata.xml
@@ -14,7 +14,6 @@
</longdescription>
<use>
<flag name="fuzzing">Build fuzzers (not install)</flag>
- <flag name="doc">Install README files</flag>
<flag name="examples">Build examples (not install)</flag>
</use>
<upstream>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glaze/
@ 2025-06-23 9:47 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2025-06-23 9:47 UTC (permalink / raw
To: gentoo-commits
commit: e9f1014e326a42f9ec633fb3e2e1c5a3fee651e3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 09:46:07 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 09:46:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f1014e
dev-cpp/glaze: Stabilize 5.2.1 amd64, #958853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/glaze/glaze-5.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/glaze/glaze-5.2.1.ebuild b/dev-cpp/glaze/glaze-5.2.1.ebuild
index cbeff4ec69d1..7a38952ed260 100644
--- a/dev-cpp/glaze/glaze-5.2.1.ebuild
+++ b/dev-cpp/glaze/glaze-5.2.1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/glaze-${PV}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="examples fuzzing test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-23 9:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-22 9:56 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/glaze/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-06-23 9:47 Sam James
2025-06-22 9:56 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox