diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-04 14:36:30 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-01-04 14:36:30 +0000 |
commit | a5209725d160a1fdd8c90817712e339b7a369c01 (patch) | |
tree | 5135539719408a12ec86afd8242c4785549af931 /dev-python/matplotlib | |
parent | Remove last version depending on howl. (diff) | |
download | historical-a5209725d160a1fdd8c90817712e339b7a369c01.tar.gz historical-a5209725d160a1fdd8c90817712e339b7a369c01.tar.bz2 historical-a5209725d160a1fdd8c90817712e339b7a369c01.zip |
Removed obsolete version
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/matplotlib/files/digest-matplotlib-0.80-r1 | 3 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.80-r1.ebuild | 32 |
3 files changed, 6 insertions, 37 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index eaddc7d49bb6..ac850baa9348 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/matplotlib -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.40 2007/12/16 10:28:58 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.41 2008/01/04 14:32:09 bicatali Exp $ + + 04 Jan 2008; SĂ©bastien Fabbro <bicatali@gentoo.org> + -matplotlib-0.80-r1.ebuild: + Removed obsolete versions 16 Dec 2007; Samuli Suominen <drac@gentoo.org> matplotlib-0.90.1.ebuild: amd64 stable diff --git a/dev-python/matplotlib/files/digest-matplotlib-0.80-r1 b/dev-python/matplotlib/files/digest-matplotlib-0.80-r1 deleted file mode 100644 index 5dc5f43cb0ca..000000000000 --- a/dev-python/matplotlib/files/digest-matplotlib-0.80-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0374c439d3fcbca193c1333b84713674 matplotlib-0.80.tar.gz 2332845 -RMD160 503924ec1567605f53b3f01656129035b688362e matplotlib-0.80.tar.gz 2332845 -SHA256 9420b5eb388378310da24a00c9c8b9c0e233e37019f46ff105edd58a07ffb8f0 matplotlib-0.80.tar.gz 2332845 diff --git a/dev-python/matplotlib/matplotlib-0.80-r1.ebuild b/dev-python/matplotlib/matplotlib-0.80-r1.ebuild deleted file mode 100644 index 2a0b39ac9509..000000000000 --- a/dev-python/matplotlib/matplotlib-0.80-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.80-r1.ebuild,v 1.7 2007/06/26 12:23:56 lucass Exp $ - -inherit distutils - -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="~amd64 x86" -LICENSE="PYTHON" - -DEPEND="virtual/python - >=dev-python/numeric-22 - gtk? ( >=dev-python/pygtk-1.99.16 ) - >=media-libs/freetype-2.1.7 - !dev-python/pytz - !dev-python/python-dateutil" - -src_install() { - distutils_src_install - - if use doc ; then - insinto /usr/share/doc/${PF}/examples - doins examples/*.py examples/README - insinto /usr/share/doc/${PF}/examples/data - doins examples/data/*.dat - fi -} |