Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/
Date: Tue, 09 Jan 2018 02:02:53
Message-Id: 1515440480.a229023e948f6beead1d89bcaa7e0ddea9165dbd.mgorny@gentoo
1 commit: a229023e948f6beead1d89bcaa7e0ddea9165dbd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 19:10:56 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 19:41:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a229023e
7
8 dev-python/pypy3: Remove commented out USE=doc logic
9
10 Remove the USE=doc logic since it was never fixed, and it was recently
11 removed from dev-python/pypy.
12
13 dev-python/pypy3/pypy3-5.10.0.ebuild | 8 +-------
14 dev-python/pypy3/pypy3-9999.ebuild | 8 +-------
15 2 files changed, 2 insertions(+), 14 deletions(-)
16
17 diff --git a/dev-python/pypy3/pypy3-5.10.0.ebuild b/dev-python/pypy3/pypy3-5.10.0.ebuild
18 index 8d3c3e165e4..dcef9d5439d 100644
19 --- a/dev-python/pypy3/pypy3-5.10.0.ebuild
20 +++ b/dev-python/pypy3/pypy3-5.10.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -45,7 +45,6 @@ DEPEND="${RDEPEND}
28 )
29 )
30 )"
31 -# doc? ( dev-python/sphinx )
32
33 S="${WORKDIR}/${MY_P}-src"
34
35 @@ -152,8 +151,6 @@ src_compile() {
36 cp -p "${T}"/usession*-0/testing_1/{pypy3-c,libpypy3-c.so} . || die
37 pax-mark m pypy3-c libpypy3-c.so
38
39 - #use doc && emake -C pypy/doc html
40 -
41 einfo "Generating caches and CFFI modules ..."
42
43 # Generate Grammar and PatternGrammar pickles.
44 @@ -230,9 +227,6 @@ src_install() {
45 "${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die
46 fi
47
48 - # Install docs
49 - #use doc && dohtml -r pypy/doc/_build/html/
50 -
51 einfo "Generating caches and byte-compiling ..."
52
53 local -x PYTHON=${ED%/}${dest}/pypy3-c
54
55 diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild
56 index ff2a3ff800e..c3217b6688d 100644
57 --- a/dev-python/pypy3/pypy3-9999.ebuild
58 +++ b/dev-python/pypy3/pypy3-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2017 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65 @@ -46,7 +46,6 @@ DEPEND="${RDEPEND}
66 )
67 )
68 )"
69 -# doc? ( dev-python/sphinx )
70
71 # Who would care about predictable directory names?
72 S="${WORKDIR}/pypy3-v${PV%_*}-src"
73 @@ -179,8 +178,6 @@ src_compile() {
74 cp -p "${T}"/usession*-0/testing_1/{pypy3-c,libpypy3-c.so} . || die
75 pax-mark m pypy3-c libpypy3-c.so
76
77 - #use doc && emake -C pypy/doc html
78 -
79 einfo "Generating caches and CFFI modules ..."
80
81 # Generate Grammar and PatternGrammar pickles.
82 @@ -258,9 +255,6 @@ src_install() {
83 "${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die
84 fi
85
86 - # Install docs
87 - #use doc && dohtml -r pypy/doc/_build/html/
88 -
89 einfo "Generating caches and byte-compiling ..."
90
91 local -x PYTHON=${ED%/}${dest}/pypy3-c