diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-11 22:05:23 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-02-11 22:05:23 +0000 |
commit | a510c65ada17826e5b16dcca8b5773ba00873753 (patch) | |
tree | 8bb065d6470081fd39db8980c6e264d7b185480d /dev-python | |
parent | GCC 4 compat fix, closes bug #81443. (diff) | |
download | gentoo-2-a510c65ada17826e5b16dcca8b5773ba00873753.tar.gz gentoo-2-a510c65ada17826e5b16dcca8b5773ba00873753.tar.bz2 gentoo-2-a510c65ada17826e5b16dcca8b5773ba00873753.zip |
gtk should be optional, bug 81506.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.64.ebuild | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.65.ebuild | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.71.ebuild | 6 |
4 files changed, 16 insertions, 10 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 4cfd2ff21c38..28a33082da95 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.3 2005/01/24 22:13:05 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.4 2005/02/11 22:05:23 kloeri Exp $ + +*matplotlib-0.64 (11 Feb 2005) + + 11 Feb 2005; Bryan Østergaard <kloeri@gentoo.org> matplotlib-0.64.ebuild, + matplotlib-0.65.ebuild, matplotlib-0.71.ebuild: + gtk should be optional, bug 81506. *matplotlib-0.71 (24 Jan 2005) diff --git a/dev-python/matplotlib/matplotlib-0.64.ebuild b/dev-python/matplotlib/matplotlib-0.64.ebuild index c7ad3bcfdc09..7c0e188b3e56 100644 --- a/dev-python/matplotlib/matplotlib-0.64.ebuild +++ b/dev-python/matplotlib/matplotlib-0.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.64.ebuild,v 1.2 2005/01/24 22:13:05 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.64.ebuild,v 1.3 2005/02/11 22:05:23 kloeri Exp $ inherit distutils virtualx @@ -9,14 +9,14 @@ HOMEPAGE="http://matplotlib.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" -IUSE="" +IUSE="gtk" SLOT="0" KEYWORDS="x86" LICENSE="as-is" DEPEND="virtual/python >=dev-python/numeric-22 - >=dev-python/pygtk-1.99.16" + gtk? ( >=dev-python/pygtk-1.99.16 )" src_compile() { export maketype="distutils_src_compile" diff --git a/dev-python/matplotlib/matplotlib-0.65.ebuild b/dev-python/matplotlib/matplotlib-0.65.ebuild index 0553d548dc5a..cc4d2efbb7fc 100644 --- a/dev-python/matplotlib/matplotlib-0.65.ebuild +++ b/dev-python/matplotlib/matplotlib-0.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.65.ebuild,v 1.2 2005/01/24 22:13:05 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.65.ebuild,v 1.3 2005/02/11 22:05:23 kloeri Exp $ inherit distutils virtualx @@ -9,14 +9,14 @@ HOMEPAGE="http://matplotlib.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" -IUSE="doc" +IUSE="doc gtk" SLOT="0" KEYWORDS="~x86" LICENSE="as-is" DEPEND="virtual/python >=dev-python/numeric-22 - >=dev-python/pygtk-1.99.16" + gtk? ( >=dev-python/pygtk-1.99.16 )" src_compile() { export maketype="distutils_src_compile" diff --git a/dev-python/matplotlib/matplotlib-0.71.ebuild b/dev-python/matplotlib/matplotlib-0.71.ebuild index 4126cd4b1900..8ae938f86bb8 100644 --- a/dev-python/matplotlib/matplotlib-0.71.ebuild +++ b/dev-python/matplotlib/matplotlib-0.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.71.ebuild,v 1.1 2005/01/24 22:13:05 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.71.ebuild,v 1.2 2005/02/11 22:05:23 kloeri Exp $ inherit distutils virtualx @@ -9,14 +9,14 @@ HOMEPAGE="http://matplotlib.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" RESTRICT="nomirror" -IUSE="doc" +IUSE="doc gtk" SLOT="0" KEYWORDS="~x86" LICENSE="as-is" DEPEND="virtual/python >=dev-python/numeric-22 - >=dev-python/pygtk-1.99.16" + gtk? ( >=dev-python/pygtk-1.99.16 )" src_compile() { export maketype="distutils_src_compile" |