markusle 08/10/12 11:06:09
Modified: ChangeLog wxmaxima-0.7.6.ebuild
wxmaxima-0.7.4.ebuild wxmaxima-0.7.5.ebuild
Log:
Fixed bad use_enable (see bug #241446).
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-SENTINEL-2 i686)
Revision Changes Path
1.20 sci-mathematics/wxmaxima/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 9 Oct 2008 10:08:43 -0000 1.19
+++ ChangeLog 12 Oct 2008 11:06:08 -0000 1.20
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/wxmaxima
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.19 2008/10/09 10:08:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.20 2008/10/12 11:06:08 markusle Exp $
+
+ 12 Oct 2008; Markus Dittrich <markusle@g.o> wxmaxima-0.7.4.ebuild,
+ wxmaxima-0.7.5.ebuild, wxmaxima-0.7.6.ebuild:
+ Fixed bad use_enable (see bug #241446). Thanks much to Matthias Schwarzott
+ <zzam@g.o> for pointing this out.
*wxmaxima-0.7.6 (09 Oct 2008)
1.2 sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild?r1=1.1&r2=1.2
Index: wxmaxima-0.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wxmaxima-0.7.6.ebuild 9 Oct 2008 10:08:43 -0000 1.1
+++ wxmaxima-0.7.6.ebuild 12 Oct 2008 11:06:08 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v 1.1 2008/10/09 10:08:43 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild,v 1.2 2008/10/12 11:06:08 markusle Exp $
WX_GTK_VER="2.8"
EAPI="2"
@@ -41,7 +41,7 @@
--enable-dnd \
--enable-printing \
--with-wx-config=${WX_CONFIG} \
- $(use_unicode unicode-glyphs)
+ $(use_enable unicode unicode-glyphs)
}
src_install () {
1.7 sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?r1=1.6&r2=1.7
Index: wxmaxima-0.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wxmaxima-0.7.4.ebuild 19 Apr 2008 09:46:48 -0000 1.6
+++ wxmaxima-0.7.4.ebuild 12 Oct 2008 11:06:08 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.6 2008/04/19 09:46:48 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.7 2008/10/12 11:06:08 markusle Exp $
WX_GTK_VER="2.8"
inherit eutils autotools wxwidgets fdo-mime
@@ -38,7 +38,7 @@
--enable-dnd \
--enable-printing \
--with-wx-config=${WX_CONFIG} \
- $(use_unicode unicode-glyphs) \
+ $(use_enable unicode unicode-glyphs) \
|| die "econf failed"
emake || die "emake failed"
1.3 sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild?r1=1.2&r2=1.3
Index: wxmaxima-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxmaxima-0.7.5.ebuild 19 Jun 2008 15:16:24 -0000 1.2
+++ wxmaxima-0.7.5.ebuild 12 Oct 2008 11:06:08 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.2 2008/06/19 15:16:24 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.5.ebuild,v 1.3 2008/10/12 11:06:08 markusle Exp $
WX_GTK_VER="2.8"
EAPI="1"
@@ -48,7 +48,7 @@
--enable-dnd \
--enable-printing \
--with-wx-config=${WX_CONFIG} \
- $(use_unicode unicode-glyphs) \
+ $(use_enable unicode unicode-glyphs) \
|| die "econf failed"
emake || die "emake failed"
|