From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFF30138825 for ; Wed, 5 Nov 2014 23:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42458E08C1; Wed, 5 Nov 2014 23:12:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC7CBE08B8 for ; Wed, 5 Nov 2014 23:12:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E9B54340139 for ; Wed, 5 Nov 2014 23:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 945B0983C for ; Wed, 5 Nov 2014 23:12:44 +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: <1415229016.65a3f17eeab080c11439f758dce6a14e811368fc.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: dev-python/pypy-binpackage/ X-VCS-Repository: dev/mgorny X-VCS-Files: dev-python/pypy-binpackage/pypy-binpackage-2.3.1-r1.ebuild dev-python/pypy-binpackage/pypy-binpackage-2.4.0.ebuild X-VCS-Directories: dev-python/pypy-binpackage/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65a3f17eeab080c11439f758dce6a14e811368fc X-VCS-Branch: master Date: Wed, 5 Nov 2014 23:12:44 +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: 34b5d8ae-a0cc-420d-b676-2bac22e64dc3 X-Archives-Hash: fd0cf7e5d47c99b583b12f651d0822ef commit: 65a3f17eeab080c11439f758dce6a14e811368fc Author: Michał Górny gentoo org> AuthorDate: Wed Nov 5 23:10:16 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 5 23:10:16 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=65a3f17e dev-python/pypy-binpackage: Remove mistakenly added "use doc" code. Package-Manager: portage-2.2.14 --- dev-python/pypy-binpackage/pypy-binpackage-2.3.1-r1.ebuild | 1 - dev-python/pypy-binpackage/pypy-binpackage-2.4.0.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1-r1.ebuild b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1-r1.ebuild index e495b29..10b34ac 100644 --- a/dev-python/pypy-binpackage/pypy-binpackage-2.3.1-r1.ebuild +++ b/dev-python/pypy-binpackage/pypy-binpackage-2.3.1-r1.ebuild @@ -177,7 +177,6 @@ src_compile() { echo -e "\033[1m${@}\033[0m" "${@}" || die "compile error" - use doc && emake -C pypy/doc/ html pax-mark m "${ED%/}${INSDESTTREE}/pypy-c" } diff --git a/dev-python/pypy-binpackage/pypy-binpackage-2.4.0.ebuild b/dev-python/pypy-binpackage/pypy-binpackage-2.4.0.ebuild index eee63a3..b3c58b5 100644 --- a/dev-python/pypy-binpackage/pypy-binpackage-2.4.0.ebuild +++ b/dev-python/pypy-binpackage/pypy-binpackage-2.4.0.ebuild @@ -177,7 +177,6 @@ src_compile() { echo -e "\033[1m${@}\033[0m" "${@}" || die "compile error" - use doc && emake -C pypy/doc/ html pax-mark m "${ED%/}${INSDESTTREE}/pypy-c" }