* [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.2.1.ebuild numpy-1.0.4-r2.ebuild ChangeLog numpy-1.1.1.ebuild
@ 2009-02-18 14:44 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-02-18 14:44 UTC (permalink / raw
To: gentoo-commits
bicatali 09/02/18 14:44:33
Modified: numpy-1.2.1.ebuild numpy-1.0.4-r2.ebuild ChangeLog
numpy-1.1.1.ebuild
Log:
Removed f2py block since it's not in the tree anymore
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-python/numpy/numpy-1.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild?r1=1.5&r2=1.6
Index: numpy-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- numpy-1.2.1.ebuild 12 Feb 2009 11:22:10 -0000 1.5
+++ numpy-1.2.1.ebuild 18 Feb 2009 14:44:33 -0000 1.6
@@ -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/numpy/numpy-1.2.1.ebuild,v 1.5 2009/02/12 11:22:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild,v 1.6 2009/02/18 14:44:33 bicatali Exp $
NEED_PYTHON=2.4
@@ -10,9 +10,7 @@
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
HOMEPAGE="http://numeric.scipy.org/"
-RDEPEND="!dev-python/f2py
- lapack? ( virtual/cblas virtual/lapack )"
-
+RDEPEND="lapack? ( virtual/cblas virtual/lapack )"
DEPEND="${RDEPEND}
test? ( >=dev-python/nose-0.10 )
lapack? ( dev-util/pkgconfig )"
1.13 dev-python/numpy/numpy-1.0.4-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild?r1=1.12&r2=1.13
Index: numpy-1.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- numpy-1.0.4-r2.ebuild 7 Dec 2008 19:11:59 -0000 1.12
+++ numpy-1.0.4-r2.ebuild 18 Feb 2009 14:44:33 -0000 1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild,v 1.12 2008/12/07 19:11:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild,v 1.13 2009/02/18 14:44:33 bicatali Exp $
NEED_PYTHON=2.3
@@ -10,9 +10,7 @@
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
HOMEPAGE="http://numeric.scipy.org/"
-RDEPEND="!dev-python/f2py
- lapack? ( virtual/cblas virtual/lapack )"
-
+RDEPEND="lapack? ( virtual/cblas virtual/lapack )"
DEPEND="${RDEPEND}
lapack? ( dev-util/pkgconfig )"
1.72 dev-python/numpy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 12 Feb 2009 11:22:10 -0000 1.71
+++ ChangeLog 18 Feb 2009 14:44:33 -0000 1.72
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/numpy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.71 2009/02/12 11:22:10 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.72 2009/02/18 14:44:33 bicatali Exp $
+
+ 18 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ numpy-1.0.4-r2.ebuild, numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
+ Removed f2py block since it's not in the tree anymore
12 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org> ChangeLog:
Fixed a syntax error. Re-added ppc and x86-fbsd now that nose is
1.4 dev-python/numpy/numpy-1.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild?r1=1.3&r2=1.4
Index: numpy-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- numpy-1.1.1.ebuild 7 Dec 2008 19:11:59 -0000 1.3
+++ numpy-1.1.1.ebuild 18 Feb 2009 14:44:33 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild,v 1.3 2008/12/07 19:11:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild,v 1.4 2009/02/18 14:44:33 bicatali Exp $
NEED_PYTHON=2.4
@@ -10,9 +10,7 @@
SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz"
HOMEPAGE="http://numeric.scipy.org/"
-RDEPEND="!dev-python/f2py
- lapack? ( virtual/cblas virtual/lapack )"
-
+RDEPEND="lapack? ( virtual/cblas virtual/lapack )"
DEPEND="${RDEPEND}
lapack? ( dev-util/pkgconfig )"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.2.1.ebuild numpy-1.0.4-r2.ebuild ChangeLog numpy-1.1.1.ebuild
@ 2009-04-06 18:17 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-06 18:17 UTC (permalink / raw
To: gentoo-commits
armin76 09/04/06 18:17:44
Modified: numpy-1.2.1.ebuild numpy-1.0.4-r2.ebuild ChangeLog
numpy-1.1.1.ebuild
Log:
Add ~arm/~sh
(Portage version: 2.1.6.7/cvs/Linux ia64)
Revision Changes Path
1.7 dev-python/numpy/numpy-1.2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild?r1=1.6&r2=1.7
Index: numpy-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- numpy-1.2.1.ebuild 18 Feb 2009 14:44:33 -0000 1.6
+++ numpy-1.2.1.ebuild 6 Apr 2009 18:17:44 -0000 1.7
@@ -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/numpy/numpy-1.2.1.ebuild,v 1.6 2009/02/18 14:44:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.2.1.ebuild,v 1.7 2009/04/06 18:17:44 armin76 Exp $
NEED_PYTHON=2.4
@@ -17,7 +17,7 @@
IUSE="lapack test"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
LICENSE="BSD"
# whatever LDFLAGS set will break linking
1.14 dev-python/numpy/numpy-1.0.4-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild?r1=1.13&r2=1.14
Index: numpy-1.0.4-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- numpy-1.0.4-r2.ebuild 18 Feb 2009 14:44:33 -0000 1.13
+++ numpy-1.0.4-r2.ebuild 6 Apr 2009 18:17:44 -0000 1.14
@@ -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/numpy/numpy-1.0.4-r2.ebuild,v 1.13 2009/02/18 14:44:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.0.4-r2.ebuild,v 1.14 2009/04/06 18:17:44 armin76 Exp $
NEED_PYTHON=2.3
@@ -16,7 +16,7 @@
IUSE="lapack"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~x86-fbsd"
LICENSE="BSD"
# whatever LDFLAGS set will break linking
1.73 dev-python/numpy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 18 Feb 2009 14:44:33 -0000 1.72
+++ ChangeLog 6 Apr 2009 18:17:44 -0000 1.73
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/numpy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.72 2009/02/18 14:44:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.73 2009/04/06 18:17:44 armin76 Exp $
+
+ 06 Apr 2009; Raúl Porcel <armin76@gentoo.org> numpy-1.0.4-r2.ebuild,
+ numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
+ Add ~arm/~sh
18 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
numpy-1.0.4-r2.ebuild, numpy-1.1.1.ebuild, numpy-1.2.1.ebuild:
1.5 dev-python/numpy/numpy-1.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild?r1=1.4&r2=1.5
Index: numpy-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- numpy-1.1.1.ebuild 18 Feb 2009 14:44:33 -0000 1.4
+++ numpy-1.1.1.ebuild 6 Apr 2009 18:17:44 -0000 1.5
@@ -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/numpy/numpy-1.1.1.ebuild,v 1.4 2009/02/18 14:44:33 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.1.1.ebuild,v 1.5 2009/04/06 18:17:44 armin76 Exp $
NEED_PYTHON=2.4
@@ -16,7 +16,7 @@
IUSE="lapack"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
LICENSE="BSD"
# whatever LDFLAGS set will break linking
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-06 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 14:44 [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.2.1.ebuild numpy-1.0.4-r2.ebuild ChangeLog numpy-1.1.1.ebuild Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2009-04-06 18:17 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox