diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-14 12:29:25 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-14 12:29:25 +0000 |
commit | 1c867f765cb15c7ae6c79d19c9d16bd98e35a0f1 (patch) | |
tree | 699bf97cd398f3b0f1eca1930ee00cfeab53de9d /dev-python/matplotlib | |
parent | Update metadata. (diff) | |
download | gentoo-2-1c867f765cb15c7ae6c79d19c9d16bd98e35a0f1.tar.gz gentoo-2-1c867f765cb15c7ae6c79d19c9d16bd98e35a0f1.tar.bz2 gentoo-2-1c867f765cb15c7ae6c79d19c9d16bd98e35a0f1.zip |
Version bump.
(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 | 24 | ||||
-rw-r--r-- | dev-python/matplotlib/files/digest-matplotlib-0.80 | 1 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.80.ebuild | 37 |
4 files changed, 53 insertions, 17 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 41a6abd6adf5..4b94af02f3b6 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.6 2005/04/07 13:06:00 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.7 2005/04/14 12:29:25 kloeri Exp $ + +*matplotlib-0.80 (14 Apr 2005) + + 14 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> + +matplotlib-0.80.ebuild: + Version bump. 07 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> matplotlib-0.73.1.ebuild: added ~amd64 to KEYWORDS, fixes #87950 diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest index 01d992072d29..71a641735244 100644 --- a/dev-python/matplotlib/Manifest +++ b/dev-python/matplotlib/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 51f447672da558b795e2118031f7f13a matplotlib-0.64.ebuild 1023 -MD5 5677fae4b263d30621867a3507bd6ddc matplotlib-0.65.ebuild 1030 -MD5 83c6067a034ad2bafe918740733bdd7b matplotlib-0.73.1.ebuild 1022 -MD5 f36bfa3845917d19f6d535070684519c matplotlib-0.71.ebuild 1009 MD5 14b0c49091804065e687c0dcad9ec831 ChangeLog 1177 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 cd423139ef7e6085b17b6a145259e4c3 files/digest-matplotlib-0.64 68 +MD5 83c6067a034ad2bafe918740733bdd7b matplotlib-0.73.1.ebuild 1022 +MD5 5677fae4b263d30621867a3507bd6ddc matplotlib-0.65.ebuild 1030 +MD5 f36bfa3845917d19f6d535070684519c matplotlib-0.71.ebuild 1009 +MD5 83c6067a034ad2bafe918740733bdd7b matplotlib-0.80.ebuild 1022 +MD5 51f447672da558b795e2118031f7f13a matplotlib-0.64.ebuild 1023 +MD5 29e58690d4283dec939607bc0cc32e44 files/digest-matplotlib-0.73.1 70 +MD5 c0167eaa6285560f9d7be0cefac5b7c3 files/digest-matplotlib-0.80 68 MD5 0ca8fafc829fa8440e2e63023cc9b2fc files/digest-matplotlib-0.65 68 +MD5 cd423139ef7e6085b17b6a145259e4c3 files/digest-matplotlib-0.64 68 MD5 c114d2c51202eda7d4a722513e7dbaa4 files/digest-matplotlib-0.71 68 -MD5 29e58690d4283dec939607bc0cc32e44 files/digest-matplotlib-0.73.1 70 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCVTBK06ebR+OMO78RAhYWAJ9hTWiyzbX3NZ5CL1JH79KlPBXhkgCfSRtS -ZOMqRBj4qhtNI3acIxeQtKM= -=yMHr ------END PGP SIGNATURE----- diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.80 b/dev-python/matplotlib/files/digest-matplotlib-0.80 new file mode 100644 index 000000000000..7a9c9bca874e --- /dev/null +++ b/dev-python/matplotlib/files/digest-matplotlib-0.80 @@ -0,0 +1 @@ +MD5 0374c439d3fcbca193c1333b84713674 matplotlib-0.80.tar.gz 2332845 diff --git a/dev-python/matplotlib/matplotlib-0.80.ebuild b/dev-python/matplotlib/matplotlib-0.80.ebuild new file mode 100644 index 000000000000..a709d7cd9985 --- /dev/null +++ b/dev-python/matplotlib/matplotlib-0.80.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.80.ebuild,v 1.1 2005/04/14 12:29:25 kloeri 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 ~amd64" +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 +} + |