Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Sebastien Fabbro (bicatali)" <bicatali@g.o>
|
|
Subject:
|
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:34 +0000
|
|
bicatali 09/08/01 12:13:34
Modified: ChangeLog wxmaxima-0.8.2.ebuild
Removed: wxmaxima-0.8.1.ebuild wxmaxima-0.7.6.ebuild
Log:
Changed wxwindows to wxwidgets use flag
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.25 sci-mathematics/wxmaxima/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 21 Jul 2009 17:12:18 -0000 1.24
+++ ChangeLog 1 Aug 2009 12:13:34 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/wxmaxima
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.24 2009/07/21 17:12:18 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.25 2009/08/01 12:13:34 bicatali Exp $
+
+ 01 Aug 2009; Sébastien Fabbro <bicatali@g.o>
+ wxmaxima-0.8.2.ebuild:
+ Changed wxwindows to wxwidgets use flag
21 Jul 2009; Christian Faulhammer <fauli@g.o>
wxmaxima-0.8.2.ebuild:
1.3 sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild?r1=1.2&r2=1.3
Index: wxmaxima-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wxmaxima-0.8.2.ebuild 21 Jul 2009 17:12:18 -0000 1.2
+++ wxmaxima-0.8.2.ebuild 1 Aug 2009 12:13:34 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.2 2009/07/21 17:12:18 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild,v 1.3 2009/08/01 12:13:34 bicatali Exp $
WX_GTK_VER="2.8"
EAPI="2"
@@ -20,7 +20,7 @@
DEPEND=">=dev-libs/libxml2-2.5.0
x11-libs/wxGTK:2.8"
RDEPEND="${DEPEND}
- sci-visualization/gnuplot[wxwindows]
+ sci-visualization/gnuplot[wxwidgets]
>=sci-mathematics/maxima-5.15.0"
S="${WORKDIR}/${MYP}"
|
|