grozin      15/04/16 14:44:32

  Modified:             ChangeLog
  Added:                wxmaxima-15.04.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
0x3AFFCE974D34BD8C!)

Revision  Changes    Path
1.46                 sci-mathematics/wxmaxima/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   27 Mar 2015 16:30:47 -0000      1.45
+++ ChangeLog   16 Apr 2015 14:44:32 -0000      1.46
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/wxmaxima
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.45 
2015/03/27 16:30:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.46 
2015/04/16 14:44:32 grozin Exp $
+
+*wxmaxima-15.04.0 (16 Apr 2015)
+
+  16 Apr 2015; Andrey Grozin <[email protected]> +wxmaxima-15.04.0.ebuild:
+  Version bump
 
   27 Mar 2015; Agostino Sarubbo <[email protected]> wxmaxima-13.04.2.ebuild:
   Stable for amd64, wrt bug #406779



1.1                  sci-mathematics/wxmaxima/wxmaxima-15.04.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-15.04.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-15.04.0.ebuild?rev=1.1&content-type=text/plain

Index: wxmaxima-15.04.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-15.04.0.ebuild,v 1.1 
2015/04/16 14:44:32 grozin Exp $

EAPI=5

WX_GTK_VER="3.0"

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
}




Reply via email to