Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/
Date: Mon, 25 Jan 2016 11:47:21
Message-Id: 1453722374.88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd.jlec@gentoo
1 commit: 88d0bf298ebac6cbe6a688a061b7c3a6d422dbfd
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 25 11:46:14 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 25 11:46:14 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=88d0bf29
7
8 sci-mathematics/pulp: Fix typo
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-mathematics/pulp/{pulp-1.5.6.ebuild => pulp-1.5.6-r1.ebuild} | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-mathematics/pulp/pulp-1.5.6.ebuild b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
17 similarity index 82%
18 rename from sci-mathematics/pulp/pulp-1.5.6.ebuild
19 rename to sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
20 index 23d69a8..da0caa9 100644
21 --- a/sci-mathematics/pulp/pulp-1.5.6.ebuild
22 +++ b/sci-mathematics/pulp/pulp-1.5.6-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -34,10 +34,7 @@ python_prepare_all() {
30 distutils-r1_python_prepare_all
31 }
32
33 -pyhton_install_all() {
34 +python_install_all() {
35 + use examples && EXAMPLES=( examples/. )
36 distutils-r1_python_install_all
37 - if use examples; then
38 - insinto /usr/share/doc/"${PF}"/
39 - doins -r examples
40 - fi
41 }