diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-01-24 22:13:05 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-01-24 22:13:05 +0000 |
commit | 503590248e91ea3ef475357b804d6a8029cd72b7 (patch) | |
tree | 96baee37ac7c23cab6ccf48aa109f4cd8cb5460a /dev-python | |
parent | added dv to IUSE, it was already used by the ebuild. fixes bug #79319 (diff) | |
download | historical-503590248e91ea3ef475357b804d6a8029cd72b7.tar.gz historical-503590248e91ea3ef475357b804d6a8029cd72b7.tar.bz2 historical-503590248e91ea3ef475357b804d6a8029cd72b7.zip |
dev-python/matplotlib 0.71 version bump, 0.64 stable
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/matplotlib/Manifest | 14 | ||||
-rw-r--r-- | dev-python/matplotlib/files/digest-matplotlib-0.71 | 1 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.64.ebuild | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.65.ebuild | 4 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.71.ebuild | 38 |
6 files changed, 59 insertions, 13 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 64f951e8f1ba..4cfd2ff21c38 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/matplotlib -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.2 2004/12/20 00:30:06 kloeri Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.3 2005/01/24 22:13:05 fserb Exp $ + +*matplotlib-0.71 (24 Jan 2005) + + 24 Jan 2005; <fserb@gentoo.org> +matplotlib-0.71.ebuild: + Version bump *matplotlib-0.65 (20 Dec 2004) diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest index e0018e3e4114..a61a1bcaeca1 100644 --- a/dev-python/matplotlib/Manifest +++ b/dev-python/matplotlib/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 55bb508f394af3b25f992f82d76eeb0d ChangeLog 543 +MD5 4086d3517f96a61ca54be6f4261325d3 matplotlib-0.64.ebuild 1010 +MD5 dbcc3ca8b91db73c37476eac8b3794fa matplotlib-0.65.ebuild 1016 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 163a349d41b791806f0b957dba684494 matplotlib-0.65.ebuild 1017 -MD5 d55461a29fc353ff2a9ba538a04cd6c7 matplotlib-0.64.ebuild 1012 +MD5 8afd7d5db40376d2a9d3091894227123 matplotlib-0.71.ebuild 1016 +MD5 44d078a0298ee5ef2aefa6449b03d50e ChangeLog 649 MD5 cd423139ef7e6085b17b6a145259e4c3 files/digest-matplotlib-0.64 68 MD5 0ca8fafc829fa8440e2e63023cc9b2fc files/digest-matplotlib-0.65 68 +MD5 c114d2c51202eda7d4a722513e7dbaa4 files/digest-matplotlib-0.71 68 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBxh0XugEuf3OQ0akRAsmGAJ43IlCQQK3HEolTmVDgyvucj0oqUQCdHXMd -7221i1h+6n8Io0Bn4GM1la8= -=KDKg +iD8DBQFB9XMFxtZcznfol0URAkDDAKCFeVyIUplWsEBt6kdrxTimLj+JhwCfTVSz +TIk8xSZ8FIteCEuIROraErU= +=hunc -----END PGP SIGNATURE----- diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.71 b/dev-python/matplotlib/files/digest-matplotlib-0.71 new file mode 100644 index 000000000000..bfc17847d943 --- /dev/null +++ b/dev-python/matplotlib/files/digest-matplotlib-0.71 @@ -0,0 +1 @@ +MD5 286bd4ad537fd9566214e39395a3cb50 matplotlib-0.71.tar.gz 2089317 diff --git a/dev-python/matplotlib/matplotlib-0.64.ebuild b/dev-python/matplotlib/matplotlib-0.64.ebuild index c60a07cd7a52..c7ad3bcfdc09 100644 --- a/dev-python/matplotlib/matplotlib-0.64.ebuild +++ b/dev-python/matplotlib/matplotlib-0.64.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.64.ebuild,v 1.1 2004/12/05 12:16:30 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.64.ebuild,v 1.2 2005/01/24 22:13:05 fserb Exp $ inherit distutils virtualx @@ -11,7 +11,7 @@ RESTRICT="nomirror" IUSE="" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="as-is" DEPEND="virtual/python diff --git a/dev-python/matplotlib/matplotlib-0.65.ebuild b/dev-python/matplotlib/matplotlib-0.65.ebuild index 573d57201d39..0553d548dc5a 100644 --- a/dev-python/matplotlib/matplotlib-0.65.ebuild +++ b/dev-python/matplotlib/matplotlib-0.65.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.65.ebuild,v 1.1 2004/12/20 00:30:06 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.65.ebuild,v 1.2 2005/01/24 22:13:05 fserb Exp $ inherit distutils virtualx diff --git a/dev-python/matplotlib/matplotlib-0.71.ebuild b/dev-python/matplotlib/matplotlib-0.71.ebuild new file mode 100644 index 000000000000..4126cd4b1900 --- /dev/null +++ b/dev-python/matplotlib/matplotlib-0.71.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.71.ebuild,v 1.1 2005/01/24 22:13:05 fserb Exp $ + +inherit distutils virtualx + +DESCRIPTION="matplotlib is a pure python plotting library designed to bring publication quality plotting to python with a syntax familiar to matlab users." +HOMEPAGE="http://matplotlib.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" + +IUSE="doc" +SLOT="0" +KEYWORDS="~x86" +LICENSE="as-is" + +DEPEND="virtual/python + >=dev-python/numeric-22 + >=dev-python/pygtk-1.99.16" + +src_compile() { + export maketype="distutils_src_compile" + virtualmake "$*" +} + +src_install() { + export maketype="distutils_src_install" + virtualmake "$*" + distutils_python_version + + if use doc ; then + insinto /usr/share/doc/${PF}/examples + doins examples/*.py examples/README + insinfo /usr/share/doc/${PF}/examples/data + doins examples/data/*.dat + fi +} + |