Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/numpy: numpy-1.6.2-r2.ebuild ChangeLog
Date: Thu, 06 Feb 2014 09:47:51
Message-Id: 20140206094745.C8B552004C@flycatcher.gentoo.org
1 jlec 14/02/06 09:47:45
2
3 Modified: numpy-1.6.2-r2.ebuild ChangeLog
4 Log:
5 Drop testing arches back to testing
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
8
9 Revision Changes Path
10 1.19 dev-python/numpy/numpy-1.6.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild?r1=1.18&r2=1.19
15
16 Index: numpy-1.6.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- numpy-1.6.2-r2.ebuild 17 Sep 2013 05:46:07 -0000 1.18
23 +++ numpy-1.6.2-r2.ebuild 6 Feb 2014 09:47:45 -0000 1.19
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v 1.18 2013/09/17 05:46:07 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v 1.19 2014/02/06 09:47:45 jlec Exp $
30
31 EAPI=5
32
33 @@ -23,7 +23,7 @@
34
35 LICENSE="BSD"
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
39 IUSE="doc lapack test"
40
41 RDEPEND="
42
43
44
45 1.220 dev-python/numpy/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.220&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?rev=1.220&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/numpy/ChangeLog?r1=1.219&r2=1.220
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v
54 retrieving revision 1.219
55 retrieving revision 1.220
56 diff -u -r1.219 -r1.220
57 --- ChangeLog 6 Feb 2014 09:44:52 -0000 1.219
58 +++ ChangeLog 6 Feb 2014 09:47:45 -0000 1.220
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-python/numpy
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.219 2014/02/06 09:44:52 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.220 2014/02/06 09:47:45 jlec Exp $
64 +
65 + 06 Feb 2014; Justin Lecher <jlec@g.o> numpy-1.6.2-r2.ebuild:
66 + Drop testing arches back to testing
67
68 *numpy-1.8.0-r1 (06 Feb 2014)