From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0130139694 for ; Sun, 5 Mar 2017 20:48:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4F1821C06C; Sun, 5 Mar 2017 20:48:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E1F721C06C for ; Sun, 5 Mar 2017 20:48:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6604B34176A for ; Sun, 5 Mar 2017 20:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF2735D9A for ; Sun, 5 Mar 2017 20:48:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1488746882.6c290c3bed2c944a0e7227ca2bb983f69f094353.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/pms/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/pms/pms-6_p20151113.ebuild app-doc/pms/pms-9999.ebuild X-VCS-Directories: app-doc/pms/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6c290c3bed2c944a0e7227ca2bb983f69f094353 X-VCS-Branch: master Date: Sun, 5 Mar 2017 20:48:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b6b19850-1684-45c0-9e10-d70a292a8326 X-Archives-Hash: 76ddc305ef61bd7abd4d88cfcf0277e1 commit: 6c290c3bed2c944a0e7227ca2bb983f69f094353 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 5 20:48:02 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 5 20:48:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c290c3b app-doc/pms: Don't try to install png files since there aren't any. Package-Manager: Portage-2.3.4, Repoman-2.3.2 app-doc/pms/pms-6_p20151113.ebuild | 2 +- app-doc/pms/pms-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/pms/pms-6_p20151113.ebuild b/app-doc/pms/pms-6_p20151113.ebuild index 3b67119f193..d187e0c4f8b 100644 --- a/app-doc/pms/pms-6_p20151113.ebuild +++ b/app-doc/pms/pms-6_p20151113.ebuild @@ -38,7 +38,7 @@ src_install() { dodoc pms.pdf eapi-cheatsheet.pdf if use html; then docinto html - dodoc *.html pms.css $(shopt -s nullglob; echo *.png) + dodoc *.html pms.css dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf fi } diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild index 0a84070b419..0527613e2a1 100644 --- a/app-doc/pms/pms-9999.ebuild +++ b/app-doc/pms/pms-9999.ebuild @@ -36,7 +36,7 @@ src_install() { dodoc pms.pdf eapi-cheatsheet.pdf if use html; then docinto html - dodoc *.html pms.css $(shopt -s nullglob; echo *.png) + dodoc *.html pms.css dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf fi }