Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/timew/
Date: Tue, 28 Jun 2022 09:53:53
Message-Id: 1656409826.f035062b3900282fa8b1fba915d38d3cfd8b7d1b.flow@gentoo
1 commit: f035062b3900282fa8b1fba915d38d3cfd8b7d1b
2 Author: David Denoncin <ddenoncin <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 28 07:12:28 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 09:50:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f035062b
7
8 app-misc/timew: add manpages
9
10 Signed-off-by: David Denoncin <ddenoncin <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/25983
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 app-misc/timew/{timew-1.4.3.ebuild => timew-1.4.3-r1.ebuild} | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/app-misc/timew/timew-1.4.3.ebuild b/app-misc/timew/timew-1.4.3-r1.ebuild
18 similarity index 92%
19 rename from app-misc/timew/timew-1.4.3.ebuild
20 rename to app-misc/timew/timew-1.4.3-r1.ebuild
21 index e037edcce536..f608f1a27396 100644
22 --- a/app-misc/timew/timew-1.4.3.ebuild
23 +++ b/app-misc/timew/timew-1.4.3-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2021 Gentoo Authors
26 +# Copyright 1999-2022 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -32,6 +32,9 @@ src_install() {
31
32 dodoc -r ext
33 docompress -x /usr/share/doc/${PF}/ext/{on-modify.timewarrior,README}
34 +
35 + doman doc/man1/*.1
36 + doman doc/man7/*.7
37 }
38
39 pkg_postinst() {