From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gourmet/
Date: Thu, 22 Oct 2015 11:09:31 +0000 (UTC) [thread overview]
Message-ID: <1445512159.e0906a415f9b87e95609c46d964f649d31d449bf.jlec@gentoo> (raw)
commit: e0906a415f9b87e95609c46d964f649d31d449bf
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:06:11 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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 @@
<remote-id type="github">thinkle/gourmet</remote-id>
</upstream>
<use>
- <flag name='i18n'>
- <pkg>>app-misc/gourmet-0.16</pkg>
+ <flag name="i18n"><pkg>>app-misc/gourmet-0.16</pkg>
Enable support for i18n through elib.intl
</flag>
- <flag name='ipython'>
- <pkg>>app-misc/gourmet-0.16</pkg>
+ <flag name="ipython"><pkg>>app-misc/gourmet-0.16</pkg>
Enable support for the interactive Python console plugin
</flag>
- <flag name='pdf'>Enable export to PDF</flag>
- <flag name='print'>
- <pkg>>app-misc/gourmet-0.16</pkg>
+ <flag name="pdf">Enable export to PDF</flag>
+ <flag name="print"><pkg>>app-misc/gourmet-0.16</pkg>
Enable pretty Python printing
</flag>
- <flag name='spell'>
- <pkg>>app-misc/gourmet-0.16</pkg>
+ <flag name="spell"><pkg>>app-misc/gourmet-0.16</pkg>
Enable support for the spell check plugin
</flag>
- <flag name='web'>
- <pkg>>app-misc/gourmet-0.16</pkg>
+ <flag name="web"><pkg>>app-misc/gourmet-0.16</pkg>
Enable support for the web import plugin
</flag>
</use>
next reply other threads:[~2015-10-22 11:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-22 11:09 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-17 22:12 [gentoo-commits] repo/gentoo:master commit in: app-misc/gourmet/ Patrice Clement
2017-07-08 19:55 Joe Sapp
2017-10-13 15:01 Thomas Deutschmann
2017-10-25 9:31 Agostino Sarubbo
2017-10-30 0:18 Joe Sapp
2019-01-20 10:42 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1445512159.e0906a415f9b87e95609c46d964f649d31d449bf.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox