Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/yacas: ChangeLog metadata.xml yacas-1.2.2.ebuild
Date: Thu, 06 Nov 2008 12:07:57
Message-Id: E1Ky3eT-00043f-Tm@stork.gentoo.org
1 bicatali 08/11/06 12:07:53
2
3 Modified: ChangeLog metadata.xml yacas-1.2.2.ebuild
4 Log:
5 Fixed a syntax error and better java deps
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.22 sci-mathematics/yacas/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.22&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?rev=1.22&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/ChangeLog?r1=1.21&r2=1.22
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v
18 retrieving revision 1.21
19 retrieving revision 1.22
20 diff -u -r1.21 -r1.22
21 --- ChangeLog 6 Aug 2008 20:51:36 -0000 1.21
22 +++ ChangeLog 6 Nov 2008 12:07:53 -0000 1.22
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-mathematics/yacas
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.21 2008/08/06 20:51:36 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/ChangeLog,v 1.22 2008/11/06 12:07:53 bicatali Exp $
28 +
29 + 06 Nov 2008; Sébastien Fabbro <bicatali@g.o> yacas-1.2.2.ebuild:
30 + Fixed a syntax error and better java deps
31
32 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
33 Add USE flag description to metadata wrt GLEP 56.
34
35
36
37 1.5 sci-mathematics/yacas/metadata.xml
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/metadata.xml?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/metadata.xml?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/metadata.xml?r1=1.4&r2=1.5
42
43 Index: metadata.xml
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/metadata.xml,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- metadata.xml 6 Aug 2008 20:51:36 -0000 1.4
50 +++ metadata.xml 6 Nov 2008 12:07:53 -0000 1.5
51 @@ -3,12 +3,12 @@
52 <pkgmetadata>
53 <herd>sci-mathematics</herd>
54 <longdescription lang="en">
55 -Yacas (Yet Another Computer Algebra System) is a small and highly
56 -flexible general-purpose computer algebra language. The syntax uses a
57 -infix-operator grammar parser. The distribution contains a small
58 -library of mathematical functions, but its real strength is in the
59 -language in which you can easily write your own symbolic manipulation
60 -algorithms.
61 + Yacas (Yet Another Computer Algebra System) is a small and highly
62 + flexible general-purpose computer algebra language. The syntax uses a
63 + infix-operator grammar parser. The distribution contains a small
64 + library of mathematical functions, but its real strength is in the
65 + language in which you can easily write your own symbolic manipulation
66 + algorithms.
67 </longdescription>
68 <use>
69 <flag name='server'>Build the network server version</flag>
70
71
72
73 1.3 sci-mathematics/yacas/yacas-1.2.2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild?r1=1.2&r2=1.3
78
79 Index: yacas-1.2.2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- yacas-1.2.2.ebuild 19 Apr 2008 09:49:37 -0000 1.2
86 +++ yacas-1.2.2.ebuild 6 Nov 2008 12:07:53 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.2 2008/04/19 09:49:37 bicatali Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/yacas/yacas-1.2.2.ebuild,v 1.3 2008/11/06 12:07:53 bicatali Exp $
92
93 inherit eutils java
94
95 @@ -14,7 +14,8 @@
96
97 IUSE="doc java server"
98
99 -DEPEND="java? ( virtual/jdk )"
100 +RDEPEND="java? ( >=virtual/jdk-1.6 )"
101 +DEPEND="java? ( >=virtual/jre-1.6 )"
102
103 src_unpack() {
104 unpack ${A}
105 @@ -43,7 +44,7 @@
106 insinto /usr/share/${PN}
107 doins yacas.jar hints.txt yacasconsole.html || die "doins java interface failed"
108 echo "#!/bin/sh" > jyacas
109 - echo "java -jar /usr/share/${PN}/java.jar" >> jyacas
110 + echo "java -jar /usr/share/${PN}/yacas.jar" >> jyacas
111 exeinto /usr/bin
112 doexe jyacas
113 fi