From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 703C3158128 for ; Tue, 17 Jun 2025 17:22:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5C7B53415EF for ; Tue, 17 Jun 2025 17:22:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4E6581104D9; Tue, 17 Jun 2025 17:22:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3F7DE1104D9 for ; Tue, 17 Jun 2025 17:22:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7B613415EC for ; Tue, 17 Jun 2025 17:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F61922FD for ; Tue, 17 Jun 2025 17:22:10 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1750180911.6c86663f3667095a33ac8e1015e280cbd38574c9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6c86663f3667095a33ac8e1015e280cbd38574c9 X-VCS-Branch: master Date: Tue, 17 Jun 2025 17:22:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38c52110-83fc-401a-a2a5-d26177ab03f0 X-Archives-Hash: 6daf4a024c81e9216b1e86e6f3fcd865 commit: 6c86663f3667095a33ac8e1015e280cbd38574c9 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 17 17:21:51 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 17 17:21:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=6c86663f pms.cls: Add missing comma to commit info Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms.cls b/pms.cls index 006aed3..a44608e 100644 --- a/pms.cls +++ b/pms.cls @@ -215,7 +215,7 @@ This version corresponds to commit \gitAbbrevHash \ifthenelse{\equal{\gitBranch}{\detokenize{master}}}{} { on branch \gitBranch}% - \ifthenelse{\equal{\gitDirty}{}}{}{ with local changes}.% + \ifthenelse{\equal{\gitDirty}{}}{}{, with local changes}.% }% } From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43AAE158091 for ; Sat, 21 Jun 2025 09:49:00 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 276F5341085 for ; Sat, 21 Jun 2025 09:49:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1F6C41104DC; Sat, 21 Jun 2025 09:48:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 18DED1104DC for ; Sat, 21 Jun 2025 09:48:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD01B341085 for ; Sat, 21 Jun 2025 09:48:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C2CE2A11 for ; Sat, 21 Jun 2025 09:48:57 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1750180911.6c86663f3667095a33ac8e1015e280cbd38574c9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-9 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6c86663f3667095a33ac8e1015e280cbd38574c9 X-VCS-Branch: eapi-9 Date: Sat, 21 Jun 2025 09:48:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9fe485f-4870-49cb-8280-cdd140c5a483 X-Archives-Hash: b4f0df557f0df6a4430796084f99321a Message-ID: <20250621094857.iJJjmHiBdPttA_zy1wUz-5_L8y82TNrhoBuVNglQ2ME@z> commit: 6c86663f3667095a33ac8e1015e280cbd38574c9 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 17 17:21:51 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 17 17:21:51 2025 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=6c86663f pms.cls: Add missing comma to commit info Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pms.cls b/pms.cls index 006aed3..a44608e 100644 --- a/pms.cls +++ b/pms.cls @@ -215,7 +215,7 @@ This version corresponds to commit \gitAbbrevHash \ifthenelse{\equal{\gitBranch}{\detokenize{master}}}{} { on branch \gitBranch}% - \ifthenelse{\equal{\gitDirty}{}}{}{ with local changes}.% + \ifthenelse{\equal{\gitDirty}{}}{}{, with local changes}.% }% }