summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-09-26 16:36:36 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-09-26 16:36:36 +0000
commitd6d9b9d23a90f3230830e4ae4bfb6d0e1e90dfc7 (patch)
tree9d2bbeca01fe3b12bba18e3e235abe5fb91fca6f /sci-mathematics
parentVersion bump (diff)
downloadgentoo-2-d6d9b9d23a90f3230830e4ae4bfb6d0e1e90dfc7.tar.gz
gentoo-2-d6d9b9d23a90f3230830e4ae4bfb6d0e1e90dfc7.tar.bz2
gentoo-2-d6d9b9d23a90f3230830e4ae4bfb6d0e1e90dfc7.zip
Bump
(Portage version: 2.2_rc86/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/wxmaxima/ChangeLog10
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild62
-rw-r--r--sci-mathematics/wxmaxima/wxmaxima-0.8.6.ebuild (renamed from sci-mathematics/wxmaxima/wxmaxima-0.8.3a.ebuild)4
3 files changed, 10 insertions, 66 deletions
diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog
index cdac86fd8eb3..0d3ec0ff6dbf 100644
--- a/sci-mathematics/wxmaxima/ChangeLog
+++ b/sci-mathematics/wxmaxima/ChangeLog
@@ -1,6 +1,12 @@
# 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.29 2009/12/18 05:05:26 grozin Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.30 2010/09/26 16:36:36 bicatali Exp $
+
+*wxmaxima-0.8.6 (26 Sep 2010)
+
+ 26 Sep 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ -wxmaxima-0.7.4.ebuild, -wxmaxima-0.8.3a.ebuild, +wxmaxima-0.8.6.ebuild:
+ Bump
*wxmaxima-0.8.4 (18 Dec 2009)
diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
deleted file mode 100644
index 12b914b2b2a5..000000000000
--- a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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.7.4.ebuild,v 1.8 2009/11/12 18:14:00 bicatali Exp $
-
-WX_GTK_VER="2.8"
-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.7"
-RDEPEND="${DEPEND}
- >=sci-mathematics/maxima-5.14.0"
-
-S="${WORKDIR}/${MYP}"
-
-src_compile () {
-
- # 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"
-
- econf \
- --enable-dnd \
- --enable-printing \
- --with-wx-config=${WX_CONFIG} \
- $(use_enable unicode unicode-glyphs) \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-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.3a.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.8.6.ebuild
index aa80b563b30e..49625682a3ec 100644
--- a/sci-mathematics/wxmaxima/wxmaxima-0.8.3a.ebuild
+++ b/sci-mathematics/wxmaxima/wxmaxima-0.8.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.3a.ebuild,v 1.1 2009/11/12 18:14:00 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.8.6.ebuild,v 1.1 2010/09/26 16:36:36 bicatali Exp $
WX_GTK_VER="2.8"
EAPI="2"