grozin 14/12/20 15:45:16 Modified: ChangeLog Added: wxmaxima-14.12.0.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux i686, signed Manifest commit with key 0x3AFFCE974D34BD8C!)
Revision Changes Path 1.44 sci-mathematics/wxmaxima/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 10 Aug 2014 20:24:29 -0000 1.43 +++ ChangeLog 20 Dec 2014 15:45:16 -0000 1.44 @@ -1,6 +1,11 @@ # ChangeLog for sci-mathematics/wxmaxima # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.43 2014/08/10 20:24:29 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.44 2014/12/20 15:45:16 grozin Exp $ + +*wxmaxima-14.12.0 (20 Dec 2014) + + 20 Dec 2014; Andrey Grozin <[email protected]> +wxmaxima-14.12.0.ebuild: + Version bump 10 Aug 2014; Sergei Trofimovich <[email protected]> wxmaxima-0.8.2.ebuild, wxmaxima-12.01.0.ebuild, wxmaxima-12.04.0.ebuild, wxmaxima-12.09.0.ebuild, 1.1 sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild?rev=1.1&content-type=text/plain Index: wxmaxima-14.12.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-14.12.0.ebuild,v 1.1 2014/12/20 15:45:16 grozin Exp $ EAPI=5 WX_GTK_VER="2.8" inherit eutils gnome2-utils wxwidgets fdo-mime DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit" HOMEPAGE="http://andrejv.github.io/wxmaxima/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND=" dev-libs/libxml2:2 x11-libs/wxGTK:${WX_GTK_VER}" RDEPEND="${DEPEND} media-fonts/jsmath sci-visualization/gnuplot[wxwidgets] sci-mathematics/maxima" src_prepare() { local i # 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 src/Config.cpp \ || die "sed failed" # correct gettext behavior if [[ -n "${LINGUAS+x}" ]] ; then for i in $(cd "${S}"/locales ; echo *.mo) ; do if ! has ${i%.mo} ${LINGUAS} ; then sed -i \ -e "/^WXMAXIMA_LINGUAS/s# ${i%.mo}##" \ -e "/^WXWIN_LINGUAS/s# ${i%.mo}##" \ locales/Makefile.in || die fi done fi } src_configure() { econf \ --enable-printing \ --with-wx-config=${WX_CONFIG} } src_install () { default doicon -s 128 data/wxmaxima.png make_desktop_entry wxmaxima wxMaxima wxmaxima dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README } pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update fdo-mime_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update fdo-mime_desktop_database_update }
