Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/
Date: Sat, 31 Oct 2015 09:41:37
Message-Id: 1446284451.415e8dc7428b8e0c904e1f6d9315f31b177767ba.ulm@gentoo
1 commit: 415e8dc7428b8e0c904e1f6d9315f31b177767ba
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 09:40:51 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 09:40:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415e8dc7
7
8 app-doc/pms: Use dodoc instead of dohtml.
9
10 Package-Manager: portage-2.2.23
11
12 app-doc/pms/pms-5-r2.ebuild | 5 +++--
13 app-doc/pms/pms-9999.ebuild | 3 ++-
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-doc/pms/pms-5-r2.ebuild b/app-doc/pms/pms-5-r2.ebuild
17 index f0f73a7..8f7c7a2 100644
18 --- a/app-doc/pms/pms-5-r2.ebuild
19 +++ b/app-doc/pms/pms-5-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -38,7 +38,8 @@ src_compile() {
27 src_install() {
28 dodoc pms.pdf eapi-cheatsheet.pdf
29 if use html; then
30 - dohtml *.html pms.css $(shopt -s nullglob; echo *.png)
31 + docinto html
32 + dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
33 dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
34 fi
35 }
36
37 diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild
38 index 20ca87f..10f044a 100644
39 --- a/app-doc/pms/pms-9999.ebuild
40 +++ b/app-doc/pms/pms-9999.ebuild
41 @@ -36,7 +36,8 @@ src_compile() {
42 src_install() {
43 dodoc pms.pdf eapi-cheatsheet.pdf
44 if use html; then
45 - dohtml *.html pms.css $(shopt -s nullglob; echo *.png)
46 + docinto html
47 + dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
48 dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
49 fi
50 }