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 D08DE139694 for ; Sun, 9 Jul 2017 12:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25226214001; Sun, 9 Jul 2017 12:06:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03043214001 for ; Sun, 9 Jul 2017 12:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B5311341ABF for ; Sun, 9 Jul 2017 12:06:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2138D749C for ; Sun, 9 Jul 2017 12:06:52 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1499602001.307f544b3906140f507ef70fad419b528dba4c0c.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pkginfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pkginfo/pkginfo-1.2.1.ebuild X-VCS-Directories: dev-python/pkginfo/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 307f544b3906140f507ef70fad419b528dba4c0c X-VCS-Branch: master Date: Sun, 9 Jul 2017 12:06:52 +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: c182da0b-b4ae-440c-8fea-1ac8d22f170e X-Archives-Hash: 57a3857a3c85c10b39dbb06dcb66a786 commit: 307f544b3906140f507ef70fad419b528dba4c0c Author: Benda Xu gentoo org> AuthorDate: Sun Jul 9 12:02:57 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Sun Jul 9 12:06:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307f544b dev-python/pkginfo: remove the sphinx-build path hack. Bug: 624200 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/pkginfo/pkginfo-1.2.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/pkginfo/pkginfo-1.2.1.ebuild b/dev-python/pkginfo/pkginfo-1.2.1.ebuild index 3911aa247f3..604957471a4 100644 --- a/dev-python/pkginfo/pkginfo-1.2.1.ebuild +++ b/dev-python/pkginfo/pkginfo-1.2.1.ebuild @@ -20,9 +20,6 @@ DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) RDEPEND="${DEPEND}" python_prepare_all() { - sed -e 's:SPHINXBUILD = sphinx-build:SPHINXBUILD = /usr/bin/sphinx-build:' \ - -i docs/Makefile || die - # Disable tests that seek to read the version of pkginfo from an installed state # These test will still become installed and testable once installed sed -e 's:test_w_directory_no_EGG_INFO:_&:' \