diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-21 09:32:07 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-21 09:32:07 +0000 |
commit | 4b01392caf76756402910e4af7b1f9d8bd907e3d (patch) | |
tree | e3704b06cf9c411bd6b29f4da94c7d35d19c1888 /dev-python/matplotlib | |
parent | Append -fno-stack-protector-all to creation of internal qmake, bug 253127 (diff) | |
download | gentoo-2-4b01392caf76756402910e4af7b1f9d8bd907e3d.tar.gz gentoo-2-4b01392caf76756402910e4af7b1f9d8bd907e3d.tar.bz2 gentoo-2-4b01392caf76756402910e4af7b1f9d8bd907e3d.zip |
Removed mirror restriction, now tar ball on mirrors
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index de35ae152a6b..774d87f73d7a 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.56 2009/01/15 09:57:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.57 2009/01/21 09:32:07 bicatali Exp $ + + 21 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> + matplotlib-0.98.5.2.ebuild, matplotlib-0.98.5.2-r1.ebuild: + Removed mirror restriction, now tar ball on mirrors *matplotlib-0.98.5.2-r1 (15 Jan 2009) diff --git a/dev-python/matplotlib/matplotlib-0.98.5.2-r1.ebuild b/dev-python/matplotlib/matplotlib-0.98.5.2-r1.ebuild index 11209df61b05..9f5fb3afc66d 100644 --- a/dev-python/matplotlib/matplotlib-0.98.5.2-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-0.98.5.2-r1.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.98.5.2-r1.ebuild,v 1.1 2009/01/15 09:57:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r1.ebuild,v 1.2 2009/01/21 09:32:07 bicatali Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -50,7 +50,6 @@ RDEPEND="${CDEPEND} app-text/tetex app-text/ptex ) )" -RESTRICT=mirror DOCS="INTERACTIVE" use_setup() { diff --git a/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild b/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild index 8609d393e077..ca79ea5e1ea8 100644 --- a/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild +++ b/dev-python/matplotlib/matplotlib-0.98.5.2.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.98.5.2.ebuild,v 1.3 2009/01/15 09:57:46 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild,v 1.4 2009/01/21 09:32:07 bicatali Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} qt4? ( dev-python/PyQt4 )" DOCS="INTERACTIVE" -RESTRICT="mirror" + use_setup() { local uword="${2}" [ -z "${2}" ] && uword="${1}" |