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 51BAB59CB4 for ; Tue, 19 Apr 2016 17:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0ED921C021; Tue, 19 Apr 2016 17:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4493C21C021 for ; Tue, 19 Apr 2016 17:09:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61D95340C20 for ; Tue, 19 Apr 2016 17:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8BA15F for ; Tue, 19 Apr 2016 17:09:43 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461085772.4b94535991c7540844f5f1dce2ff8bca5275dd0f.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cherrytree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cherrytree/cherrytree-0.36.9-r1.ebuild X-VCS-Directories: app-text/cherrytree/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 4b94535991c7540844f5f1dce2ff8bca5275dd0f X-VCS-Branch: master Date: Tue, 19 Apr 2016 17:09:43 +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: 09433b78-9944-4032-88cf-3305910355cd X-Archives-Hash: fedc23accb868100ca7512293f6c1869 commit: 4b94535991c7540844f5f1dce2ff8bca5275dd0f Author: Ian Delaney gentoo org> AuthorDate: Tue Apr 19 16:25:42 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Apr 19 17:09:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b945359 app-text/cherrytree: reset configure phase from previous edit src_configure phase reset to python_configure_all, SRC_URI reduced by substituting with ${PN} Package-Manager: portage-2.2.28 app-text/cherrytree/cherrytree-0.36.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild index d952e2d..8f6b242 100644 --- a/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild +++ b/app-text/cherrytree/cherrytree-0.36.9-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE='http://www.giuspen.com/cherrytree' LICENSE='GPL-3' SLOT='0' -SRC_URI="https://github.com/giuspen/cherrytree/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/giuspen/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS='~amd64 ~x86' IUSE='nls' @@ -48,7 +48,7 @@ python_prepare_all() { distutils-r1_python_prepare_all } -src_configure() { +python_configure_all() { use nls || mydistutilsargs+=( '--without-gettext' ) }