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: normaliz-2.11.ebuild normaliz-2.10.1.ebuild ChangeLog
Date: Mon, 09 Jun 2014 09:56:17
Message-Id: 20140609095612.A2F022004E@flycatcher.gentoo.org
1 tomka 14/06/09 09:56:12
2
3 Modified: normaliz-2.11.ebuild normaliz-2.10.1.ebuild
4 ChangeLog
5 Log:
6 Spread more death
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
9
10 Revision Changes Path
11 1.2 sci-mathematics/normaliz/normaliz-2.11.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild?r1=1.1&r2=1.2
16
17 Index: normaliz-2.11.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- normaliz-2.11.ebuild 9 May 2014 13:36:16 -0000 1.1
24 +++ normaliz-2.11.ebuild 9 Jun 2014 09:56:12 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild,v 1.1 2014/05/09 13:36:16 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild,v 1.2 2014/06/09 09:56:12 tomka Exp $
30
31 EAPI=5
32
33 @@ -30,7 +30,7 @@
34 epatch "${FILESDIR}/${PN}-${MYPV}-respect-flags.patch"
35
36 # Respect users AR tool (Bug 474532)
37 - sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile
38 + sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die
39
40 if use openmp && tc-has-openmp; then
41 export OPENMP=yes
42
43
44
45 1.3 sci-mathematics/normaliz/normaliz-2.10.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild?r1=1.2&r2=1.3
50
51 Index: normaliz-2.10.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- normaliz-2.10.1.ebuild 9 Jun 2014 09:52:08 -0000 1.2
58 +++ normaliz-2.10.1.ebuild 9 Jun 2014 09:56:12 -0000 1.3
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild,v 1.2 2014/06/09 09:52:08 nimiux Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.10.1.ebuild,v 1.3 2014/06/09 09:56:12 tomka Exp $
64
65 EAPI=5
66
67 @@ -30,7 +30,7 @@
68 epatch "${FILESDIR}/${PN}-${MYPV}-respect-flags.patch"
69
70 # Respect users AR tool (Bug 474532)
71 - sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile
72 + sed -e "s:ar -cr:$(tc-getAR) -cr:" -i source/libnormaliz/Makefile || die
73
74 if use openmp && tc-has-openmp; then
75 export OPENMP=yes
76
77
78
79 1.18 sci-mathematics/normaliz/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.18&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.18&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?r1=1.17&r2=1.18
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
88 retrieving revision 1.17
89 retrieving revision 1.18
90 diff -u -r1.17 -r1.18
91 --- ChangeLog 9 Jun 2014 09:52:08 -0000 1.17
92 +++ ChangeLog 9 Jun 2014 09:56:12 -0000 1.18
93 @@ -1,6 +1,10 @@
94 # ChangeLog for sci-mathematics/normaliz
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.17 2014/06/09 09:52:08 nimiux Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.18 2014/06/09 09:56:12 tomka Exp $
98 +
99 + 09 Jun 2014; Thomas Kahle <tomka@g.o> normaliz-2.10.1.ebuild,
100 + normaliz-2.11.ebuild:
101 + Spread more death
102
103 09 Jun 2014; Chema Alonso <nimiux@g.o> normaliz-2.10.1.ebuild:
104 Stable for amd64 wrt bug #509002