commit: 88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 11:46:14 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 11:46:14 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88d0bf29
sci-mathematics/pulp: Fix typo
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-mathematics/pulp/{pulp-1.5.6.ebuild => pulp-1.5.6-r1.ebuild} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/sci-mathematics/pulp/pulp-1.5.6.ebuild
b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
similarity index 82%
rename from sci-mathematics/pulp/pulp-1.5.6.ebuild
rename to sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
index 23d69a8..da0caa9 100644
--- a/sci-mathematics/pulp/pulp-1.5.6.ebuild
+++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -34,10 +34,7 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
-pyhton_install_all() {
+python_install_all() {
+ use examples && EXAMPLES=( examples/. )
distutils-r1_python_install_all
- if use examples; then
- insinto /usr/share/doc/"${PF}"/
- doins -r examples
- fi
}