Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyrec/
Date: Tue, 17 Oct 2017 07:12:19
Message-Id: 1508224331.c9f00b20c01dd9ebbda1357d9a94a02c758b0468.monsieurp@gentoo
1 commit: c9f00b20c01dd9ebbda1357d9a94a02c758b0468
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 17 07:11:00 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 17 07:12:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f00b20
7
8 app-misc/ttyrec: improve DESCRIPTION and the src_install() phase.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
16 index d5609a7a7f5..ff27ddd322f 100644
17 --- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
18 +++ b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild
19 @@ -5,7 +5,7 @@ EAPI=6
20
21 inherit flag-o-matic toolchain-funcs
22
23 -DESCRIPTION="The tty recorder provides tools to record and replay a terminal session."
24 +DESCRIPTION="ttyrec provides tools to record and replay a terminal session"
25 HOMEPAGE="http://0xcc.net/ttyrec/"
26 SRC_URI="http://0xcc.net/ttyrec/${P}.tar.gz"
27
28 @@ -21,7 +21,7 @@ src_compile() {
29 }
30
31 src_install() {
32 - dobin ttyrec ttyplay ttytime
33 - dodoc README
34 + dobin tty{rec,play,time}
35 doman *.1
36 + einstalldocs
37 }