Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/amp/
Date: Thu, 20 Jan 2022 19:23:30
Message-Id: 1642706601.aa3d7b8616ba9d02a937e87a68750b321974cc0e.andrewammerlaan@gentoo
1 commit: aa3d7b8616ba9d02a937e87a68750b321974cc0e
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 19:23:21 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 19:23:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa3d7b86
7
8 app-editors/amp: fix doc, remove whitespaces
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 app-editors/amp/amp-0.6.2.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/app-editors/amp/amp-0.6.2.ebuild b/app-editors/amp/amp-0.6.2.ebuild
17 index b74bfbd0b..46247d1fa 100644
18 --- a/app-editors/amp/amp-0.6.2.ebuild
19 +++ b/app-editors/amp/amp-0.6.2.ebuild
20 @@ -213,9 +213,10 @@ src_compile() {
21 }
22
23 src_install() {
24 - if use doc; then
25 - local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
26 - einstalldocs -r
27 - fi
28 + if use doc; then
29 + dodoc README.md CHANGELOG.md
30 + dodoc -r documentation/*
31 + einstalldocs
32 + fi
33 dobin target/release/amp
34 -}
35 \ No newline at end of file
36 +}