From 6ee38ce8e0f3af06a14a8a1bfc180c310b499d57 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 29 Jan 2008 16:48:55 +0000 Subject: Version bump. Thanks much to Andrey Grozin for taking care of it in the science overlay. (Portage version: 2.1.4) --- sci-mathematics/wxmaxima/ChangeLog | 11 +++- .../wxmaxima/files/digest-wxmaxima-0.7.1 | 3 - .../wxmaxima/files/digest-wxmaxima-0.7.4 | 3 + sci-mathematics/wxmaxima/wxmaxima-0.7.1.ebuild | 68 ---------------------- sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild | 66 +++++++++++++++++++++ 5 files changed, 78 insertions(+), 73 deletions(-) delete mode 100644 sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.1 create mode 100644 sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.4 delete mode 100644 sci-mathematics/wxmaxima/wxmaxima-0.7.1.ebuild create mode 100644 sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild (limited to 'sci-mathematics/wxmaxima') diff --git a/sci-mathematics/wxmaxima/ChangeLog b/sci-mathematics/wxmaxima/ChangeLog index 063e73429cde..1183839336dd 100644 --- a/sci-mathematics/wxmaxima/ChangeLog +++ b/sci-mathematics/wxmaxima/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-mathematics/wxmaxima -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.10 2007/12/22 13:47:59 nixnut Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.11 2008/01/29 16:48:54 bicatali Exp $ + +*wxmaxima-0.7.4 (29 Jan 2008) + + 29 Jan 2008; Sébastien Fabbro + -wxmaxima-0.7.1.ebuild, +wxmaxima-0.7.4.ebuild: + Version bump. Thanks much to Andrey Grozin for + taking care of it in the science overlay 22 Dec 2007; nixnut wxmaxima-0.7.3a.ebuild: Added ~ppc diff --git a/sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.1 b/sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.1 deleted file mode 100644 index 8c35f8df29dc..000000000000 --- a/sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 005f5bffe74caa987f66af2084d9df45 wxMaxima-0.7.1.tar.gz 679327 -RMD160 f5e0da7980dfa4aed8c2bbb56c3fa2adc668877b wxMaxima-0.7.1.tar.gz 679327 -SHA256 e0c722cba1d42bf1897875980d30d0dff6cdb52e031f1399d953f11356a0c8b5 wxMaxima-0.7.1.tar.gz 679327 diff --git a/sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.4 b/sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.4 new file mode 100644 index 000000000000..06042cf8f854 --- /dev/null +++ b/sci-mathematics/wxmaxima/files/digest-wxmaxima-0.7.4 @@ -0,0 +1,3 @@ +MD5 7baa47204feff25ac252717d65f6799a wxMaxima-0.7.4.tar.gz 809228 +RMD160 fcd8d5ae66eecfb4b3bd5ba87157c33f03faa6f3 wxMaxima-0.7.4.tar.gz 809228 +SHA256 caf2115507da686636789b69b4de1392ce014569172ca579a8b4df67c00ebd2e wxMaxima-0.7.4.tar.gz 809228 diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.1.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.1.ebuild deleted file mode 100644 index 48cf6c1c2fc0..000000000000 --- a/sci-mathematics/wxmaxima/wxmaxima-0.7.1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.1.ebuild,v 1.3 2007/09/29 00:16:14 dirtyepic Exp $ - -inherit eutils autotools 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 ~x86" -IUSE="unicode" -DEPEND=">=dev-libs/libxml2-2.5.0 - =x11-libs/wxGTK-2.6*" -RDEPEND=">=sci-mathematics/maxima-5.11.0" - -S=${WORKDIR}/${MYP} - -src_compile () { - export WX_GTK_VER="2.6" - if use unicode; then - need-wxwidgets unicode - else - need-wxwidgets gtk2 - fi - - # consistent package names - sed -i \ - -e 's:COPYING::' \ - -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_unicode unicode-glyphs) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" - newicon maxima-new.png wxmaxima.png - make_desktop_entry wxmaxima "wxMaxima ${PV}" wxmaxima \ - "Science;Math;Education" - - dosym ${PORTDIR}/licenses/${LICENSE} /usr/share/${PN}/COPYING - dodir /usr/share/doc/${PF} - dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} diff --git a/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild new file mode 100644 index 000000000000..9b1f16f9a82d --- /dev/null +++ b/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild @@ -0,0 +1,66 @@ +# 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.1 2008/01/29 16:48:54 bicatali Exp $ + +WX_GTK_VER="2.8" +inherit eutils autotools 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 ~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:COPYING::' \ + -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_unicode unicode-glyphs) \ + || die "econf failed" + + emake || die "emake failed" +} + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + newicon maxima-new.png wxmaxima.png + make_desktop_entry wxmaxima "wxMaxima ${PV}" wxmaxima \ + "Science;Math;Education" + + dosym "${PORTDIR}"/licenses/${LICENSE} /usr/share/${PN}/COPYING + 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 +} -- cgit v1.2.3-65-gdbad