diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-03-22 15:51:44 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-03-22 15:51:44 +0000 |
commit | a0441d3d490e2c8ca244cc2b75848daaf0b6a98f (patch) | |
tree | 144211326f9b260c61a4d5dfc850989a9a8ae42a /dev-python/matplotlib | |
parent | Fix asterisk's initscript to run after zaptel (diff) | |
download | gentoo-2-a0441d3d490e2c8ca244cc2b75848daaf0b6a98f.tar.gz gentoo-2-a0441d3d490e2c8ca244cc2b75848daaf0b6a98f.tar.bz2 gentoo-2-a0441d3d490e2c8ca244cc2b75848daaf0b6a98f.zip |
Version bump 0.73.1
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/matplotlib/Manifest | 22 | ||||
-rw-r--r-- | dev-python/matplotlib/files/digest-matplotlib-0.73.1 | 1 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.71.ebuild | 3 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.73.1.ebuild | 37 |
5 files changed, 53 insertions, 18 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 28a33082da95..3eb3938c8df1 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.4 2005/02/11 22:05:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.5 2005/03/22 15:51:44 fserb Exp $ + +*matplotlib-0.73.1 (22 Mar 2005) + + 22 Mar 2005; Fernando Serboncini <fserb@gentoo.org> + matplotlib-0.71.ebuild, +matplotlib-0.73.1.ebuild: + Version bump. Removed nomirror restriction from newer ebuilds. *matplotlib-0.64 (11 Feb 2005) diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest index 020dfdcad812..bf16f1cf563e 100644 --- a/dev-python/matplotlib/Manifest +++ b/dev-python/matplotlib/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 5677fae4b263d30621867a3507bd6ddc matplotlib-0.65.ebuild 1030 -MD5 46a75ef77726cf4b32b96b3f0d31d7b9 matplotlib-0.71.ebuild 1030 -MD5 ea480cb925ba25e4176f53d73e21a34c ChangeLog 847 MD5 51f447672da558b795e2118031f7f13a matplotlib-0.64.ebuild 1023 +MD5 5677fae4b263d30621867a3507bd6ddc matplotlib-0.65.ebuild 1030 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 e22f650015a5f4414fbad9f26ba7a279 matplotlib-0.71.ebuild 1010 +MD5 88a9dc37dea84779b3ac7ac67ccd878d ChangeLog 1054 +MD5 4c1c1b836280c8083faf2f9e2d5c5811 matplotlib-0.73.1.ebuild 904 +MD5 cd423139ef7e6085b17b6a145259e4c3 files/digest-matplotlib-0.64 68 MD5 0ca8fafc829fa8440e2e63023cc9b2fc files/digest-matplotlib-0.65 68 MD5 c114d2c51202eda7d4a722513e7dbaa4 files/digest-matplotlib-0.71 68 -MD5 cd423139ef7e6085b17b6a145259e4c3 files/digest-matplotlib-0.64 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCDSxFugEuf3OQ0akRAvUQAKCXPwEIswpmmDLiJAmHG7gO73DxTwCggY/D -HfD/JO16DllDwsM1YEWBzso= -=2bir ------END PGP SIGNATURE----- +MD5 29e58690d4283dec939607bc0cc32e44 files/digest-matplotlib-0.73.1 70 diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.73.1 b/dev-python/matplotlib/files/digest-matplotlib-0.73.1 new file mode 100644 index 000000000000..1dc8730776e4 --- /dev/null +++ b/dev-python/matplotlib/files/digest-matplotlib-0.73.1 @@ -0,0 +1 @@ +MD5 32cd50e6b381c7761d9e20cc97e5841d matplotlib-0.73.1.tar.gz 2299223 diff --git a/dev-python/matplotlib/matplotlib-0.71.ebuild b/dev-python/matplotlib/matplotlib-0.71.ebuild index 8ae938f86bb8..cd6f6e68aec8 100644 --- a/dev-python/matplotlib/matplotlib-0.71.ebuild +++ b/dev-python/matplotlib/matplotlib-0.71.ebuild @@ -1,13 +1,12 @@ # 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.2 2005/02/11 22:05:23 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.71.ebuild,v 1.3 2005/03/22 15:51:44 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 gtk" SLOT="0" diff --git a/dev-python/matplotlib/matplotlib-0.73.1.ebuild b/dev-python/matplotlib/matplotlib-0.73.1.ebuild new file mode 100644 index 000000000000..4dcbc12162ee --- /dev/null +++ b/dev-python/matplotlib/matplotlib-0.73.1.ebuild @@ -0,0 +1,37 @@ +# 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.73.1.ebuild,v 1.1 2005/03/22 15:51:44 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" + +IUSE="doc gtk" +SLOT="0" +KEYWORDS="~x86" +LICENSE="as-is" + +DEPEND="virtual/python + >=dev-python/numeric-22 + gtk? ( >=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 +} + |