commit: c9f00b20c01dd9ebbda1357d9a94a02c758b0468 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Oct 17 07:11:00 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Oct 17 07:12:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f00b20
app-misc/ttyrec: improve DESCRIPTION and the src_install() phase. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild index d5609a7a7f5..ff27ddd322f 100644 --- a/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit flag-o-matic toolchain-funcs -DESCRIPTION="The tty recorder provides tools to record and replay a terminal session." +DESCRIPTION="ttyrec provides tools to record and replay a terminal session" HOMEPAGE="http://0xcc.net/ttyrec/" SRC_URI="http://0xcc.net/ttyrec/${P}.tar.gz" @@ -21,7 +21,7 @@ src_compile() { } src_install() { - dobin ttyrec ttyplay ttytime - dodoc README + dobin tty{rec,play,time} doman *.1 + einstalldocs }
