public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/clog/
@ 2024-05-08 17:06 Alfredo Tupone
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2024-05-08 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     1559a288f0552d4434a722a1e1cbf6cccbe65908
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 17:03:35 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May  8 17:05:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1559a288

dev-libs/clog: update DESCRIPTION

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/clog/clog-2023.11.04.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/clog/clog-2023.11.04.ebuild b/dev-libs/clog/clog-2023.11.04.ebuild
index 0be86df35182..c7655a4e2224 100644
--- a/dev-libs/clog/clog-2023.11.04.ebuild
+++ b/dev-libs/clog/clog-2023.11.04.ebuild
@@ -6,7 +6,7 @@ inherit cmake
 
 CommitId=d6860c477c99f1fce9e28eb206891af3c0e1a1d7
 
-DESCRIPTION="CPU INFOrmation library"
+DESCRIPTION="C-style (a-la printf) logging library"
 HOMEPAGE="https://github.com/pytorch/cpuinfo/"
 SRC_URI="https://github.com/pytorch/cpuinfo/archive/${CommitId}.tar.gz
 	-> cpuinfo-${PV}.tar.gz"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/clog/
@ 2025-03-21 21:02 Alfredo Tupone
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone @ 2025-03-21 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bacd80594b66c8a03f3df8a6d1714006ed3db77f
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 21:02:11 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 21:02:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacd8059

dev-libs/clog: require cmake 3.10 (min)

Closes: https://bugs.gentoo.org/951728
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-libs/clog/clog-2023.11.04.ebuild | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/dev-libs/clog/clog-2023.11.04.ebuild b/dev-libs/clog/clog-2023.11.04.ebuild
index c7655a4e2224..dcdf83381f16 100644
--- a/dev-libs/clog/clog-2023.11.04.ebuild
+++ b/dev-libs/clog/clog-2023.11.04.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -30,6 +30,14 @@ src_unpack() {
 	rm -r cpuinfo-${CommitId} || die
 }
 
+src_prepare() {
+	sed -i \
+		-e "/CMAKE_MINIMUM_REQUIRED/s:3.1:3.10:" \
+		CMakeLists.txt \
+		|| die
+	cmake_src_prepare
+}
+
 src_configure() {
 	local mycmakeargs=(
 		-DUSE_SYSTEM_LIBS=ON


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-21 21:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 21:02 [gentoo-commits] repo/gentoo:master commit in: dev-libs/clog/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 17:06 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox