public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2024-07-10  6:32 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-07-10  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ecfd2af79263a6ef58226ee1f6e3007768d7b078
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 06:24:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 06:32:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecfd2af7

dev-libs/c-stdaux: New package, v1.5.0

NIH library needed for dev-libs/c-siphash.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-stdaux/Manifest              |  1 +
 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 24 ++++++++++++++++++++++++
 dev-libs/c-stdaux/metadata.xml          | 11 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-libs/c-stdaux/Manifest b/dev-libs/c-stdaux/Manifest
new file mode 100644
index 000000000000..b7b405d42b46
--- /dev/null
+++ b/dev-libs/c-stdaux/Manifest
@@ -0,0 +1 @@
+DIST c-stdaux-1.5.0.gh.tar.gz 24272 BLAKE2B 414713314bc773d800c4c3150e6de09a9b0d25c33a75f75ab3f766b63caf7c626bd617df155143579acac1aaf4e9027d41b9c0f99f6ed99ebfc31d752ea6a80d SHA512 30e2cc3ff8df40b2c3dc1409d47fa0f65467a853c75e500f1f973f6f2108e036601032620e40409fde58e2239b751f2736b326c11b45f2e43cc1064f341aa7b7

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
new file mode 100644
index 000000000000..6aee88c6a062
--- /dev/null
+++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Auxiliary macros and functions for the C standard library"
+HOMEPAGE="
+	https://c-util.github.io/c-stdaux/
+	https://github.com/c-util/c-stdaux/
+"
+SRC_URI="
+	https://github.com/c-util/c-stdaux/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	virtual/pkgconfig
+"

diff --git a/dev-libs/c-stdaux/metadata.xml b/dev-libs/c-stdaux/metadata.xml
new file mode 100644
index 000000000000..7e9ad66652f7
--- /dev/null
+++ b/dev-libs/c-stdaux/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">c-util/c-stdaux</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2024-07-10 11:39 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2024-07-10 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     beb0e8bc25d192b9c70a05352fd73966634f119a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 11:39:05 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 11:39:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb0e8bc

dev-libs/c-stdaux: Keyword 1.5.0 riscv, #935816

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
index 6aee88c6a062..aa077ac0c487 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2024-07-10 12:31 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-07-10 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2f8d766346ddd69c9aecde3ffb7c8e82a0bc40ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 12:30:41 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 12:30:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8d7663

dev-libs/c-stdaux: Keyword 1.5.0 arm64, #935816

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
index aa077ac0c487..1864b295245e 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2024-08-03  6:24 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-08-03  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     fc1c51d6cbef5e98a9c8cf09c443a70c4ef89c93
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 06:24:34 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 06:24:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1c51d6

dev-libs/c-stdaux: Stabilize 1.5.0 amd64, #937201

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
index 1864b295245e..f1fcae2f1e77 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2024-08-03 16:48 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2024-08-03 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     523cfba7bee81987a875273812fa0d4ad2ecfac7
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 16:48:09 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 16:48:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523cfba7

dev-libs/c-stdaux: Stabilize 1.5.0 arm64, #937201

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
index f1fcae2f1e77..9e6a596ad8d8 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2025-03-29  7:41 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2025-03-29  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4c1b9413577261a68fac2aec80a83a274daf4025
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 29 07:41:17 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 29 07:41:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c1b9413

dev-libs/c-stdaux: Keyword 1.5.0 ppc64, #935816

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
index 9e6a596ad8d8..42dc72311b16 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2025-06-17  3:40 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2025-06-17  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     90666bfbf170e7253e7ba198740951c6ea222f0e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 17 03:19:15 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 17 03:40:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90666bfb

dev-libs/c-stdaux: Bump to 1.6.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-stdaux/Manifest              |  1 +
 dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-libs/c-stdaux/Manifest b/dev-libs/c-stdaux/Manifest
index b7b405d42b46..2ef012c9faf6 100644
--- a/dev-libs/c-stdaux/Manifest
+++ b/dev-libs/c-stdaux/Manifest
@@ -1 +1,2 @@
 DIST c-stdaux-1.5.0.gh.tar.gz 24272 BLAKE2B 414713314bc773d800c4c3150e6de09a9b0d25c33a75f75ab3f766b63caf7c626bd617df155143579acac1aaf4e9027d41b9c0f99f6ed99ebfc31d752ea6a80d SHA512 30e2cc3ff8df40b2c3dc1409d47fa0f65467a853c75e500f1f973f6f2108e036601032620e40409fde58e2239b751f2736b326c11b45f2e43cc1064f341aa7b7
+DIST c-stdaux-1.6.0.gh.tar.gz 24360 BLAKE2B ec3d715867d8e2667552bd9387467872bb84b9716d9727bafa10a4d1a452c5c951db2997b6154291569f7f7728b172fa06d6172d181da1dfeb738ea40e24f872 SHA512 ded60f64ddf0c7f86b0745523e83dc1a594f519f1892dc0ce5a3e953fa238ccc66a38556a824d950dce7c8b3c9df3c3294ac765fdf81445f0341281be6623a5b

diff --git a/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
new file mode 100644
index 000000000000..e17a632dad0c
--- /dev/null
+++ b/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Auxiliary macros and functions for the C standard library"
+HOMEPAGE="
+	https://c-util.github.io/c-stdaux/
+	https://github.com/c-util/c-stdaux/
+"
+SRC_URI="
+	https://github.com/c-util/c-stdaux/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+
+BDEPEND="
+	virtual/pkgconfig
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2025-07-05  7:56 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2025-07-05  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e4124f38620210832b61e213a65c9a5df872e504
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 07:56:21 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 07:56:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4124f38

dev-libs/c-stdaux: Stabilize 1.6.0 arm64, #959522

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
index e17a632dad0c..18accd5ea73c 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 arm64 ~ppc64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2025-07-05  7:56 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2025-07-05  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d890248d6b05d493d76afc13216b7d1144c46cf5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 07:56:22 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 07:56:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d890248d

dev-libs/c-stdaux: Stabilize 1.6.0 amd64, #959522

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
index 18accd5ea73c..42dc72311b16 100644
--- a/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
+++ b/dev-libs/c-stdaux/c-stdaux-1.6.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 ~riscv"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
 
 BDEPEND="
 	virtual/pkgconfig


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

* [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/
@ 2025-07-05  8:46 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2025-07-05  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     73ba070e9b003914fc3172f1f545121bd480e1b2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 08:40:03 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 08:45:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ba070e

dev-libs/c-stdaux: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/c-stdaux/Manifest              |  1 -
 dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/dev-libs/c-stdaux/Manifest b/dev-libs/c-stdaux/Manifest
index 2ef012c9faf6..bcfe854d9794 100644
--- a/dev-libs/c-stdaux/Manifest
+++ b/dev-libs/c-stdaux/Manifest
@@ -1,2 +1 @@
-DIST c-stdaux-1.5.0.gh.tar.gz 24272 BLAKE2B 414713314bc773d800c4c3150e6de09a9b0d25c33a75f75ab3f766b63caf7c626bd617df155143579acac1aaf4e9027d41b9c0f99f6ed99ebfc31d752ea6a80d SHA512 30e2cc3ff8df40b2c3dc1409d47fa0f65467a853c75e500f1f973f6f2108e036601032620e40409fde58e2239b751f2736b326c11b45f2e43cc1064f341aa7b7
 DIST c-stdaux-1.6.0.gh.tar.gz 24360 BLAKE2B ec3d715867d8e2667552bd9387467872bb84b9716d9727bafa10a4d1a452c5c951db2997b6154291569f7f7728b172fa06d6172d181da1dfeb738ea40e24f872 SHA512 ded60f64ddf0c7f86b0745523e83dc1a594f519f1892dc0ce5a3e953fa238ccc66a38556a824d950dce7c8b3c9df3c3294ac765fdf81445f0341281be6623a5b

diff --git a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild b/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
deleted file mode 100644
index 42dc72311b16..000000000000
--- a/dev-libs/c-stdaux/c-stdaux-1.5.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2024-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Auxiliary macros and functions for the C standard library"
-HOMEPAGE="
-	https://c-util.github.io/c-stdaux/
-	https://github.com/c-util/c-stdaux/
-"
-SRC_URI="
-	https://github.com/c-util/c-stdaux/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( Apache-2.0 LGPL-2.1+ )"
-SLOT="0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv"
-
-BDEPEND="
-	virtual/pkgconfig
-"


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

end of thread, other threads:[~2025-07-05  8:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-05  7:56 [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-stdaux/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-07-05  8:46 Michał Górny
2025-07-05  7:56 Sam James
2025-06-17  3:40 Michał Górny
2025-03-29  7:41 Arthur Zamarin
2024-08-03 16:48 Jakov Smolić
2024-08-03  6:24 Michał Górny
2024-07-10 12:31 Sam James
2024-07-10 11:39 Jakov Smolić
2024-07-10  6:32 Michał Górny

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