* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ut2-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: 4db6ac1bd1d41538dcba70f601f470c26038971b
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jun 17 12:07:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 09:52:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db6ac1b
dev-cpp/ut2-glaze: drop ineffective USE=doc
also
- remove "A " from DESCRIPTION
- remove cmake BDEPEND -- it's in `inherit cmake`
- shorten `usex`
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42640
Closes: https://github.com/gentoo/gentoo/pull/42640
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/ut2-glaze/metadata.xml | 3 ---
dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild | 16 +++-------------
2 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/dev-cpp/ut2-glaze/metadata.xml b/dev-cpp/ut2-glaze/metadata.xml
index 9bf458ed4850..f3d0ae81a9ce 100644
--- a/dev-cpp/ut2-glaze/metadata.xml
+++ b/dev-cpp/ut2-glaze/metadata.xml
@@ -13,9 +13,6 @@
Yet another stripped down fork of boost-ext ut2 (! not ut !).
ut2 is a library for testing using `constexpr` extensively in comparison to boost-ext/ut.
</longdescription>
- <use>
- <flag name="doc">Install README files</flag>
- </use>
<upstream>
<bugs-to>https://github.com/openalgz/ut/issues</bugs-to>
<changelog>https://github.com/openalgz/ut/releases</changelog>
diff --git a/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild b/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild
index b8ba90e5afeb..257a8c7e0af7 100644
--- a/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild
+++ b/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
# it's a header-only lib, thus not cmake-multilib. However, examples and tests...
inherit cmake
-DESCRIPTION="A stripped down fork of boost-ext ut2"
+DESCRIPTION="Stripped down fork of boost-ext ut2"
HOMEPAGE="https://github.com/openalgz/ut"
SRC_URI="https://github.com/openalgz/ut/archive/refs/tags/v${PV}.tar.gz -> ut2-openalgz-${PV}.tar.gz"
@@ -15,11 +15,9 @@ S="${WORKDIR}/ut-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="test doc"
+IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="dev-build/cmake"
-
# Build patches from Arniiiii, https://github.com/gentoo-mirror/ex_repo
PATCHES=(
"${FILESDIR}/${P}-optional-test.patch"
@@ -30,15 +28,7 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
-DCMAKE_SKIP_INSTALL_RULES=OFF
- -DBUILD_TESTING=$(usex test ON OFF)
+ -DBUILD_TESTING=$(usex test)
)
cmake_src_configure
}
-
-src_install() {
- if use doc; then
- einstalldocs
- fi
-
- cmake_src_install
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ut2-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: e08f18a954b164fe2ca081996ca474ef43cb9ed2
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jun 17 12:04:30 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 09:52:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e08f18a9
dev-cpp/ut2-glaze: metadata: add bugs-to & changelog
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/ut2-glaze/metadata.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-cpp/ut2-glaze/metadata.xml b/dev-cpp/ut2-glaze/metadata.xml
index 99939e2eefde..9bf458ed4850 100644
--- a/dev-cpp/ut2-glaze/metadata.xml
+++ b/dev-cpp/ut2-glaze/metadata.xml
@@ -17,6 +17,8 @@
<flag name="doc">Install README files</flag>
</use>
<upstream>
+ <bugs-to>https://github.com/openalgz/ut/issues</bugs-to>
+ <changelog>https://github.com/openalgz/ut/releases</changelog>
<remote-id type="github">openalgz/ut</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ut2-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: 5afe43d340aea8f2f04550854cf842fcbc9c6958
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 23 09:46:08 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 23 09:46:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afe43d3
dev-cpp/ut2-glaze: Stabilize 0.0.4 amd64, #958853
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild b/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild
index 257a8c7e0af7..54904e4b0f66 100644
--- a/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild
+++ b/dev-cpp/ut2-glaze/ut2-glaze-0.0.4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/ut-${PV}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
IUSE="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/ut2-glaze/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-06-22 9:56 Sam James
2025-06-23 9:47 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox