summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-12-05 12:16:30 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-12-05 12:16:30 +0000
commitc666119745970d62e82d5953adbc97f438cddf80 (patch)
treeb5872f0c5855e0cfae756cf591df963cb52be84e /dev-python/matplotlib
parentfix build with USE=-opengl (bug #73391); tidy (Manifest recommit) (diff)
downloadgentoo-2-c666119745970d62e82d5953adbc97f438cddf80.tar.gz
gentoo-2-c666119745970d62e82d5953adbc97f438cddf80.tar.bz2
gentoo-2-c666119745970d62e82d5953adbc97f438cddf80.zip
Initial import, ebuild by Fernando A. Serboncini <fserb@terra.com.br> in bug 32895.
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog8
-rw-r--r--dev-python/matplotlib/Manifest2
-rw-r--r--dev-python/matplotlib/files/digest-matplotlib-0.641
-rw-r--r--dev-python/matplotlib/matplotlib-0.64.ebuild37
-rw-r--r--dev-python/matplotlib/metadata.xml5
5 files changed, 53 insertions, 0 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
new file mode 100644
index 000000000000..ef653b860faa
--- /dev/null
+++ b/dev-python/matplotlib/ChangeLog
@@ -0,0 +1,8 @@
+# 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.1 2004/12/05 12:16:30 kloeri Exp $
+
+ 05 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> :
+ Initial import, ebuild by Fernando A. Serboncini <fserb@terra.com.br> in bug
+ 32895.
+
diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest
new file mode 100644
index 000000000000..6646300e7d74
--- /dev/null
+++ b/dev-python/matplotlib/Manifest
@@ -0,0 +1,2 @@
+MD5 26f5f08305f1d8fd19d2caf47ec64e3a matplotlib-0.64.ebuild 906
+MD5 cd423139ef7e6085b17b6a145259e4c3 files/digest-matplotlib-0.64 68
diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.64 b/dev-python/matplotlib/files/digest-matplotlib-0.64
new file mode 100644
index 000000000000..be19fd3adb26
--- /dev/null
+++ b/dev-python/matplotlib/files/digest-matplotlib-0.64
@@ -0,0 +1 @@
+MD5 f82246711c225ab55c1d256000ca9345 matplotlib-0.64.tar.gz 2024199
diff --git a/dev-python/matplotlib/matplotlib-0.64.ebuild b/dev-python/matplotlib/matplotlib-0.64.ebuild
new file mode 100644
index 000000000000..c60a07cd7a52
--- /dev/null
+++ b/dev-python/matplotlib/matplotlib-0.64.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2004 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 $
+
+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=""
+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
+
+ # Setup examples
+ insinto /usr/share/${PN}/examples
+ doins examples/*.py examples/*.~1* examples/README
+ insinto /usr/share/${PN}/examples/data
+ doins examples/data/*.dat
+}
+
diff --git a/dev-python/matplotlib/metadata.xml b/dev-python/matplotlib/metadata.xml
new file mode 100644
index 000000000000..de483c53568f
--- /dev/null
+++ b/dev-python/matplotlib/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>python</herd>
+</pkgmetadata>