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 155F413888F for ; Thu, 22 Oct 2015 11:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B922D21C045; Thu, 22 Oct 2015 11:09:39 +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 3DBBC21C040 for ; Thu, 22 Oct 2015 11:09:37 +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 46426340948 for ; Thu, 22 Oct 2015 11:09:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE01115EE for ; Thu, 22 Oct 2015 11:09:31 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445512159.e0906a415f9b87e95609c46d964f649d31d449bf.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gourmet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gourmet/gourmet-0.17.4.ebuild app-misc/gourmet/metadata.xml X-VCS-Directories: app-misc/gourmet/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e0906a415f9b87e95609c46d964f649d31d449bf X-VCS-Branch: master Date: Thu, 22 Oct 2015 11:09:31 +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: 1a7ca22c-25f4-4e7f-903b-d16dd011ef08 X-Archives-Hash: 95805858741d13fa566cdcfbb470c0fc commit: e0906a415f9b87e95609c46d964f649d31d449bf Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 11:06:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 11:09:19 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0906a41 app-misc/gourmet: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD and QA fixes properly use distutils-r1.eclasses phases fix whitespaces Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> app-misc/gourmet/gourmet-0.17.4.ebuild | 18 ++++++++++-------- app-misc/gourmet/metadata.xml | 17 ++++++----------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/app-misc/gourmet/gourmet-0.17.4.ebuild b/app-misc/gourmet/gourmet-0.17.4.ebuild index 517335c..e4b9f97 100644 --- a/app-misc/gourmet/gourmet-0.17.4.ebuild +++ b/app-misc/gourmet/gourmet-0.17.4.ebuild @@ -5,8 +5,6 @@ EAPI="5" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="sqlite" -# Parallel builds fail when building translations -DISTUTILS_NO_PARALLEL_BUILD=1 inherit distutils-r1 @@ -24,10 +22,14 @@ RDEPEND=">=dev-python/pygtk-2.22.0:2[${PYTHON_USEDEP}] virtual/python-imaging[${PYTHON_USEDEP}] i18n? ( dev-python/elib-intl[${PYTHON_USEDEP}] ) ipython? ( >=dev-python/ipython-0.13.2[${PYTHON_USEDEP}] ) - pdf? ( >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] - >=dev-python/python-poppler-0.12.1-r4[${PYTHON_USEDEP}] ) - print? ( >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] - >=dev-python/python-poppler-0.12.1-r4[${PYTHON_USEDEP}] ) + pdf? ( + >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] + >=dev-python/python-poppler-0.12.1-r4[${PYTHON_USEDEP}] + ) + print? ( + >=dev-python/reportlab-2.6[${PYTHON_USEDEP}] + >=dev-python/python-poppler-0.12.1-r4[${PYTHON_USEDEP}] + ) spell? ( >=dev-python/gtkspell-python-2.25.3-r1[${PYTHON_USEDEP}] ) sound? ( >=dev-python/gst-python-0.10.22-r1:0.10[${PYTHON_USEDEP}] ) web? ( >=dev-python/beautifulsoup-3.2.1-r1:python-2[${PYTHON_USEDEP}] )" @@ -53,7 +55,7 @@ python_prepare() { sed -i "s:\(lib_dir = \)'../gourmet':\1'$(python_get_sitedir)':" gourmet/settings.py || die } -src_install() { - distutils-r1_src_install +python_install_all() { + distutils-r1_python_install_all doman gourmet.1 } diff --git a/app-misc/gourmet/metadata.xml b/app-misc/gourmet/metadata.xml index 0eef08b..fcf8fc9 100644 --- a/app-misc/gourmet/metadata.xml +++ b/app-misc/gourmet/metadata.xml @@ -28,25 +28,20 @@ thinkle/gourmet - - >app-misc/gourmet-0.16 + >app-misc/gourmet-0.16 Enable support for i18n through elib.intl - - >app-misc/gourmet-0.16 + >app-misc/gourmet-0.16 Enable support for the interactive Python console plugin - Enable export to PDF - - >app-misc/gourmet-0.16 + Enable export to PDF + >app-misc/gourmet-0.16 Enable pretty Python printing - - >app-misc/gourmet-0.16 + >app-misc/gourmet-0.16 Enable support for the spell check plugin - - >app-misc/gourmet-0.16 + >app-misc/gourmet-0.16 Enable support for the web import plugin