diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-08 20:25:04 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-11-08 20:25:04 +0000 |
commit | 9aa3c319d87b9f801f39451f38e17065e8f6b208 (patch) | |
tree | 7907b221321e1033f86f9d02e2ecdc04c464ede6 /dev-python/matplotlib | |
parent | ppc stable #291718 (diff) | |
download | historical-9aa3c319d87b9f801f39451f38e17065e8f6b208.tar.gz historical-9aa3c319d87b9f801f39451f38e17065e8f6b208.tar.bz2 historical-9aa3c319d87b9f801f39451f38e17065e8f6b208.zip |
Update HOMEPAGE.
Package-Manager: portage-14804-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.99.1.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild index b79910e72f3c..841734672230 100644 --- a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild +++ b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.6 2009/11/08 20:01:26 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.7 2009/11/08 20:25:04 arfrever Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -9,7 +9,7 @@ inherit distutils wxwidgets PDOC="users_guide_${PV}" DESCRIPTION="Pure python plotting library with matlab like syntax" -HOMEPAGE="http://matplotlib.sourceforge.net/" +HOMEPAGE="http://matplotlib.sourceforge.net/ http://pypi.python.org/pypi/matplotlib" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets" @@ -73,8 +73,6 @@ use_setup() { } src_prepare() { - # patch from mandriva - #epatch "${FILESDIR}"/${PN}-0.98.5.2-literal.patch # avoid to launch xv while building examples docs epatch "${FILESDIR}"/${PN}-0.98.5.2-no-xv.patch |