From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gentoopm: gentoopm-0.2.6.ebuild ChangeLog
Date: Fri, 2 Nov 2012 17:09:02 +0000 (UTC) [thread overview]
Message-ID: <20121102170902.B336021600@flycatcher.gentoo.org> (raw)
mgorny 12/11/02 17:09:02
Modified: gentoopm-0.2.6.ebuild ChangeLog
Log:
Spawn docbuilding using best Python version. The setup.py code is just spawning subprocess, so there's no need to force Python2 here.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.4 app-portage/gentoopm/gentoopm-0.2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.6.ebuild?r1=1.3&r2=1.4
Index: gentoopm-0.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gentoopm-0.2.6.ebuild 26 Oct 2012 21:15:25 -0000 1.3
+++ gentoopm-0.2.6.ebuild 2 Nov 2012 17:09:02 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.6.ebuild,v 1.3 2012/10/26 21:15:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.6.ebuild,v 1.4 2012/11/02 17:09:02 mgorny Exp $
EAPI=4
PYTHON_COMPAT=(python2_6 python2_7 python3_1 python3_2)
@@ -25,8 +25,8 @@
python_compile_all() {
if use doc; then
- # XXX: do we need any specific ${PYTHON} magic here?
- python2 setup.py doc || die
+ python_export_best
+ "${PYTHON}" setup.py doc || die
fi
}
1.31 app-portage/gentoopm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoopm/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoopm/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/gentoopm/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/gentoopm/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 26 Oct 2012 21:15:25 -0000 1.30
+++ ChangeLog 2 Nov 2012 17:09:02 -0000 1.31
@@ -1,6 +1,10 @@
# ChangeLog for app-portage/gentoopm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/ChangeLog,v 1.30 2012/10/26 21:15:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/ChangeLog,v 1.31 2012/11/02 17:09:02 mgorny Exp $
+
+ 02 Nov 2012; Michał Górny <mgorny@gentoo.org> gentoopm-0.2.6.ebuild:
+ Spawn docbuilding using best Python version. The setup.py code is just
+ spawning subprocess, so there's no need to force Python2 here.
26 Oct 2012; Michał Górny <mgorny@gentoo.org> gentoopm-0.2.6.ebuild:
Re-enable tests.
next reply other threads:[~2012-11-02 17:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-02 17:09 Michal Gorny (mgorny) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-26 13:37 [gentoo-commits] gentoo-x86 commit in app-portage/gentoopm: gentoopm-0.2.6.ebuild ChangeLog Agostino Sarubbo (ago)
2012-12-16 16:35 Agostino Sarubbo (ago)
2012-10-26 21:15 Michal Gorny (mgorny)
2012-10-21 8:13 Michal Gorny (mgorny)
2012-10-15 7:14 Michal Gorny (mgorny)
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=20121102170902.B336021600@flycatcher.gentoo.org \
--to=mgorny@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