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/freemat: ChangeLog freemat-3.5.ebuild
Date: Tue, 25 Sep 2007 19:36:26
Message-Id: E1IaG4a-0002lj-Ux@stork.gentoo.org
1 bicatali 07/09/25 19:27:56
2
3 Modified: ChangeLog
4 Added: freemat-3.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.5 sci-mathematics/freemat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/freemat/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/freemat/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/freemat/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 26 Aug 2007 13:01:30 -0000 1.4
23 +++ ChangeLog 25 Sep 2007 19:27:56 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-mathematics/freemat
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.4 2007/08/26 13:01:30 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.5 2007/09/25 19:27:56 bicatali Exp $
29 +
30 +*freemat-3.5 (25 Sep 2007)
31 +
32 + 25 Sep 2007; Sébastien Fabbro <bicatali@g.o> +freemat-3.5.ebuild:
33 + Version bump.
34
35 26 Aug 2007; Sébastien Fabbro <bicatali@g.o> freemat-3.4.ebuild:
36 portaudio flag properly added
37
38
39
40 1.1 sci-mathematics/freemat/freemat-3.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/freemat/freemat-3.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/freemat/freemat-3.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: freemat-3.5.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.5.ebuild,v 1.1 2007/09/25 19:27:56 bicatali Exp $
50
51 inherit eutils flag-o-matic autotools qt4
52
53 MY_PN=FreeMat
54 MY_P=${MY_PN}-${PV}
55
56 DESCRIPTION="Environment for rapid engineering and scientific prototyping and data processing"
57 HOMEPAGE="http://freemat.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/freemat/${MY_P}.tar.gz"
59
60 IUSE="ncurses ffcall fftw umfpack arpack portaudio"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 DEPEND="dev-libs/libpcre
66 virtual/lapack
67 dev-util/pkgconfig
68 ncurses? ( >=sys-libs/ncurses-5.4 )
69 umfpack? ( sci-libs/umfpack )
70 arpack? ( sci-libs/arpack )
71 fftw? ( >=sci-libs/fftw-3 )
72 portaudio? ( media-libs/portaudio )"
73
74 RDEPEND="${DEPEND}
75 ffcall? ( dev-libs/ffcall )"
76
77 S=${WORKDIR}/${MY_P}
78
79 src_compile() {
80 # -O3 still doesn't compile freemat-3.5
81 replace-flags -O3 -O2
82 econf $(use_with ncurses) || die "econf failed"
83 emake || die "emake failed"
84 }
85
86 src_install() {
87 emake DESTDIR="${D}" install || die "emake install failed"
88 dodoc README AUTHORS ChangeLog || die "dodoc failed"
89 }
90
91 pkg_postint() {
92 einfo "Initializing freemat data directory"
93 FreeMat -i /usr/share/${MY_P}
94 }
95
96
97
98 --
99 gentoo-commits@g.o mailing list