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 CDF91139694 for ; Sun, 19 Mar 2017 12:45:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20E6921C09C; Sun, 19 Mar 2017 12:45:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E28BA21C09C for ; Sun, 19 Mar 2017 12:45:24 +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 79AE83415B7 for ; Sun, 19 Mar 2017 12:45:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98AA6D96 for ; Sun, 19 Mar 2017 12:45:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1489927511.1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-0.15.1.ebuild sci-libs/scipy/scipy-0.16.0.ebuild sci-libs/scipy/scipy-0.16.1.ebuild sci-libs/scipy/scipy-0.17.0.ebuild sci-libs/scipy/scipy-0.18.1.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7 X-VCS-Branch: master Date: Sun, 19 Mar 2017 12:45:21 +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: 4c75924d-bdb6-46db-ba25-30800cb411c3 X-Archives-Hash: 8dacb5d6276cdbbe40eac6308db10e66 commit: 1bfbb2fbe5f743bae7d83aa5e5849bf42efa25c7 Author: David Seifert gentoo org> AuthorDate: Sun Mar 19 12:44:15 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 19 12:45:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bfbb2fb sci-libs/scipy: Do not glob on DISTDIR Bug: https://bugs.gentoo.org/show_bug.cgi?id=612920 Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-libs/scipy/scipy-0.15.1.ebuild | 4 ++-- sci-libs/scipy/scipy-0.16.0.ebuild | 4 ++-- sci-libs/scipy/scipy-0.16.1.ebuild | 2 +- sci-libs/scipy/scipy-0.17.0.ebuild | 2 +- sci-libs/scipy/scipy-0.18.1.ebuild | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sci-libs/scipy/scipy-0.15.1.ebuild b/sci-libs/scipy/scipy-0.15.1.ebuild index 21b523cf8c5..e228f7d3d4d 100644 --- a/sci-libs/scipy/scipy-0.15.1.ebuild +++ b/sci-libs/scipy/scipy-0.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -123,7 +123,7 @@ sys.exit(0 if r.wasSuccessful() else 1)" || die "Tests fail with ${EPYTHON}" python_install_all() { if use doc; then - dodoc "${DISTDIR}"/${PN}*pdf + dodoc "${DISTDIR}"/${PN}-${DOC_PV}-ref.pdf docinto html dodoc -r "${WORKDIR}"/html/. fi diff --git a/sci-libs/scipy/scipy-0.16.0.ebuild b/sci-libs/scipy/scipy-0.16.0.ebuild index 5cc5d81af80..e404280c580 100644 --- a/sci-libs/scipy/scipy-0.16.0.ebuild +++ b/sci-libs/scipy/scipy-0.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -125,7 +125,7 @@ python_test() { python_install_all() { if use doc; then - dodoc "${DISTDIR}"/${PN}*pdf + dodoc "${DISTDIR}"/${PN}-${DOC_PV}-ref.pdf docinto html dodoc -r "${WORKDIR}"/html/. fi diff --git a/sci-libs/scipy/scipy-0.16.1.ebuild b/sci-libs/scipy/scipy-0.16.1.ebuild index 2b2cbdd32e2..dd5908fb231 100644 --- a/sci-libs/scipy/scipy-0.16.1.ebuild +++ b/sci-libs/scipy/scipy-0.16.1.ebuild @@ -130,7 +130,7 @@ python_test() { python_install_all() { if use doc; then - dodoc "${DISTDIR}"/${PN}*pdf + dodoc "${DISTDIR}"/${PN}-${DOC_PV}-ref.pdf docinto html dodoc -r "${WORKDIR}"/html/. fi diff --git a/sci-libs/scipy/scipy-0.17.0.ebuild b/sci-libs/scipy/scipy-0.17.0.ebuild index 43d3e39d637..ac2f5ad71e9 100644 --- a/sci-libs/scipy/scipy-0.17.0.ebuild +++ b/sci-libs/scipy/scipy-0.17.0.ebuild @@ -131,7 +131,7 @@ python_test() { python_install_all() { use doc && \ - local DOCS=( "${DISTDIR}"/${PN}*pdf ) \ + local DOCS=( "${DISTDIR}"/${PN}-${DOC_PV}-ref.pdf ) \ local HTML_DOCS=( "${WORKDIR}"/html/. ) distutils-r1_python_install_all } diff --git a/sci-libs/scipy/scipy-0.18.1.ebuild b/sci-libs/scipy/scipy-0.18.1.ebuild index 44a6f8669f1..c1d9ea57af2 100644 --- a/sci-libs/scipy/scipy-0.18.1.ebuild +++ b/sci-libs/scipy/scipy-0.18.1.ebuild @@ -130,7 +130,7 @@ python_test() { python_install_all() { use doc && \ - local DOCS=( "${DISTDIR}"/${PN}*pdf ) \ + local DOCS=( "${DISTDIR}"/${PN}-${DOC_PV}-ref.pdf ) \ local HTML_DOCS=( "${WORKDIR}"/html/. ) distutils-r1_python_install_all }