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/wxmaxima: ChangeLog wxmaxima-0.8.2.ebuild wxmaxima-0.8.1.ebuild wxmaxima-0.7.6.ebuild
Date: Sat, 01 Aug 2009 12:13:36
Message-Id: E1MXDSw-0007sA-A3@stork.gentoo.org
1 bicatali 09/08/01 12:13:34
2
3 Modified: ChangeLog wxmaxima-0.8.2.ebuild
4 Removed: wxmaxima-0.8.1.ebuild wxmaxima-0.7.6.ebuild
5 Log:
6 Changed wxwindows to wxwidgets use flag
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 sci-mathematics/wxmaxima/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 21 Jul 2009 17:12:18 -0000 1.24
23 +++ ChangeLog 1 Aug 2009 12:13:34 -0000 1.25
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/wxmaxima
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.24 2009/07/21 17:12:18 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.25 2009/08/01 12:13:34 bicatali Exp $
29 +
30 + 01 Aug 2009; Sébastien Fabbro <bicatali@g.o>
31 + wxmaxima-0.8.2.ebuild:
32 + Changed wxwindows to wxwidgets use flag
33
34 21 Jul 2009; Christian Faulhammer <fauli@g.o>
35 wxmaxima-0.8.2.ebuild:
36
37
38
39 1.3 sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild?r1=1.2&r2=1.3
44
45 Index: wxmaxima-0.8.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- wxmaxima-0.8.2.ebuild 21 Jul 2009 17:12:18 -0000 1.2
52 +++ wxmaxima-0.8.2.ebuild 1 Aug 2009 12:13:34 -0000 1.3
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.2 2009/07/21 17:12:18 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.3 2009/08/01 12:13:34 bicatali Exp $
58
59 WX_GTK_VER="2.8"
60 EAPI="2"
61 @@ -20,7 +20,7 @@
62 DEPEND=">=dev-libs/libxml2-2.5.0
63 x11-libs/wxGTK:2.8"
64 RDEPEND="${DEPEND}
65 - sci-visualization/gnuplot[wxwindows]
66 + sci-visualization/gnuplot[wxwidgets]
67 >=sci-mathematics/maxima-5.15.0"
68
69 S="${WORKDIR}/${MYP}"