Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gfan: ChangeLog gfan-0.5.ebuild
Date: Sun, 23 Jan 2011 22:03:45
Message-Id: 20110123220335.4EF0820054@flycatcher.gentoo.org
1 tomka 11/01/23 22:03:35
2
3 Modified: ChangeLog
4 Added: gfan-0.5.ebuild
5 Log:
6 bump to 0.5
7
8 (Portage version: 2.1.9.35/cvs/Linux i686)
9
10 Revision Changes Path
11 1.4 sci-mathematics/gfan/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 2 Jan 2011 09:19:26 -0000 1.3
24 +++ ChangeLog 23 Jan 2011 22:03:35 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-mathematics/gfan
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.3 2011/01/02 09:19:26 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/ChangeLog,v 1.4 2011/01/23 22:03:35 tomka Exp $
30 +
31 +*gfan-0.5 (23 Jan 2011)
32 +
33 + 23 Jan 2011; Thomas Kahle <tomka@g.o> +gfan-0.5.ebuild:
34 + bump to 0.5
35
36 02 Jan 2011; Pawel Hajdan jr <phajdan.jr@g.o> gfan-0.4-r1.ebuild:
37 x86 stable wrt bug #349167
38
39
40
41 1.1 sci-mathematics/gfan/gfan-0.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gfan-0.5.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gfan/gfan-0.5.ebuild,v 1.1 2011/01/23 22:03:35 tomka Exp $
51
52 EAPI="3"
53
54 inherit eutils toolchain-funcs
55
56 DESCRIPTION="computes Groebner fans and tropical varities"
57 HOMEPAGE="http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html"
58 SRC_URI="http://www.math.tu-berlin.de/~jensen/software/gfan/${PN}${PV}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 DEPEND="dev-libs/gmp[-nocxx]
66 sci-libs/cddlib"
67 RDEPEND="${DEPEND}"
68
69 S="${WORKDIR}/${PN}${PV}/"
70
71 src_prepare () {
72 sed -i -e "s/-O2/${CXXFLAGS}/" \
73 -e "/GPROFFLAG =/d" \
74 -e "s/g++/$(tc-getCXX)/" \
75 -e "s/\$(CCLINKER)/& \$(LDFLAGS)/" Makefile || die
76 }
77
78 src_install() {
79 emake PREFIX="${ED}/usr" install || die "emake install failed"
80 }