Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: ChangeLog metadata.xml
Date: Wed, 06 Aug 2008 18:39:48
Message-Id: E1KQnvF-0000wr-3c@stork.gentoo.org
1 ulm 08/08/06 18:39:45
2
3 Modified: ChangeLog metadata.xml
4 Log:
5 Add USE flag description to metadata wrt GLEP 56.
6 (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
7
8 Revision Changes Path
9 1.56 sci-mathematics/maxima/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.56&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.56&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.55&r2=1.56
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
18 retrieving revision 1.55
19 retrieving revision 1.56
20 diff -u -r1.55 -r1.56
21 --- ChangeLog 26 May 2008 09:34:52 -0000 1.55
22 +++ ChangeLog 6 Aug 2008 18:39:44 -0000 1.56
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-mathematics/maxima
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.55 2008/05/26 09:34:52 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.56 2008/08/06 18:39:44 ulm Exp $
28 +
29 + 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
30 + Add USE flag description to metadata wrt GLEP 56.
31
32 26 May 2008; Sébastien Fabbro <bicatali@g.o>
33 maxima-5.15.0-r1.ebuild:
34
35
36
37 1.4 sci-mathematics/maxima/metadata.xml
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/metadata.xml?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/metadata.xml?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/metadata.xml?r1=1.3&r2=1.4
42
43 Index: metadata.xml
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/metadata.xml,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- metadata.xml 13 Jan 2007 10:41:58 -0000 1.3
50 +++ metadata.xml 6 Aug 2008 18:39:44 -0000 1.4
51 @@ -1,15 +1,25 @@
52 <?xml version="1.0" encoding="UTF-8"?>
53 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
54 <pkgmetadata>
55 - <herd>sci-mathematics</herd>
56 - <longdescription lang="en">
57 - Computer Algebra system, descendent of Macsyma.
58 - Maxima is a system for the manipulation of symbolic and
59 - numerical expressions, including differentiation, integration,
60 - Taylor series, Laplace transforms, ordinary differential
61 - equations, systems of linear equations, and vectors, matrices,
62 - and tensors. Maxima produces high precision results by using
63 - exact fractions and arbitrarily long floating point representations,
64 - and can plot functions and data in two and three dimensions.
65 - </longdescription>
66 +<herd>sci-mathematics</herd>
67 +<longdescription lang="en">
68 + Computer Algebra system, descendent of Macsyma.
69 + Maxima is a system for the manipulation of symbolic and
70 + numerical expressions, including differentiation, integration,
71 + Taylor series, Laplace transforms, ordinary differential
72 + equations, systems of linear equations, and vectors, matrices,
73 + and tensors. Maxima produces high precision results by using
74 + exact fractions and arbitrarily long floating point representations,
75 + and can plot functions and data in two and three dimensions.
76 +</longdescription>
77 +<use>
78 + <flag name='clisp'>Add support for GNU ANSI Common Lisp
79 + (<pkg>dev-lisp/clisp</pkg>)</flag>
80 + <flag name='cmucl'>Add support for CMU Common Lisp
81 + (<pkg>dev-lisp/cmucl</pkg>)</flag>
82 + <flag name='gcl'>Add support for GNU Common Lisp
83 + (<pkg>dev-lisp/gcl</pkg>)</flag>
84 + <flag name='sbcl'>Add support for Steel Bank Common Lisp
85 + (<pkg>dev-lisp/sbcl</pkg>)</flag>
86 +</use>
87 </pkgmetadata>