summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2009-08-01 12:13:34 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2009-08-01 12:13:34 +0000
commit92b46f5be80820644ae0ed3edd71797b8b02f94b (patch)
tree0c9cb71acecc9b18f79ea1de13ae533549180865 /sci-mathematics
parentAdded wxwdigets to use.mask (wxwindows already present) (diff)
downloadgentoo-2-92b46f5be80820644ae0ed3edd71797b8b02f94b.tar.gz
gentoo-2-92b46f5be80820644ae0ed3edd71797b8b02f94b.tar.bz2
gentoo-2-92b46f5be80820644ae0ed3edd71797b8b02f94b.zip
Changed wxwindows to wxwidgets use flag
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/wxmaxima/ChangeLog6
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild62
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.8.1.ebuild60
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild4
4 files changed, 7 insertions, 125 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog
index 678ce0913bce..12cc34b029ed 100644
--- a/sci-mathematics/wxmaxima/ChangeLog
+++ b/sci-mathematics/wxmaxima/ChangeLog
@@ -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@gentoo.org>
+ wxmaxima-0.8.2.ebuild:
+ Changed wxwindows to wxwidgets use flag
21 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
wxmaxima-0.8.2.ebuild:
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
deleted file mode 100644
index d7d50ffc0119..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-0.7.6.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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.2 2008/10/12 11:06:08 markusle Exp $
-
-WX_GTK_VER="2.8"
-EAPI="2"
-inherit eutils wxwidgets fdo-mime
-
-MYP=wxMaxima-${PV}
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit."
-HOMEPAGE="http://wxmaxima.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="unicode"
-
-DEPEND=">=dev-libs/libxml2-2.5.0
- x11-libs/wxGTK:2.8"
-RDEPEND="${DEPEND}
- sci-visualization/gnuplot[wxwindows]
- >=sci-mathematics/maxima-5.15.0"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # consistent package names
- sed -i \
- -e "s:${datadir}/wxMaxima:${datadir}/${PN}:g" \
- Makefile.in data/Makefile.in || die "sed failed"
-
- sed -i \
- -e 's:share/wxMaxima:share/wxmaxima:g' \
- src/wxMaxima.cpp || die "sed failed"
-}
-
-src_configure() {
- econf \
- --enable-dnd \
- --enable-printing \
- --with-wx-config=${WX_CONFIG} \
- $(use_enable unicode unicode-glyphs)
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon wxmaxima.png
- make_desktop_entry wxmaxima wxMaxima wxmaxima
- dodir /usr/share/doc/${PF}
- dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
- dodoc AUTHORS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.8.1.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.8.1.ebuild
deleted file mode 100644
index f4b1b80219a6..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-0.8.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# 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.8.1.ebuild,v 1.1 2008/12/20 10:20:02 grozin Exp $
-
-WX_GTK_VER="2.8"
-EAPI="2"
-inherit wxwidgets fdo-mime
-
-MYP=wxMaxima-${PV}
-
-DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit."
-HOMEPAGE="http://wxmaxima.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MYP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="unicode"
-
-DEPEND=">=dev-libs/libxml2-2.5.0
- x11-libs/wxGTK:2.8"
-RDEPEND="${DEPEND}
- sci-visualization/gnuplot[wxwindows]
- >=sci-mathematics/maxima-5.15.0"
-
-S="${WORKDIR}/${MYP}"
-
-src_prepare() {
- # consistent package names
- sed -e "s:${datadir}/wxMaxima:${datadir}/${PN}:g" \
- -i Makefile.in data/Makefile.in || die "sed failed"
-
- sed -e 's:share/wxMaxima:share/wxmaxima:g' \
- -i src/wxMaxima.cpp src/wxMaximaFrame.cpp || die "sed failed"
-}
-
-src_configure() {
- econf \
- --enable-dnd \
- --enable-printing \
- --with-wx-config=${WX_CONFIG} \
- $(use_enable unicode unicode-glyphs)
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- doicon data/wxmaxima.png
- make_desktop_entry wxmaxima wxMaxima wxmaxima
- dodir /usr/share/doc/${PF}
- dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
- dodoc AUTHORS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
index 97942ceec407..0fdffca10c86 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-0.8.2.ebuild
@@ -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 @@ IUSE="unicode"
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}"