From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.1.1.ebuild ChangeLog
Date: Mon, 26 Nov 2012 06:21:02 +0000 (UTC) [thread overview]
Message-ID: <20121126062102.1B69320C65@flycatcher.gentoo.org> (raw)
idella4 12/11/26 06:21:02
Modified: matplotlib-1.1.1.ebuild ChangeLog
Log:
Appended missing hunk to -ft-refcount.patch, reported by, and thanks to, Carl Michal in Bug #442298
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.5 dev-python/matplotlib/matplotlib-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild?r1=1.4&r2=1.5
Index: matplotlib-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matplotlib-1.1.1.ebuild 6 Nov 2012 10:58:40 -0000 1.4
+++ matplotlib-1.1.1.ebuild 26 Nov 2012 06:21:01 -0000 1.5
@@ -1,10 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild,v 1.4 2012/11/06 10:58:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild,v 1.5 2012/11/26 06:21:01 idella4 Exp $
EAPI="3"
-# python eclass bloat
PYTHON_DEPEND="2"
PYTHON_USE_WITH="tk"
PYTHON_USE_WITH_OPT="tk"
@@ -84,7 +83,9 @@
}
src_prepare() {
+ # from upstream commit ca678a49f37411b1b0e72d7d0dfa88c124b0e34b
epatch "${FILESDIR}"/${P}-ft-refcount.patch
+
# create setup.cfg (see setup.cfg.template for any changes)
cat > setup.cfg <<-EOF
[provide_packages]
@@ -117,13 +118,16 @@
src_compile() {
unset DISPLAY # bug #278524
distutils_src_compile
- if use doc; then
- cd "${S}/doc"
- VARTEXFONTS="${T}"/fonts \
+ makedocs() {
+ if use doc; then
+ cd "${S}/doc"
+ VARTEXFONTS="${T}"/fonts \
PYTHONPATH=$(ls -d "${S}"/build-$(PYTHON -f --ABI)/lib*) \
./make.py --small all
- [[ -e build/latex/Matplotlib.pdf ]] || die "doc generation failed"
- fi
+ [[ -e build/latex/Matplotlib.pdf ]] || die "doc generation failed"
+ fi
+ }
+ python_execute_function -f makedocs
}
src_test() {
1.127 dev-python/matplotlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 6 Nov 2012 10:58:40 -0000 1.126
+++ ChangeLog 26 Nov 2012 06:21:01 -0000 1.127
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.126 2012/11/06 10:58:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.127 2012/11/26 06:21:01 idella4 Exp $
+
+ 26 Nov 2012; Ian Delaney <idella4@gentoo.org>
+ files/matplotlib-1.1.1-ft-refcount.patch, matplotlib-1.1.1.ebuild:
+ Appended missing hunk to -ft-refcount.patch, reported by, and thanks to, Carl
+ Michal in Bug #442298
06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> matplotlib-1.1.1.ebuild:
Stable for amd64, wrt bug #441278
next reply other threads:[~2012-11-26 6:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-26 6:21 Ian Delaney (idella4) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-30 19:00 [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-1.1.1.ebuild ChangeLog Agostino Sarubbo (ago)
2012-11-06 1:18 Anthony G. Basile (blueness)
2012-08-01 19:17 Sebastien Fabbro (bicatali)
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=20121126062102.1B69320C65@flycatcher.gentoo.org \
--to=idella4@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