Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/ginac/files: ginac-1.5.1-pkgconfig.patch ginac-1.5.1-lexer_cpp.patch ginac-1.4.1-gcc4.3.patch
Date: Fri, 03 Apr 2009 09:45:00
Message-Id: E1LpfxL-00042l-6r@stork.gentoo.org
1 bicatali 09/04/03 09:44:59
2
3 Added: ginac-1.5.1-pkgconfig.patch
4 ginac-1.5.1-lexer_cpp.patch
5 Removed: ginac-1.4.1-gcc4.3.patch
6 Log:
7 Version bump
8 (Portage version: 2.2_rc28/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sci-mathematics/ginac/files/ginac-1.5.1-pkgconfig.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/files/ginac-1.5.1-pkgconfig.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/files/ginac-1.5.1-pkgconfig.patch?rev=1.1&content-type=text/plain
15
16 Index: ginac-1.5.1-pkgconfig.patch
17 ===================================================================
18 --- ginac-1.4.4.org/ginac.pc.in 2009-03-16 21:17:22.000000000 +0530
19 +++ ginac-1.4.4/ginac.pc.in 2009-03-16 21:25:28.000000000 +0530
20 @@ -7,5 +7,5 @@
21 Description: C++ library for symbolic calculations
22 Version: @VERSION@
23 Requires: cln >= 1.1.6
24 -Libs: -L${libdir} -lginac @GINACLIB_RPATH@
25 +Libs: -L${libdir} -lginac
26 Cflags: -I${includedir}
27
28
29
30 1.1 sci-mathematics/ginac/files/ginac-1.5.1-lexer_cpp.patch
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/files/ginac-1.5.1-lexer_cpp.patch?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/files/ginac-1.5.1-lexer_cpp.patch?rev=1.1&content-type=text/plain
34
35 Index: ginac-1.5.1-lexer_cpp.patch
36 ===================================================================
37 --- ginac-1.5.1.org/ginac/parser/lexer.cpp 2009-03-16 22:04:09.000000000 +0530
38 +++ ginac-1.5.1/ginac/parser/lexer.cpp 2009-03-16 22:04:30.000000000 +0530
39 @@ -23,6 +23,7 @@
40 #include "lexer.h"
41 #include "compiler.h"
42
43 +#include <cstdio>
44 #include <iostream>
45 #include <sstream>
46 #include <string>