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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 413AD158094 for ; Tue, 28 Jun 2022 09:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F59E0932; Tue, 28 Jun 2022 09:53:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 48950E0932 for ; Tue, 28 Jun 2022 09:53:52 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B49C3416FD for ; Tue, 28 Jun 2022 09:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFA27105 for ; Tue, 28 Jun 2022 09:53:49 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1656409826.f035062b3900282fa8b1fba915d38d3cfd8b7d1b.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/timew/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/timew/timew-1.4.3-r1.ebuild app-misc/timew/timew-1.4.3.ebuild X-VCS-Directories: app-misc/timew/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: f035062b3900282fa8b1fba915d38d3cfd8b7d1b X-VCS-Branch: master Date: Tue, 28 Jun 2022 09:53:49 +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: a8fc6906-8fe0-47d8-a78d-8a8635ebd81e X-Archives-Hash: f707f22f9c6d396a1788fcfdc8b5aa6a commit: f035062b3900282fa8b1fba915d38d3cfd8b7d1b Author: David Denoncin gmail com> AuthorDate: Tue Jun 28 07:12:28 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Jun 28 09:50:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f035062b app-misc/timew: add manpages Signed-off-by: David Denoncin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25983 Signed-off-by: Florian Schmaus gentoo.org> app-misc/timew/{timew-1.4.3.ebuild => timew-1.4.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-misc/timew/timew-1.4.3.ebuild b/app-misc/timew/timew-1.4.3-r1.ebuild similarity index 92% rename from app-misc/timew/timew-1.4.3.ebuild rename to app-misc/timew/timew-1.4.3-r1.ebuild index e037edcce536..f608f1a27396 100644 --- a/app-misc/timew/timew-1.4.3.ebuild +++ b/app-misc/timew/timew-1.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,6 +32,9 @@ src_install() { dodoc -r ext docompress -x /usr/share/doc/${PF}/ext/{on-modify.timewarrior,README} + + doman doc/man1/*.1 + doman doc/man7/*.7 } pkg_postinst() {