Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/wxmaxima: ChangeLog wxmaxima-0.7.5.ebuild
Date: Wed, 26 Nov 2008 21:13:59
Message-Id: E1L5Rht-0007lX-6H@stork.gentoo.org
1 dirtyepic 08/11/26 21:13:57
2
3 Modified: ChangeLog wxmaxima-0.7.5.ebuild
4 Log:
5 Call wxwidgets_pkg_setup.
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.21 sci-mathematics/wxmaxima/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.20&r2=1.21
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- ChangeLog 12 Oct 2008 11:06:08 -0000 1.20
22 +++ ChangeLog 26 Nov 2008 21:13:57 -0000 1.21
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-mathematics/wxmaxima
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.20 2008/10/12 11:06:08 markusle Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.21 2008/11/26 21:13:57 dirtyepic Exp $
28 +
29 + 26 Nov 2008; Ryan Hill <dirtyepic@g.o> wxmaxima-0.7.5.ebuild:
30 + Call wxwidgets_pkg_setup.
31
32 12 Oct 2008; Markus Dittrich <markusle@g.o> wxmaxima-0.7.4.ebuild,
33 wxmaxima-0.7.5.ebuild, wxmaxima-0.7.6.ebuild:
34
35
36
37 1.4 sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?r1=1.3&r2=1.4
42
43 Index: wxmaxima-0.7.5.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- wxmaxima-0.7.5.ebuild 12 Oct 2008 11:06:08 -0000 1.3
50 +++ wxmaxima-0.7.5.ebuild 26 Nov 2008 21:13:57 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.3 2008/10/12 11:06:08 markusle Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.4 2008/11/26 21:13:57 dirtyepic Exp $
56
57 WX_GTK_VER="2.8"
58 EAPI="1"
59 @@ -31,6 +31,7 @@
60 elog "enable the wxwindows USE flag for sci-visualization/gnuplot"
61 epause 5
62 fi
63 + wxwidgets_pkg_setup
64 }
65
66 src_compile () {