From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A01DC1382C5 for ; Fri, 18 May 2018 12:19:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EE6FE0819; Fri, 18 May 2018 12:19:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 595FEE0819 for ; Fri, 18 May 2018 12:19:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD32B335C72 for ; Fri, 18 May 2018 12:19:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EAEC2A2 for ; Fri, 18 May 2018 12:19:54 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1526643285.41c8ebc7eb8c1e517bd191736f4ef3ac66ab34e0.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: man/ X-VCS-Repository: proj/portage-utils X-VCS-Files: man/mkman.py X-VCS-Directories: man/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 41c8ebc7eb8c1e517bd191736f4ef3ac66ab34e0 X-VCS-Branch: master Date: Fri, 18 May 2018 12:19:54 +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-Archives-Salt: 21bbf2da-75a0-43df-a94d-dddf94cd6c45 X-Archives-Hash: 84d221c8ffb373cafd31645ad94b76de commit: 41c8ebc7eb8c1e517bd191736f4ef3ac66ab34e0 Author: Fabian Groffen gentoo org> AuthorDate: Fri May 18 11:34:45 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri May 18 11:34:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=41c8ebc7 mkman: add myself as author man/mkman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/man/mkman.py b/man/mkman.py index 7089320..bd3111c 100755 --- a/man/mkman.py +++ b/man/mkman.py @@ -33,6 +33,7 @@ def FindApplets(): COMMON_AUTHORS = [ 'Ned Ludd ', 'Mike Frysinger ', + 'Fabian Groffen ', ] TEMPLATE = r""".\" generated by mkman.py, please do NOT edit! .TH %(applet)s "1" "%(date)s" "Gentoo Foundation" "%(applet)s"