Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/nusmv: nusmv-2.5.4.ebuild ChangeLog
Date: Sat, 28 Dec 2013 18:37:50
Message-Id: 20131228183744.F2BF92004C@flycatcher.gentoo.org
1 robbat2 13/12/28 18:37:44
2
3 Modified: nusmv-2.5.4.ebuild ChangeLog
4 Log:
5 Put in a note that compileWriteUdg.o will take a long time to compile.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/nusmv/nusmv-2.5.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild?r1=1.1&r2=1.2
15
16 Index: nusmv-2.5.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- nusmv-2.5.4.ebuild 28 Dec 2013 05:28:43 -0000 1.1
23 +++ nusmv-2.5.4.ebuild 28 Dec 2013 18:37:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild,v 1.1 2013/12/28 05:28:43 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.4.ebuild,v 1.2 2013/12/28 18:37:44 robbat2 Exp $
29
30 inherit eutils flag-o-matic toolchain-funcs
31
32 @@ -97,6 +97,7 @@ src_compile() {
33
34 cd ${NUSMV_S}
35 econf ${myconf}
36 + einfo "Don't be alarmed if compileWriteUdg.o takes a very long time to compile, ~90 minutes on an i7"
37 emake || die "emake failed"
38
39 VARTEXFONTS="${T}"/fonts emake docs
40
41
42
43 1.16 sci-mathematics/nusmv/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nusmv/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nusmv/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/nusmv/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -p -w -b -B -u -u -r1.15 -r1.16
55 --- ChangeLog 28 Dec 2013 05:28:43 -0000 1.15
56 +++ ChangeLog 28 Dec 2013 18:37:44 -0000 1.16
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sci-mathematics/nusmv
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.15 2013/12/28 05:28:43 robbat2 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.16 2013/12/28 18:37:44 robbat2 Exp $
62 +
63 + 28 Dec 2013; Robin H. Johnson <robbat2@g.o> nusmv-2.5.4.ebuild:
64 + Put in a note that compileWriteUdg.o will take a long time to compile.
65
66 *nusmv-2.5.4 (28 Dec 2013)