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 F3DAB138330 for ; Tue, 9 Jan 2018 02:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B22E09F0; Tue, 9 Jan 2018 02:00:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9C06E09F1 for ; Tue, 9 Jan 2018 02:00:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 198D6341280 for ; Mon, 8 Jan 2018 19:41:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B391AB for ; Mon, 8 Jan 2018 19:41:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515440480.a229023e948f6beead1d89bcaa7e0ddea9165dbd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-5.10.0.ebuild dev-python/pypy3/pypy3-9999.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a229023e948f6beead1d89bcaa7e0ddea9165dbd X-VCS-Branch: master Date: Mon, 8 Jan 2018 19:41:30 +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: 35a8b8d2-5a18-4623-8638-732157fda635 X-Archives-Hash: 548238beed9ceacff5fa21e2db98eca9 commit: a229023e948f6beead1d89bcaa7e0ddea9165dbd Author: Michał Górny gentoo org> AuthorDate: Mon Jan 8 19:10:56 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jan 8 19:41:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a229023e dev-python/pypy3: Remove commented out USE=doc logic Remove the USE=doc logic since it was never fixed, and it was recently removed from dev-python/pypy. dev-python/pypy3/pypy3-5.10.0.ebuild | 8 +------- dev-python/pypy3/pypy3-9999.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/dev-python/pypy3/pypy3-5.10.0.ebuild b/dev-python/pypy3/pypy3-5.10.0.ebuild index 8d3c3e165e4..dcef9d5439d 100644 --- a/dev-python/pypy3/pypy3-5.10.0.ebuild +++ b/dev-python/pypy3/pypy3-5.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,7 +45,6 @@ DEPEND="${RDEPEND} ) ) )" -# doc? ( dev-python/sphinx ) S="${WORKDIR}/${MY_P}-src" @@ -152,8 +151,6 @@ src_compile() { cp -p "${T}"/usession*-0/testing_1/{pypy3-c,libpypy3-c.so} . || die pax-mark m pypy3-c libpypy3-c.so - #use doc && emake -C pypy/doc html - einfo "Generating caches and CFFI modules ..." # Generate Grammar and PatternGrammar pickles. @@ -230,9 +227,6 @@ src_install() { "${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die fi - # Install docs - #use doc && dohtml -r pypy/doc/_build/html/ - einfo "Generating caches and byte-compiling ..." local -x PYTHON=${ED%/}${dest}/pypy3-c diff --git a/dev-python/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index ff2a3ff800e..c3217b6688d 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -46,7 +46,6 @@ DEPEND="${RDEPEND} ) ) )" -# doc? ( dev-python/sphinx ) # Who would care about predictable directory names? S="${WORKDIR}/pypy3-v${PV%_*}-src" @@ -179,8 +178,6 @@ src_compile() { cp -p "${T}"/usession*-0/testing_1/{pypy3-c,libpypy3-c.so} . || die pax-mark m pypy3-c libpypy3-c.so - #use doc && emake -C pypy/doc html - einfo "Generating caches and CFFI modules ..." # Generate Grammar and PatternGrammar pickles. @@ -258,9 +255,6 @@ src_install() { "${ED%/}${dest}"/lib-python/*3/test/test_{tcl,tk,ttk*}.py || die fi - # Install docs - #use doc && dohtml -r pypy/doc/_build/html/ - einfo "Generating caches and byte-compiling ..." local -x PYTHON=${ED%/}${dest}/pypy3-c