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: metadata.xml ChangeLog normaliz-2.5-r1.ebuild
Date: Thu, 04 Nov 2010 12:02:52
Message-Id: 20101104120249.34B0020054@flycatcher.gentoo.org
1 tomka 10/11/04 12:02:49
2
3 Modified: metadata.xml ChangeLog normaliz-2.5-r1.ebuild
4 Log:
5 Improved metadata.xml and naming of patch
6
7 (Portage version: 2.1.9.24/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 sci-mathematics/normaliz/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 3 Nov 2010 08:41:03 -0000 1.2
23 +++ metadata.xml 4 Nov 2010 12:02:49 -0000 1.3
24 @@ -7,7 +7,8 @@
25 </maintainer>
26 <herd>sci-mathematics</herd>
27 <use>
28 - <flag name="extras"> Install Macaulay2 and Singular packages as shipped by upstream</flag>
29 + <flag name="extras"> Install <pkg>sci-mathematics/Macaulay2</pkg> and <pkg>sci-mathematics/singular</pkg>
30 + packages as shipped by upstream</flag>
31 </use>
32 <longdescription lang="en">
33 Normaliz is a (command line) tool for computations in affine monoids, vector configurations, lattice polytopes, and
34
35
36
37 1.2 sci-mathematics/normaliz/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/ChangeLog?r1=1.1&r2=1.2
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- ChangeLog 3 Nov 2010 08:24:52 -0000 1.1
50 +++ ChangeLog 4 Nov 2010 12:02:49 -0000 1.2
51 @@ -1,6 +1,11 @@
52 # ChangeLog for sci-mathematics/normaliz
53 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.1 2010/11/03 08:24:52 tomka Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.2 2010/11/04 12:02:49 tomka Exp $
56 +
57 + 04 Nov 2010; Thomas Kahle <tomka@g.o> normaliz-2.5-r1.ebuild,
58 + -files/normaliz-2.5-makefile.patch,
59 + +files/normaliz-2.5-respect-flags.patch, metadata.xml:
60 + Improved metadata.xml and naming of patch
61
62 *normaliz-2.5-r1 (03 Nov 2010)
63
64
65
66
67 1.3 sci-mathematics/normaliz/normaliz-2.5-r1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild?rev=1.3&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild?rev=1.3&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild?r1=1.2&r2=1.3
72
73 Index: normaliz-2.5-r1.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v
76 retrieving revision 1.2
77 retrieving revision 1.3
78 diff -u -r1.2 -r1.3
79 --- normaliz-2.5-r1.ebuild 3 Nov 2010 22:39:59 -0000 1.2
80 +++ normaliz-2.5-r1.ebuild 4 Nov 2010 12:02:49 -0000 1.3
81 @@ -1,6 +1,6 @@
82 # Copyright 1999-2010 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.2 2010/11/03 22:39:59 mr_bones_ Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.5-r1.ebuild,v 1.3 2010/11/04 12:02:49 tomka Exp $
86
87 EAPI=2
88
89 @@ -24,7 +24,7 @@
90 S=${WORKDIR}/${MYP}
91
92 src_prepare () {
93 - epatch "${FILESDIR}/${P}-makefile.patch"
94 + epatch "${FILESDIR}/${P}-respect-flags.patch"
95
96 if use openmp && tc-has-openmp; then
97 export OPENMP=yes