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/mathomatic: metadata.xml ChangeLog mathomatic-14.5.3.ebuild mathomatic-14.4.5.ebuild mathomatic-14.5.2.ebuild
Date: Wed, 26 Aug 2009 20:32:33
Message-Id: E1MgBdh-0007zd-1z@stork.gentoo.org
1 bicatali 09/08/26 06:05:45
2
3 Modified: metadata.xml ChangeLog
4 Added: mathomatic-14.5.3.ebuild
5 Removed: mathomatic-14.4.5.ebuild mathomatic-14.5.2.ebuild
6 Log:
7 Version bump. secure flag now obsolete, done with mathomatic -s
8 (Portage version: 2.2_rc38/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sci-mathematics/mathomatic/metadata.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/metadata.xml?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/metadata.xml?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/metadata.xml?r1=1.4&r2=1.5
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/metadata.xml,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- metadata.xml 22 Jun 2009 18:47:03 -0000 1.4
24 +++ metadata.xml 26 Aug 2009 06:05:44 -0000 1.5
25 @@ -11,7 +11,4 @@
26 algebraic equations, perform polynomial and complex arithmetic,
27 etc.
28 </longdescription>
29 - <use>
30 - <flag name='secure'>Create an extra secure version, with no I/O.</flag>
31 - </use>
32 </pkgmetadata>
33
34
35
36 1.44 sci-mathematics/mathomatic/ChangeLog
37
38 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.44&view=markup
39 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.44&content-type=text/plain
40 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?r1=1.43&r2=1.44
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v
45 retrieving revision 1.43
46 retrieving revision 1.44
47 diff -u -r1.43 -r1.44
48 --- ChangeLog 26 Jul 2009 00:16:47 -0000 1.43
49 +++ ChangeLog 26 Aug 2009 06:05:44 -0000 1.44
50 @@ -1,6 +1,13 @@
51 # ChangeLog for sci-mathematics/mathomatic
52 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.43 2009/07/26 00:16:47 bicatali Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.44 2009/08/26 06:05:44 bicatali Exp $
55 +
56 +*mathomatic-14.5.3 (26 Aug 2009)
57 +
58 + 26 Aug 2009; Sébastien Fabbro <bicatali@g.o>
59 + -mathomatic-14.4.5.ebuild, -mathomatic-14.5.2.ebuild,
60 + +mathomatic-14.5.3.ebuild, metadata.xml:
61 + Version bump. secure flag now obsolete, done with mathomatic -s
62
63 *mathomatic-14.5.2 (26 Jul 2009)
64
65
66
67
68 1.1 sci-mathematics/mathomatic/mathomatic-14.5.3.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.5.3.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.5.3.ebuild?rev=1.1&content-type=text/plain
72
73 Index: mathomatic-14.5.3.ebuild
74 ===================================================================
75 # Copyright 1999-2009 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-14.5.3.ebuild,v 1.1 2009/08/26 06:05:44 bicatali Exp $
78
79 inherit eutils
80
81 DESCRIPTION="Automatic algebraic manipulator"
82 HOMEPAGE="http://www.mathomatic.com/"
83 SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2"
84
85 LICENSE="LGPL-2.1"
86 SLOT="0"
87 KEYWORDS="~amd64 ~ppc ~x86"
88 IUSE="doc"
89
90 DEPEND="sys-libs/readline
91 sys-libs/ncurses"
92 RDEPEND="${DEPEND}"
93
94 src_compile() {
95 # respect the user's CFLAGS
96 sed -i \
97 -e '/^CFLAGS/ s/-O.//' \
98 makefile primes/makefile || die "sed failed"
99 emake READLINE=1 || die "emake failed"
100 emake -C primes || die "emake in primes failed"
101 }
102
103 src_test() {
104 emake test || die "emake test failed"
105 emake -C primes test || die "emake test in primes failed"
106 }
107
108 src_install() {
109 # It was easier just to install the files manually
110 dobin mathomatic primes/matho-{primes,pascal,sumsq} || die
111 dodoc changes.txt README.txt AUTHORS
112 doman mathomatic.1 primes/*.1 || die
113 doicon icons/mathomatic.png || die
114 domenu icons/mathomatic.desktop || die
115 newdoc primes/README.txt README-primes.txt || die
116 if use doc; then
117 dohtml doc/* || die
118 insinto /usr/share/doc/${PF}
119 doins -r tests factorial m4 || die
120 fi
121 }