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/normaliz: ChangeLog normaliz-2.7.ebuild
Date: Sun, 25 Sep 2011 18:15:22
Message-Id: 20110925181511.C068220036@flycatcher.gentoo.org
1 tomka 11/09/25 18:15:11
2
3 Modified: ChangeLog normaliz-2.7.ebuild
4 Log:
5 EAPI=4 and missing dep on boost
6
7 (Portage version: 2.1.10.19/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 sci-mathematics/normaliz/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 8 Jul 2011 11:22:05 -0000 1.5
23 +++ ChangeLog 25 Sep 2011 18:15:11 -0000 1.6
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-mathematics/normaliz
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.5 2011/07/08 11:22:05 tomka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.6 2011/09/25 18:15:11 tomka Exp $
29 +
30 + 25 Sep 2011; Thomas Kahle <tomka@g.o> normaliz-2.7.ebuild:
31 + EAPI=4 and missing dep on boost
32
33 *normaliz-2.7 (08 Jul 2011)
34
35
36
37
38 1.2 sci-mathematics/normaliz/normaliz-2.7.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild?r1=1.1&r2=1.2
43
44 Index: normaliz-2.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- normaliz-2.7.ebuild 8 Jul 2011 11:22:05 -0000 1.1
51 +++ normaliz-2.7.ebuild 25 Sep 2011 18:15:11 -0000 1.2
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.1 2011/07/08 11:22:05 tomka Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.7.ebuild,v 1.2 2011/09/25 18:15:11 tomka Exp $
57
58 -EAPI=2
59 +EAPI=4
60
61 inherit eutils toolchain-funcs
62
63 @@ -19,7 +19,9 @@
64
65 RDEPEND="dev-libs/gmp[-nocxx]"
66 DEPEND="${RDEPEND}
67 - app-arch/unzip"
68 + app-arch/unzip
69 + dev-libs/boost"
70 +# Only a boost header is needed -> not RDEPEND
71
72 S=${WORKDIR}/${MYP}
73
74 @@ -34,12 +36,12 @@
75 }
76
77 src_compile(){
78 - emake CXX="$(tc-getCXX)" OPENMP="${OPENMP}" -C source || die
79 + emake CXX="$(tc-getCXX)" OPENMP="${OPENMP}" -C source
80 }
81
82 src_install() {
83 - dobin source/normaliz || die
84 - dodoc doc/"${MYP}Documentation.pdf" || die
85 + dobin source/normaliz
86 + dodoc doc/"${MYP}Documentation.pdf"
87 if use extras; then
88 elog "You have selected to install extras which consist of Macaulay2"
89 elog "and Singular packages. These have been installed into "