From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] data/api:master commit in: bin/
Date: Wed, 10 Sep 2025 15:29:26 +0000 (UTC)	[thread overview]
Message-ID: <1757514404.c5e6a0b8247069e0fa52114c22ba4e9a17bec637.ulm@gentoo> (raw)
commit:     c5e6a0b8247069e0fa52114c22ba4e9a17bec637
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 10 14:17:12 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 14:26:44 2025 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=c5e6a0b8
uidgid2wiki.awk: List baselayout as "baselayout"
Instead of "baselayout (linux)" since we no longer have baselayout-fbsd.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
 bin/uidgid2wiki.awk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/bin/uidgid2wiki.awk b/bin/uidgid2wiki.awk
index 7ddc302d..0d8d9d8c 100755
--- a/bin/uidgid2wiki.awk
+++ b/bin/uidgid2wiki.awk
@@ -27,11 +27,11 @@ function md2wiki(str) {
 	# provider
 	switch ($4) {
 		case "baselayout":
-			print "| style=\"background: #cff;\" | baselayout (linux)"
-			break
-		case "baselayout-fbsd":
-			print "| style=\"background: #ccf;\" | baselayout (fbsd)"
+			print "| style=\"background: #cff;\" | baselayout"
 			break
+		#case "baselayout-fbsd":
+		#	print "| style=\"background: #ccf;\" | baselayout (fbsd)"
+		#	break
 		case "acct":
 			printf "%s", "| style=\"background: #9fc;\" |"
 			if ($2 != "-") printf " %s", "[https://gitweb.gentoo.org/repo/gentoo.git/tree/acct-user/" $1 " u:" $1 "]"
next             reply	other threads:[~2025-09-10 15:29 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-10 15:29 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-31  7:06 [gentoo-commits] data/api:master commit in: bin/ Ulrich Müller
2025-08-31  7:00 Ulrich Müller
2023-07-25  2:24 Sam James
2021-11-18 11:19 Ulrich Müller
2021-11-13 20:09 Ulrich Müller
2021-11-11 10:47 Ulrich Müller
2021-02-17 15:39 Joonas Niilola
2021-02-10 11:13 Joonas Niilola
2021-02-10 11:13 Joonas Niilola
2021-02-09 17:23 Joonas Niilola
2021-02-09  7:17 Alec Warner
2021-01-24 10:12 Michał Górny
2021-01-24 10:12 Michał Górny
2019-12-08 20:59 Michał Górny
2019-09-11  8:21 Michał Górny
2019-09-11  8:02 Michał Górny
2019-08-24 17:58 Michał Górny
2018-08-07  7:52 Michał Górny
2015-12-26 17:42 Alex Legler
2015-08-15 22:01 Alex Legler
2015-08-15 13:14 Alex Legler
2015-08-15 13:11 Alex Legler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=1757514404.c5e6a0b8247069e0fa52114c22ba4e9a17bec637.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox