diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-04 12:40:05 +0000 |
commit | 8e82d0b0af52ae5640e93afda633d086ed4cae7f (patch) | |
tree | 2cf7c69a69702a5d92879214169e3c9ce498f5c5 /dev-python/numeric | |
parent | Removed masks for app-i18n/uim-0.3.1 and media-fonts/unifont-1.0 since they a... (diff) | |
download | historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.gz historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.tar.bz2 historical-8e82d0b0af52ae5640e93afda633d086ed4cae7f.zip |
Add missing IUSE.
Diffstat (limited to 'dev-python/numeric')
-rw-r--r-- | dev-python/numeric/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/numeric/numeric-22.0.ebuild | 5 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.1.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index e62d85e6c93d..0c1e722adaa0 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numeric -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.4 2004/03/18 22:02:16 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.5 2004/05/04 11:58:38 kloeri Exp $ + + 04 May 2004; Bryan Østergaard <kloeri@gentoo.org> numeric-22.0.ebuild: + Add missing IUSE. 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> numeric-23.1.ebuild: Stable on sparc. diff --git a/dev-python/numeric/numeric-22.0.ebuild b/dev-python/numeric/numeric-22.0.ebuild index c90d7ee39e7d..9a53447dbf8d 100644 --- a/dev-python/numeric/numeric-22.0.ebuild +++ b/dev-python/numeric/numeric-22.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.3 2004/01/29 08:49:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-22.0.ebuild,v 1.4 2004/05/04 11:58:38 kloeri Exp $ inherit distutils @@ -14,6 +14,7 @@ SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa" +IUSE="" # 2.1 gave sandbox violations see #21 DEPEND=">=dev-lang/python-2.2" diff --git a/dev-python/numeric/numeric-23.0.ebuild b/dev-python/numeric/numeric-23.0.ebuild index e7e0d7436612..466e95c9ec77 100644 --- a/dev-python/numeric/numeric-23.0.ebuild +++ b/dev-python/numeric/numeric-23.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.0.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.0.ebuild,v 1.3 2004/05/04 11:58:38 kloeri Exp $ inherit distutils diff --git a/dev-python/numeric/numeric-23.1.ebuild b/dev-python/numeric/numeric-23.1.ebuild index acecc6b7805d..4886457b597a 100644 --- a/dev-python/numeric/numeric-23.1.ebuild +++ b/dev-python/numeric/numeric-23.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.5 2004/02/26 19:07:15 bazik Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.6 2004/05/04 11:58:38 kloeri Exp $ inherit distutils |