aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-06-01 15:10:36 +0000
committerbicatali <bicatali@32389bae-6d03-0410-99cf-db05cde120eb>2006-06-01 15:10:36 +0000
commit15ce2a199fb5cc23c1688d29d2bd6c26e74d0561 (patch)
treec332a8cdd4cb7686f7d70301bee6ea63ca8ab844
parentwxmaxima: fixed for wxwidget versioning (diff)
downloadsci-15ce2a199fb5cc23c1688d29d2bd6c26e74d0561.tar.gz
sci-15ce2a199fb5cc23c1688d29d2bd6c26e74d0561.tar.bz2
sci-15ce2a199fb5cc23c1688d29d2bd6c26e74d0561.zip
matplotlib-0.87.2-r2.ebuild: swap numeric/numpy
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@210 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r--dev-python/matplotlib/ChangeLog22
-rw-r--r--dev-python/matplotlib/Manifest4
-rw-r--r--dev-python/matplotlib/matplotlib-0.87.2-r2.ebuild4
3 files changed, 21 insertions, 9 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index 1151e78df..3fa4cb515 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -2,11 +2,23 @@
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
-*matplotlib-0.87.2 (17 Mar 2006)
-
- 17 Mar 2006; Sebastien Fabbro <seb@ist.utl.pt>
- +files/matplotlib-0.87.2-no-autodetect.patch, +matplotlib-0.87.2.ebuild:
- version bump, with mplot3d plot USE and added a user doc.
+*matplotlib-0.87.2-r2 (30 May 2006)
+
+ 30 May 2006; Sebastien Fabbro <seb@ist.utl.pt>
+ +matplotlib-0.87.2-r2.ebuild,
+ +files/matplotlib-mplot3d.patch
+ +metadata.xml
+ added 3d support, agg support, wxwindow support, swap numpy/numeric order check,
+ and added a doc flag which fetches and installs user guide.
+
+*matplotlib-0.87.2 (04 Apr 2006)
+*matplotlib-0.86.2-r1 (04 Apr 2006)
+
+ 04 Apr 2006; Marien Zwart <marienz@gentoo.org>
+ +files/matplotlib-0.86.2-no-setuptools.patch, -matplotlib-0.86.2.ebuild,
+ +matplotlib-0.86.2-r1.ebuild, +matplotlib-0.87.2.ebuild:
+ Revision bump for 0.86.2 to disable setuptools (install with setuptools
+ present is completely broken). Version bump.
*matplotlib-0.86.2 (07 Feb 2006)
diff --git a/dev-python/matplotlib/Manifest b/dev-python/matplotlib/Manifest
index fa640b3ed..67fbf78f7 100644
--- a/dev-python/matplotlib/Manifest
+++ b/dev-python/matplotlib/Manifest
@@ -1,8 +1,8 @@
-MD5 917df696332bf92ed0d12474dcc04944 ChangeLog 4080
+MD5 bdabc2e7127281c149ddf332c8d1f4bc ChangeLog 4550
MD5 164457a27c959174cc2933d826190f3d files/digest-matplotlib-0.87.2-r1 192
MD5 164457a27c959174cc2933d826190f3d files/digest-matplotlib-0.87.2-r2 192
MD5 bf815cadfdb2159e83dffd0862545458 files/matplotlib-0.87.2-no-autodetect.patch 1817
MD5 802d475da9c3232949f87351fd10847b files/matplotlib-mplot3d.patch 918
MD5 bdf28f13337a15989272fbffc517c0dc matplotlib-0.87.2-r1.ebuild 1782
-MD5 1c99d1b270e2e57337f764f6edd6a0bf matplotlib-0.87.2-r2.ebuild 1878
+MD5 f2f313186d19eeaeb142db835c5eb20b matplotlib-0.87.2-r2.ebuild 1878
MD5 7d1fbbf5496138b3b2f2f07ec757fecb metadata.xml 428
diff --git a/dev-python/matplotlib/matplotlib-0.87.2-r2.ebuild b/dev-python/matplotlib/matplotlib-0.87.2-r2.ebuild
index c79dc96a0..f68301670 100644
--- a/dev-python/matplotlib/matplotlib-0.87.2-r2.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.87.2-r2.ebuild
@@ -17,9 +17,9 @@ LICENSE="PYTHON"
DEPEND="virtual/python
|| (
- >=dev-python/numeric-22
- dev-python/numarray
dev-python/numpy
+ dev-python/numarray
+ >=dev-python/numeric-22
)
>=media-libs/freetype-2.1.7
media-libs/libpng