diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-06-09 17:21:43 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-06-09 17:21:43 +0000 |
commit | 6435470c90280c6d32f3b6085ae119b920ee0556 (patch) | |
tree | 4db23b5f399c80910f98c8756967813d197ed039 /dev-python/matplotlib | |
parent | Version bump (diff) | |
download | gentoo-2-6435470c90280c6d32f3b6085ae119b920ee0556.tar.gz gentoo-2-6435470c90280c6d32f3b6085ae119b920ee0556.tar.bz2 gentoo-2-6435470c90280c6d32f3b6085ae119b920ee0556.zip |
Depend on virtual/python-imaging.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.2.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index ee3ddb357a14..00cc34855109 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.150 2013/05/11 15:33:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.151 2013/06/09 17:21:43 floppym Exp $ + + 09 Jun 2013; Mike Gilbert <floppym@gentoo.org> matplotlib-1.1.1.ebuild, + matplotlib-1.2.0-r2.ebuild, matplotlib-1.2.1.ebuild: + Depend on virtual/python-imaging. 11 May 2013; Mike Gilbert <floppym@gentoo.org> matplotlib-1.2.1.ebuild: Apply the arm keyword to the newest version as well. diff --git a/dev-python/matplotlib/matplotlib-1.1.1.ebuild b/dev-python/matplotlib/matplotlib-1.1.1.ebuild index ed667f9f5cf3..1865627d6d41 100644 --- a/dev-python/matplotlib/matplotlib-1.1.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild,v 1.8 2013/01/30 19:00:31 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.1.ebuild,v 1.9 2013/06/09 17:21:43 floppym Exp $ EAPI="3" @@ -46,7 +46,7 @@ DEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-text/dvipng - dev-python/imaging + virtual/python-imaging dev-python/ipython dev-python/xlwt dev-python/sphinx diff --git a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild b/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild index 1e90094c8434..3ca92c74bf51 100644 --- a/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild +++ b/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.10 2013/05/10 11:47:43 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.0-r2.ebuild,v 1.11 2013/06/09 17:21:43 floppym Exp $ EAPI=5 @@ -42,7 +42,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig doc? ( app-text/dvipng - dev-python/imaging[${PY2_USEDEP}] + virtual/python-imaging[${PY2_USEDEP}] dev-python/ipython dev-python/xlwt[${PY2_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] diff --git a/dev-python/matplotlib/matplotlib-1.2.1.ebuild b/dev-python/matplotlib/matplotlib-1.2.1.ebuild index 9a7ae0f6cbd7..a6018206c499 100644 --- a/dev-python/matplotlib/matplotlib-1.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.1.ebuild,v 1.2 2013/05/11 15:33:55 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.2.1.ebuild,v 1.3 2013/06/09 17:21:43 floppym Exp $ EAPI=5 @@ -43,7 +43,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig doc? ( app-text/dvipng - dev-python/imaging[${PY2_USEDEP}] + virtual/python-imaging[${PY2_USEDEP}] dev-python/ipython dev-python/xlwt[${PY2_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] |