Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/muParser: metadata.xml muParser-1.28.ebuild ChangeLog muParser-1.25.ebuild
Date: Sat, 26 Apr 2008 21:30:22
Message-Id: E1JpryO-0004Zf-1A@stork.gentoo.org
1 bicatali 08/04/26 21:30:20
2
3 Modified: metadata.xml muParser-1.28.ebuild ChangeLog
4 Removed: muParser-1.25.ebuild
5 Log:
6 Added gcc-4.3 patch, cleaning.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.4 dev-cpp/muParser/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/metadata.xml?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/metadata.xml?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/metadata.xml?r1=1.3&r2=1.4
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/muParser/metadata.xml,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- metadata.xml 16 Aug 2007 12:30:08 -0000 1.3
23 +++ metadata.xml 26 Apr 2008 21:30:19 -0000 1.4
24 @@ -3,7 +3,8 @@
25 <pkgmetadata>
26 <herd>sci</herd>
27 <longdescription lang="en">
28 -muParser is a C++ based mathematical expression parser
29 + muParser is a C++ library for mathematical expression parsing.
30 + It is based on transforming an expression into a bytecode and
31 + precalculating constant parts of it.
32 </longdescription>
33 </pkgmetadata>
34 -
35
36
37
38 1.3 dev-cpp/muParser/muParser-1.28.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/muParser-1.28.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/muParser-1.28.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/muParser-1.28.ebuild?r1=1.2&r2=1.3
43
44 Index: muParser-1.28.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.28.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- muParser-1.28.ebuild 15 Mar 2008 10:05:20 -0000 1.2
51 +++ muParser-1.28.ebuild 26 Apr 2008 21:30:19 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.28.ebuild,v 1.2 2008/03/15 10:05:20 corsair Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/muParser-1.28.ebuild,v 1.3 2008/04/26 21:30:19 bicatali Exp $
57
58 inherit eutils
59
60 @@ -25,6 +25,7 @@
61 cd "${S}"
62 # fix destdir to install pkgconfig file
63 epatch "${FILESDIR}"/${P}-destdir.patch
64 + epatch "${FILESDIR}"/${P}-gcc43.patch
65 }
66
67 src_compile() {
68
69
70
71 1.7 dev-cpp/muParser/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/ChangeLog?rev=1.7&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/ChangeLog?rev=1.7&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/muParser/ChangeLog?r1=1.6&r2=1.7
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v
80 retrieving revision 1.6
81 retrieving revision 1.7
82 diff -u -r1.6 -r1.7
83 --- ChangeLog 15 Mar 2008 10:05:20 -0000 1.6
84 +++ ChangeLog 26 Apr 2008 21:30:19 -0000 1.7
85 @@ -1,6 +1,11 @@
86 # ChangeLog for dev-cpp/muParser
87 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.6 2008/03/15 10:05:20 corsair Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/muParser/ChangeLog,v 1.7 2008/04/26 21:30:19 bicatali Exp $
90 +
91 + 26 Apr 2008; Sébastien Fabbro <bicatali@g.o>
92 + +files/muParser-1.28-gcc43.patch, metadata.xml, -muParser-1.25.ebuild,
93 + muParser-1.28.ebuild:
94 + Added gcc-4.3 patch, cleaning.
95
96 15 Mar 2008; Markus Rothe <corsair@g.o> muParser-1.28.ebuild:
97 Added ~ppc64
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list