From ddd33df1ea8402408a422b298c6167c5bf6fbaf6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 12 Mar 2006 07:36:06 +0000 Subject: [PATCH] arm love Package-Manager: portage-2.1_pre5-r4 --- dev-python/numeric/numeric-23.7.ebuild | 6 +++--- dev-python/numeric/numeric-23.8.ebuild | 14 ++++++-------- dev-python/numeric/numeric-24.2.ebuild | 14 ++++++-------- dev-python/pycairo/pycairo-1.0.2.ebuild | 4 ++-- 4 files changed, 17 insertions(+), 21 deletions(-) diff --git a/dev-python/numeric/numeric-23.7.ebuild b/dev-python/numeric/numeric-23.7.ebuild index fca63ee42f20..288c2d00ccdf 100644 --- a/dev-python/numeric/numeric-23.7.ebuild +++ b/dev-python/numeric/numeric-23.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.15 2005/08/22 22:34:17 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.16 2006/03/12 07:31:32 vapier Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" IUSE="" # 2.1 gave sandbox violations see #21 diff --git a/dev-python/numeric/numeric-23.8.ebuild b/dev-python/numeric/numeric-23.8.ebuild index 76e5bf0636ac..ccf6c629f582 100644 --- a/dev-python/numeric/numeric-23.8.ebuild +++ b/dev-python/numeric/numeric-23.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.8.ebuild,v 1.3 2005/08/22 22:34:17 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.8.ebuild,v 1.4 2006/03/12 07:31:32 vapier Exp $ inherit distutils eutils @@ -8,24 +8,22 @@ MY_P=Numeric-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python." -SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" HOMEPAGE="http://numeric.scipy.org/" +SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" -IUSE="" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" # 2.1 gave sandbox violations see #21 DEPEND=">=dev-lang/python-2.2" src_install() { - distutils_src_install distutils_python_version #Numerical Tutorial is nice for testing and learning insinto /usr/lib/python${PYVER}/site-packages/NumTut doins Demo/NumTut/* - } diff --git a/dev-python/numeric/numeric-24.2.ebuild b/dev-python/numeric/numeric-24.2.ebuild index 447c62d100cb..b42811b84241 100644 --- a/dev-python/numeric/numeric-24.2.ebuild +++ b/dev-python/numeric/numeric-24.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2.ebuild,v 1.1 2005/12/01 15:40:26 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-24.2.ebuild,v 1.2 2006/03/12 07:31:32 vapier Exp $ inherit distutils eutils @@ -8,23 +8,21 @@ MY_P=Numeric-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Numerical Python adds a fast, compact, multidimensional array language facility to Python." -SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" HOMEPAGE="http://numeric.scipy.org/" +SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" -IUSE="" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" DEPEND=">=dev-lang/python-2.3" src_install() { - distutils_src_install distutils_python_version #Numerical Tutorial is nice for testing and learning insinto /usr/lib/python${PYVER}/site-packages/NumTut doins Demo/NumTut/* - } diff --git a/dev-python/pycairo/pycairo-1.0.2.ebuild b/dev-python/pycairo/pycairo-1.0.2.ebuild index a3ec43136e70..5b801dd6f5e4 100644 --- a/dev-python/pycairo/pycairo-1.0.2.ebuild +++ b/dev-python/pycairo/pycairo-1.0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.0.2.ebuild,v 1.10 2006/02/04 19:05:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycairo/pycairo-1.0.2.ebuild,v 1.11 2006/03/12 07:36:06 vapier Exp $ DESCRIPTION="Python wrapper for cairo vector graphics library" HOMEPAGE="http://cairographics.org/pycairo" SRC_URI="http://cairographics.org/releases/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="gtk numeric svg" DEPEND=">=dev-lang/python-2.3 -- 2.26.2