Gentoo Archives: gentoo-commits

From: "Marcus Hanwell (cryos)" <cryos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/mathomatic: ChangeLog mathomatic-12.7.9.ebuild
Date: Fri, 02 Nov 2007 02:37:12
Message-Id: E1InmPD-0002MJ-Cw@stork.gentoo.org
1 cryos 07/11/02 02:37:07
2
3 Modified: ChangeLog
4 Added: mathomatic-12.7.9.ebuild
5 Log:
6 Version bump, closes bug 191530.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.20 sci-mathematics/mathomatic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 18 Jul 2007 02:13:19 -0000 1.19
23 +++ ChangeLog 2 Nov 2007 02:37:06 -0000 1.20
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-mathematics/mathomatic
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.19 2007/07/18 02:13:19 cryos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.20 2007/11/02 02:37:06 cryos Exp $
29 +
30 +*mathomatic-12.7.9 (02 Nov 2007)
31 +
32 + 02 Nov 2007; Marcus D. Hanwell <cryos@g.o>
33 + +mathomatic-12.7.9.ebuild:
34 + Version bump, closes bug 191530.
35
36 18 Jul 2007; Marcus D. Hanwell <cryos@g.o>
37 -mathomatic-12.4.5.ebuild, -mathomatic-12.5.20.ebuild,
38
39
40
41 1.1 sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mathomatic-12.7.9.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.7.9.ebuild,v 1.1 2007/11/02 02:37:06 cryos Exp $
51
52 inherit eutils
53
54 DESCRIPTION="Automatic algebraic manipulator"
55 HOMEPAGE="http://www.mathomatic.com/"
56 SRC_URI="http://www.panix.com/~gesslein/${P}.tar.bz2"
57
58 LICENSE="LGPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="doc icc"
62
63 DEPEND="sys-libs/readline
64 sys-libs/ncurses
65 icc? ( dev-lang/icc )"
66
67 src_compile() {
68 if use icc; then
69 CC="icc" CFLAGS="-O3 -axKWNBP -ipo" LDFLAGS="-O3 -axKWNBP -ipo -limf" emake READLINE=1 || die "emake failed"
70 else
71 emake READLINE=1 || die "emake failed"
72 fi
73 }
74
75 src_install() {
76 # It was easier just to install the files manually
77 dobin mathomatic
78 dodoc changes.txt README.txt
79 doman mathomatic.1
80
81 if use doc; then
82 dohtml doc/*
83 insinto /usr/share/doc/${PF}/examples
84 doins tests/*.in
85 fi
86 }
87
88
89
90 --
91 gentoo-commits@g.o mailing list