Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/wxmaxima: ChangeLog wxmaxima-0.7.6.ebuild wxmaxima-0.7.4.ebuild wxmaxima-0.7.5.ebuild
Date: Sun, 12 Oct 2008 11:06:11
Message-Id: E1Koym1-0002mt-1H@stork.gentoo.org
1 markusle 08/10/12 11:06:09
2
3 Modified: ChangeLog wxmaxima-0.7.6.ebuild
4 wxmaxima-0.7.4.ebuild wxmaxima-0.7.5.ebuild
5 Log:
6 Fixed bad use_enable (see bug #241446).
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
8
9 Revision Changes Path
10 1.20 sci-mathematics/wxmaxima/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 9 Oct 2008 10:08:43 -0000 1.19
23 +++ ChangeLog 12 Oct 2008 11:06:08 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-mathematics/wxmaxima
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.19 2008/10/09 10:08:43 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.20 2008/10/12 11:06:08 markusle Exp $
29 +
30 + 12 Oct 2008; Markus Dittrich <markusle@g.o> wxmaxima-0.7.4.ebuild,
31 + wxmaxima-0.7.5.ebuild, wxmaxima-0.7.6.ebuild:
32 + Fixed bad use_enable (see bug #241446). Thanks much to Matthias Schwarzott
33 + <zzam@g.o> for pointing this out.
34
35 *wxmaxima-0.7.6 (09 Oct 2008)
36
37
38
39
40 1.2 sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild?r1=1.1&r2=1.2
45
46 Index: wxmaxima-0.7.6.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- wxmaxima-0.7.6.ebuild 9 Oct 2008 10:08:43 -0000 1.1
53 +++ wxmaxima-0.7.6.ebuild 12 Oct 2008 11:06:08 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v 1.1 2008/10/09 10:08:43 bicatali Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v 1.2 2008/10/12 11:06:08 markusle Exp $
59
60 WX_GTK_VER="2.8"
61 EAPI="2"
62 @@ -41,7 +41,7 @@
63 --enable-dnd \
64 --enable-printing \
65 --with-wx-config=${WX_CONFIG} \
66 - $(use_unicode unicode-glyphs)
67 + $(use_enable unicode unicode-glyphs)
68 }
69
70 src_install () {
71
72
73
74 1.7 sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?rev=1.7&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?rev=1.7&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?r1=1.6&r2=1.7
79
80 Index: wxmaxima-0.7.4.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v
83 retrieving revision 1.6
84 retrieving revision 1.7
85 diff -u -r1.6 -r1.7
86 --- wxmaxima-0.7.4.ebuild 19 Apr 2008 09:46:48 -0000 1.6
87 +++ wxmaxima-0.7.4.ebuild 12 Oct 2008 11:06:08 -0000 1.7
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.6 2008/04/19 09:46:48 bicatali Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.7 2008/10/12 11:06:08 markusle Exp $
93
94 WX_GTK_VER="2.8"
95 inherit eutils autotools wxwidgets fdo-mime
96 @@ -38,7 +38,7 @@
97 --enable-dnd \
98 --enable-printing \
99 --with-wx-config=${WX_CONFIG} \
100 - $(use_unicode unicode-glyphs) \
101 + $(use_enable unicode unicode-glyphs) \
102 || die "econf failed"
103
104 emake || die "emake failed"
105
106
107
108 1.3 sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?rev=1.3&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?rev=1.3&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?r1=1.2&r2=1.3
113
114 Index: wxmaxima-0.7.5.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v
117 retrieving revision 1.2
118 retrieving revision 1.3
119 diff -u -r1.2 -r1.3
120 --- wxmaxima-0.7.5.ebuild 19 Jun 2008 15:16:24 -0000 1.2
121 +++ wxmaxima-0.7.5.ebuild 12 Oct 2008 11:06:08 -0000 1.3
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2008 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.2 2008/06/19 15:16:24 bicatali Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.3 2008/10/12 11:06:08 markusle Exp $
127
128 WX_GTK_VER="2.8"
129 EAPI="1"
130 @@ -48,7 +48,7 @@
131 --enable-dnd \
132 --enable-printing \
133 --with-wx-config=${WX_CONFIG} \
134 - $(use_unicode unicode-glyphs) \
135 + $(use_enable unicode unicode-glyphs) \
136 || die "econf failed"
137
138 emake || die "emake failed"