Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ninja/
Date: Mon, 28 May 2018 05:46:32
Message-Id: 1527486387.8d890b52b16d3ba9351bf490522c3e5d919a450c.zlogene@gentoo
1 commit: 8d890b52b16d3ba9351bf490522c3e5d919a450c
2 Author: Georgy Yakovlev <ya <AT> sysdump <DOT> net>
3 AuthorDate: Tue May 15 03:38:34 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 05:46:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d890b52
7
8 dev-util/ninja: dohtml -> dodoc
9
10 Just minor QA
11
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13 Closes: https://github.com/gentoo/gentoo/pull/8417
14
15 dev-util/ninja/ninja-1.7.2.ebuild | 7 ++++---
16 dev-util/ninja/ninja-1.8.2.ebuild | 5 +++--
17 dev-util/ninja/ninja-9999.ebuild | 7 ++++---
18 3 files changed, 11 insertions(+), 8 deletions(-)
19
20 diff --git a/dev-util/ninja/ninja-1.7.2.ebuild b/dev-util/ninja/ninja-1.7.2.ebuild
21 index 00220b01643..a314bc0103f 100644
22 --- a/dev-util/ninja/ninja-1.7.2.ebuild
23 +++ b/dev-util/ninja/ninja-1.7.2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -95,8 +95,9 @@ src_test() {
31 src_install() {
32 dodoc README HACKING.md
33 if use doc; then
34 - dohtml -r doc/doxygen/html/*
35 - dohtml doc/manual.html
36 + docinto html
37 + dodoc -r doc/doxygen/html/.
38 + dodoc doc/manual.html
39 fi
40 dobin ninja
41
42
43 diff --git a/dev-util/ninja/ninja-1.8.2.ebuild b/dev-util/ninja/ninja-1.8.2.ebuild
44 index c143bfab421..f25829f0ec1 100644
45 --- a/dev-util/ninja/ninja-1.8.2.ebuild
46 +++ b/dev-util/ninja/ninja-1.8.2.ebuild
47 @@ -91,8 +91,9 @@ src_test() {
48 src_install() {
49 dodoc README HACKING.md
50 if use doc; then
51 - dohtml -r doc/doxygen/html/*
52 - dohtml doc/manual.html
53 + docinto html
54 + dodoc -r doc/doxygen/html/.
55 + dodoc doc/manual.html
56 fi
57 dobin ninja
58
59
60 diff --git a/dev-util/ninja/ninja-9999.ebuild b/dev-util/ninja/ninja-9999.ebuild
61 index 4dc6e68bbf6..73fb8e30509 100644
62 --- a/dev-util/ninja/ninja-9999.ebuild
63 +++ b/dev-util/ninja/ninja-9999.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2017 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -91,8 +91,9 @@ src_test() {
71 src_install() {
72 dodoc README HACKING.md
73 if use doc; then
74 - dohtml -r doc/doxygen/html/*
75 - dohtml doc/manual.html
76 + docinto html
77 + dodoc -r doc/doxygen/html/.
78 + dodoc doc/manual.html
79 fi
80 dobin ninja