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: Sun, 05 Mar 2017 20:48:40
Message-Id: 1488746882.6c290c3bed2c944a0e7227ca2bb983f69f094353.ulm@gentoo
1 commit: 6c290c3bed2c944a0e7227ca2bb983f69f094353
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 20:48:02 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 20:48:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c290c3b
7
8 app-doc/pms: Don't try to install png files since there aren't any.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11
12 app-doc/pms/pms-6_p20151113.ebuild | 2 +-
13 app-doc/pms/pms-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-doc/pms/pms-6_p20151113.ebuild b/app-doc/pms/pms-6_p20151113.ebuild
17 index 3b67119f193..d187e0c4f8b 100644
18 --- a/app-doc/pms/pms-6_p20151113.ebuild
19 +++ b/app-doc/pms/pms-6_p20151113.ebuild
20 @@ -38,7 +38,7 @@ src_install() {
21 dodoc pms.pdf eapi-cheatsheet.pdf
22 if use html; then
23 docinto html
24 - dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
25 + dodoc *.html pms.css
26 dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
27 fi
28 }
29
30 diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild
31 index 0a84070b419..0527613e2a1 100644
32 --- a/app-doc/pms/pms-9999.ebuild
33 +++ b/app-doc/pms/pms-9999.ebuild
34 @@ -36,7 +36,7 @@ src_install() {
35 dodoc pms.pdf eapi-cheatsheet.pdf
36 if use html; then
37 docinto html
38 - dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
39 + dodoc *.html pms.css
40 dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
41 fi
42 }