Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/scipy: metadata.xml ChangeLog
Date: Sun, 19 May 2013 07:00:54
Message-Id: 20130519070048.B05BC2171D@flycatcher.gentoo.org
1 jlec 13/05/19 07:00:48
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 sci-libs/scipy: Add missing local use description, #469532
6
7 (Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.11 sci-libs/scipy/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scipy/metadata.xml?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scipy/metadata.xml?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scipy/metadata.xml?r1=1.10&r2=1.11
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/scipy/metadata.xml,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- metadata.xml 25 Apr 2013 16:27:31 -0000 1.10
23 +++ metadata.xml 19 May 2013 07:00:48 -0000 1.11
24 @@ -1,8 +1,8 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 -<herd>sci</herd>
29 -<longdescription lang="en">
30 + <herd>sci</herd>
31 + <longdescription lang="en">
32 SciPy is an open source library of scientific tools for Python. SciPy
33 supplements the popular numpy module, gathering a variety of high level
34 science and engineering modules together as a single package.
35 @@ -10,10 +10,11 @@
36 integration, special functions, signal and image processing, genetic
37 algorithms, ODE solvers, and others.
38 </longdescription>
39 -<use>
40 - <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
41 -</use>
42 -<upstream>
43 - <remote-id type="pypi">scipy</remote-id>
44 -</upstream>
45 + <use>
46 + <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
47 + <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
48 + </use>
49 + <upstream>
50 + <remote-id type="pypi">scipy</remote-id>
51 + </upstream>
52 </pkgmetadata>
53
54
55
56 1.92 sci-libs/scipy/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scipy/ChangeLog?rev=1.92&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scipy/ChangeLog?rev=1.92&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/scipy/ChangeLog?r1=1.91&r2=1.92
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v
65 retrieving revision 1.91
66 retrieving revision 1.92
67 diff -u -r1.91 -r1.92
68 --- ChangeLog 29 Apr 2013 18:00:33 -0000 1.91
69 +++ ChangeLog 19 May 2013 07:00:48 -0000 1.92
70 @@ -1,6 +1,9 @@
71 # ChangeLog for sci-libs/scipy
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.91 2013/04/29 18:00:33 bicatali Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/scipy/ChangeLog,v 1.92 2013/05/19 07:00:48 jlec Exp $
75 +
76 + 19 May 2013; Justin Lecher <jlec@g.o> metadata.xml:
77 + Add missing local use description, #469532
78
79 29 Apr 2013; Sébastien Fabbro <bicatali@g.o> scipy-0.12.0.ebuild:
80 Documentation split to avoid collision